Color Hex Logo

#253e2c Color Hex

#253E2C
(37,62,44)
0 Favorites   0 Comments

Color spaces of #253e2c

RGB 376244
HSL0.380.250.19
HSV137°40°24°
CMYK 0.400.000.29   0.76
XYZ2.94024.02043.0039
Yxy4.02040.29510.4035
Hunter Lab20.0509-8.91455.1532
CIE-Lab23.7388-14.33008.0824

#253e2c color RGB value is (37,62,44).

#253e2c hex color red value is 37, green value is 62 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #253e2c hue: 0.38 , saturation: 0.25 and the lightness value of 253e2c is 0.19.

The process color (four color CMYK) of #253e2c color hex is 0.40, 0.00, 0.29, 0.76. Web safe color of #253e2c is #333333. Color #253e2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111110 00101100
Octal 45 76 54
Decimal 37 62 44
Hex 25 3E 2C

RGB Percentages of Color #253e2c

%25.87
%43.36
%30.77

CMYK Percentages of Color #253e2c

%40
%0
%29
%76

Triadic Colors of #253e2c

#253e2c #2c253e #3e2c25

Analogous Colors of #253e2c

#253e2c #253e39 #2b3e25

Monochromatic Colors of #253e2c

#253e2c

Complementary Color

#253e2c #3e2537

#253e2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253e2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#253e2c Color CSS Codes

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

#253e2c Text Font Color

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

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


#253e2c Background Color

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

This div background color is #253e2c


#253e2c Border Color

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

This div border color is #253e2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253e2c


Comments

No comments written yet.

Please login to write comment.