COLOR #254912

HEX: #254912
RGB: (37,73,18)

Color info

#254912 contains red, green and blue colors in about the same proportion. Web safe color of #254912 is #333300 (or #330).

RGB color model

#254912 color RGB value is (37,73,18).

  • red value is 37;
  • green value is 73;
  • blue value is 18.
RGB:
(37,73,18)
(15%,29%,7%)

RGB channels and saturation

R 37 of 255 = 15%
G 73 of 255 = 29%
B 18 of 255 = 7%

37
73
18

R + G + B ~ 17%. #254912 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 73 + 18 = 128 (100%)
R 37 of 128 ~ 28.91%
G 73 of 128 ~ 57.03%
B 18 of 128 ~ 14.06%

%28.91
%57.03
%14.06

CMYK color model

#254912 color CMYK value is (49,0,75,71).

  • cyan value is 49.32%
  • magenta value is 0.00%
  • yellow value is 75.34%
  • key color value is 71.37%
CMYK:
(49,0,75,71)
C49M0Y75K71 
(49%,0%,75%,71%)
(0.49/0.00/0.75/0.71)	

CMYK percentages

%49.32
%0
%75.34
%71.37

Codes

Color #254912 in popluar color models

254912
RGB377318
HSL99°60.44%17.84%
HSB/HSV99°75.34%28.63%
CMYK49.32%0.00%75.34%
71.37%

Color #254912 in popluar number systems.

HEX254912
Decimal377318
Binary100101100100110010
Octal4511122

Shades and tints

Shades of #254912

#254912
(37,73,18)
#224311
(34,67,17)
#1F3D10
(31,61,16)
#1C370F
(28,55,15)
#19310E
(25,49,14)
#162B0D
(22,43,13)
#13250C
(19,37,12)
#101F0B
(16,31,11)
#0D190A
(13,25,10)
#0A1309
(10,19,9)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #254912

#254912
(37,73,18)
#385927
(56,89,39)
#4B693C
(75,105,60)
#5E7951
(94,121,81)
#718966
(113,137,102)
#84997B
(132,153,123)
#97A990
(151,169,144)
#AAB9A5
(170,185,165)
#BDC9BA
(189,201,186)
#D0D9CF
(208,217,207)
#E3E9E4
(227,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254912 color. Also use rgb(37,73,18) instead hex code.

Text Font Color

.myTextColor { color: #254912; }

<p style="color:#254912">This sample text font color is #254912.</p>

This text font color is #254912.


Background Color

.myBgColor { background-color: #254912; }

<div style="background-color:#254912">Inner text</div>

This div background color is #254912.


Border color

.myBorderColor { border: 1px solid #254912; }

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

This div border color is #254912.


Opacity

.myOpacity80 { color: #254912; opacity: 0.8; }

<p style="color:#254912;opacity:0.8;">80%</p>

Text with #254912 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #254912;}

<p style="text-shadow: 3px 3px 1px #254912">Text here.</p>

This text has shadow with #254912 color.

.textShadow {text-shadow: 3px 3px 1px #254912, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #254912, 5px 5px 20px red">Text here.</p>

This text has shadow with #254912 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#254912, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#254912, Direction=45, Strength=4)">Text</p>

This text has shadow with #254912 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #254912;
  -webkit-box-shadow:	1px 1px 3px 2px #254912;
  box-shadow:		1px 1px 3px 2px #254912;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #254912;
-webkit-box-shadow: 1px 1px 3px 2px #254912;
box-shadow:1px 1px 3px 2px #254912;">
Div content here</div>
This div box has shadow with color #254912.

Preview

Color preview on black background

This text has color #254912 on black background.


Color preview on white background

This text has color #254912 on white background.



Black color preview on #254912 background

This text has black color on #254912 background.


White color preview on #254912 background

This text has white color on #254912 background.