Color Hex Logo

#253b20 Color Hex

#253B20
(37,59,32)
0 Favorites   0 Comments

Color spaces of #253b20

RGB 375932
HSL0.300.300.18
HSV109°46°23°
CMYK 0.370.000.46   0.77
XYZ2.58763.62551.9299
Yxy3.62550.31780.4452
Hunter Lab19.0407-9.06357.3191
CIE-Lab22.3926-15.070814.0480

#253b20 color RGB value is (37,59,32).

#253b20 hex color red value is 37, green value is 59 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #253b20 hue: 0.30 , saturation: 0.30 and the lightness value of 253b20 is 0.18.

The process color (four color CMYK) of #253b20 color hex is 0.37, 0.00, 0.46, 0.77. Web safe color of #253b20 is #333333. Color #253b20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111011 00100000
Octal 45 73 40
Decimal 37 59 32
Hex 25 3B 20

RGB Percentages of Color #253b20

%28.91
%46.09
%25.00

CMYK Percentages of Color #253b20

%37
%0
%46
%77

Triadic Colors of #253b20

#253b20 #20253b #3b2025

Analogous Colors of #253b20

#253b20 #203b29 #333b20

Monochromatic Colors of #253b20

#253b20

Complementary Color

#253b20 #36203b

#253b20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253b20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253b20 Color CSS Codes

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

#253b20 Text Font Color

<p style="color:#253b20">Text here</p>

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


#253b20 Background Color

<div style="background-color:#253b20">
Div content here</div>

This div background color is #253b20


#253b20 Border Color

<div style="border:3px solid #253b20">
Div here</div>

This div border color is #253b20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,59,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253b20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253b20;
  -webkit-box-shadow: 1px 1px 3px 2px #253b20;
  box-shadow:         1px 1px 3px 2px #253b20; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253b20


Comments

No comments written yet.

Please login to write comment.