COLOR #254E14

HEX: #254E14 RGB: (37,78,20)

Color info

#254E14 contains red, green and blue colors in about the same proportion. Web safe color of #254E14 is #336600 (or #360).

RGB color model

#254E14 color RGB value is (37,78,20).

RGB: (37,78,20) (15%, 31%, 8%)

RGB channels and saturation

R 37 of 255 = 15%
G 78 of 255 = 31%
B 20 of 255 = 8%

37
78
20

R + G + B ~ 18%. #254E14 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 78 + 20 = 135 (100%)
R 37 of 135 ~ 27.41%
G 78 of 135 ~ 57.78%
B 20 of 135 ~ 14.81'%

%27.41
%57.78
%14.81

CMYK color model

#254E14 color CMYK value is (53,0,74,69).

  • cyan value is 52.56%
  • magenta value is 0.00%
  • yellow value is 74.36%
  • key color value is 69.41%

CMYK: (53,0,74,69)
C53M0Y74K69 (53%, 0%, 74%, 69%)
(0.53 / 0.00 / 0.74 / 0.69)

CMYK percentages

%52.56
%0
%74.36
%69.41

Codes

Color #254E14 in popluar color models

25 4E 14
RGB 37 78 20
HSL 102° 59.18% 19.22%
HSB/HSV 102° 74.36% 30.59%
CMYK 52.56% 0.00% 74.36%
69.41%

Color #254E14 in popluar number systems.

HEX 25 4E 14
Decimal 37 78 20
Binary 100101 1001110 10100
Octal 45 116 24

Shades and tints

Shades of #254E14

#254E14
(37,78,20)
#224713
(34,71,19)
#1F4012
(31,64,18)
#1C3911
(28,57,17)
#193210
(25,50,16)
#162B0F
(22,43,15)
#13240E
(19,36,14)
#101D0D
(16,29,13)
#0D160C
(13,22,12)
#0A0F0B
(10,15,11)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #254E14

#254E14
(37,78,20)
#385E29
(56,94,41)
#4B6E3E
(75,110,62)
#5E7E53
(94,126,83)
#718E68
(113,142,104)
#849E7D
(132,158,125)
#97AE92
(151,174,146)
#AABEA7
(170,190,167)
#BDCEBC
(189,206,188)
#D0DED1
(208,222,209)
#E3EEE6
(227,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254E14 color. Also use rgb(37,78,20) instead hex code.

Text Font Color

.myTextColor { color: #254E14; }

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

This text font color is #254E14.

Background Color

.myBgColor { background-color: #254E14; }

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

This div background color is #254E14.

Border color

.myBorderColor { border: 1px solid #254E14; }

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

This div border color is #254E14.

Opacity

.myOpacity80 { color: #254E14; opacity: 0.8; }

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

Text with #254E14 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 #254E14;}

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

This text has shadow with #254E14 color.


.textShadow {text-shadow: 3px 3px 1px #254E14', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #254E14; -webkit-box-shadow: 1px 1px 3px 2px #254E14; box-shadow:1px 1px 3px 2px #254E14;">
Div content here
</div>

This div box has shadow with color #254E14.

Preview

Color preview on black background

This text has color #254E14 on black background.


Color preview on white background

This text has color #254E14 on white background.


Black color preview on #254E14 background

This text has black color on #254E14 background.


White color preview on #254E14 background

This text has white color on #254E14 background.


Related colors

Complementary color

Complementary color for #hex is #DAB1EB.


I love getcolorcode.com

Triadic colors

1 #14254E and #4E1425 with #254E14 are triadic colors.

2 #144E25 and #4E2514 with #254E14 are triadic colors.