Color Hex Logo

#254d3b Color Hex

#254D3B
(37,77,59)
0 Favorites   0 Comments

Color spaces of #254d3b

RGB 377759
HSL0.430.350.22
HSV153°52°30°
CMYK 0.520.000.23   0.70
XYZ4.20626.01685.0773
Yxy6.01680.27490.3932
Hunter Lab24.5292-12.31734.8980
CIE-Lab29.4548-19.06966.3833

#254d3b color RGB value is (37,77,59).

#254d3b hex color red value is 37, green value is 77 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #254d3b hue: 0.43 , saturation: 0.35 and the lightness value of 254d3b is 0.22.

The process color (four color CMYK) of #254d3b color hex is 0.52, 0.00, 0.23, 0.70. Web safe color of #254d3b is #336633. Color #254d3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 00111011
Octal 45 115 73
Decimal 37 77 59
Hex 25 4D 3B

RGB Percentages of Color #254d3b

%21.39
%44.51
%34.10

CMYK Percentages of Color #254d3b

%52
%0
%23
%70

Triadic Colors of #254d3b

#254d3b #3b254d #4d3b25

Analogous Colors of #254d3b

#254d3b #254b4d #254d27

Monochromatic Colors of #254d3b

#254d3b

Complementary Color

#254d3b #4d2537

#254d3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254d3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#254d3b Color CSS Codes

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

#254d3b Text Font Color

<p style="color:#254d3b">Text here</p>

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


#254d3b Background Color

<div style="background-color:#254d3b">
Div content here</div>

This div background color is #254d3b


#254d3b Border Color

<div style="border:3px solid #254d3b">
Div here</div>

This div border color is #254d3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254d3b


Comments

No comments written yet.

Please login to write comment.