Color Hex Logo

#254400 Color Hex

#254400
(37,68,0)
0 Favorites   0 Comments

Color spaces of #254400

RGB 37680
HSL0.241.000.13
HSV87°100°27°
CMYK 0.460.001.00   0.73
XYZ2.83014.52760.7247
Yxy4.52760.35020.5602
Hunter Lab21.2782-13.495412.8754
CIE-Lab25.3441-23.233933.3311

#254400 color RGB value is (37,68,0).

#254400 hex color red value is 37, green value is 68 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #254400 hue: 0.24 , saturation: 1.00 and the lightness value of 254400 is 0.13.

The process color (four color CMYK) of #254400 color hex is 0.46, 0.00, 1.00, 0.73. Web safe color of #254400 is #333300. Color #254400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000100 00000000
Octal 45 104 0
Decimal 37 68 0
Hex 25 44 0

RGB Percentages of Color #254400

%35.24
%64.76
%0.00

CMYK Percentages of Color #254400

%46
%0
%100
%73

Triadic Colors of #254400

#254400 #002544 #440025

Analogous Colors of #254400

#254400 #034400 #444100

Monochromatic Colors of #254400

#254400

Complementary Color

#254400 #1f0044

#254400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254400 Color CSS Codes

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

#254400 Text Font Color

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

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


#254400 Background Color

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

This div background color is #254400


#254400 Border Color

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

This div border color is #254400


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,68,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254400; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254400;
  -webkit-box-shadow: 1px 1px 3px 2px #254400;
  box-shadow:         1px 1px 3px 2px #254400; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254400


Comments

No comments written yet.

Please login to write comment.