Color Hex Logo

#25210d Color Hex

#25210D
(37,33,13)
0 Favorites   0 Comments

Color spaces of #25210d

RGB 373313
HSL0.140.480.10
HSV50°65°15°
CMYK 0.000.110.65   0.85
XYZ1.37951.51010.5995
Yxy1.51010.39540.4328
Hunter Lab12.2886-1.46695.7096
CIE-Lab12.6721-1.622913.2736

#25210d color RGB value is (37,33,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100001 00001101
Octal 45 41 15
Decimal 37 33 13
Hex 25 21 D

RGB Percentages of Color #25210d

%44.58
%39.76
%15.66

CMYK Percentages of Color #25210d

%0
%11
%65
%85

Triadic Colors of #25210d

#25210d #0d2521 #210d25

Analogous Colors of #25210d

#25210d #1d250d #25150d

Monochromatic Colors of #25210d

#25210d

Complementary Color

#25210d #0d1125

#25210d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25210d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25210d Color CSS Codes

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

#25210d Text Font Color

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

This sample text font color is #25210d
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.


#25210d Background Color

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

This div background color is #25210d


#25210d Border Color

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

This div border color is #25210d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25210d


Comments

No comments written yet.

Please login to write comment.