Color Hex Logo

#25210f Color Hex

#25210F
(37,33,15)
0 Favorites   0 Comments

Color spaces of #25210f

RGB 373315
HSL0.140.420.10
HSV49°59°15°
CMYK 0.000.110.59   0.85
XYZ1.39301.51550.6710
Yxy1.51550.38920.4234
Hunter Lab12.3106-1.34535.3857
CIE-Lab12.7063-1.373512.3097

#25210f color RGB value is (37,33,15).

#25210f hex color red value is 37, green value is 33 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #25210f hue: 0.14 , saturation: 0.42 and the lightness value of 25210f is 0.10.

The process color (four color CMYK) of #25210f color hex is 0.00, 0.11, 0.59, 0.85. Web safe color of #25210f is #333300. Color #25210f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100001 00001111
Octal 45 41 17
Decimal 37 33 15
Hex 25 21 F

RGB Percentages of Color #25210f

%43.53
%38.82
%17.65

CMYK Percentages of Color #25210f

%0
%11
%59
%85

Triadic Colors of #25210f

#25210f #0f2521 #210f25

Analogous Colors of #25210f

#25210f #1e250f #25160f

Monochromatic Colors of #25210f

#25210f

Complementary Color

#25210f #0f1325

#25210f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25210f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25210f Color CSS Codes

.mybgcolor {background-color:#25210f; } 
.myforecolor {color:#25210f; }
.mybordercolor {border:3px solid #25210f; }

#25210f Text Font Color

<p style="color:#25210f">Text here</p>

This sample text font color is #25210f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#25210f Background Color

<div style="background-color:#25210f">
Div content here</div>

This div background color is #25210f


#25210f Border Color

<div style="border:3px solid #25210f">
Div here</div>

This div border color is #25210f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,33,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25210f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25210f;
  -webkit-box-shadow: 1px 1px 3px 2px #25210f;
  box-shadow:         1px 1px 3px 2px #25210f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,33,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #25210f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #25210f;
  -webkit-box-shadow: 1px 1px 3px 2px #25210f;
  box-shadow:         1px 1px 3px 2px #25210f;">
Div content here</div>

This div box has shadow with color #25210f


Comments

No comments written yet.

Please login to write comment.