COLOR #254E13

HEX: #254E13 RGB: (37,78,19)

Color info

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

RGB color model

#254E13 color RGB value is (37,78,19).

RGB: (37,78,19) (15%, 31%, 7%)

RGB channels and saturation

R 37 of 255 = 15%
G 78 of 255 = 31%
B 19 of 255 = 7%

37
78
19

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

Portions of RGB colors in percentages

R + G + B = 37 + 78 + 19 = 134 (100%)
R 37 of 134 ~ 27.61%
G 78 of 134 ~ 58.21%
B 19 of 134 ~ 14.18'%

%27.61
%58.21
%14.18

CMYK color model

#254E13 color CMYK value is (53,0,76,69).

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

CMYK: (53,0,76,69)
C53M0Y76K69 (53%, 0%, 76%, 69%)
(0.53 / 0.00 / 0.76 / 0.69)

CMYK percentages

%52.56
%0
%75.64
%69.41

Codes

Color #254E13 in popluar color models

25 4E 13
RGB 37 78 19
HSL 102° 60.82% 19.02%
HSB/HSV 102° 75.64% 30.59%
CMYK 52.56% 0.00% 75.64%
69.41%

Color #254E13 in popluar number systems.

HEX 25 4E 13
Decimal 37 78 19
Binary 100101 1001110 10011
Octal 45 116 23

Shades and tints

Shades of #254E13

#254E13
(37,78,19)
#224712
(34,71,18)
#1F4011
(31,64,17)
#1C3910
(28,57,16)
#19320F
(25,50,15)
#162B0E
(22,43,14)
#13240D
(19,36,13)
#101D0C
(16,29,12)
#0D160B
(13,22,11)
#0A0F0A
(10,15,10)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #254E13

#254E13
(37,78,19)
#385E28
(56,94,40)
#4B6E3D
(75,110,61)
#5E7E52
(94,126,82)
#718E67
(113,142,103)
#849E7C
(132,158,124)
#97AE91
(151,174,145)
#AABEA6
(170,190,166)
#BDCEBB
(189,206,187)
#D0DED0
(208,222,208)
#E3EEE5
(227,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254E13; }

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

This text font color is #254E13.

Background Color

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

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

This div background color is #254E13.

Border color

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

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

This div border color is #254E13.

Opacity

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

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

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

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

This text has shadow with #254E13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #254E13.

Preview

Color preview on black background

This text has color #254E13 on black background.


Color preview on white background

This text has color #254E13 on white background.


Black color preview on #254E13 background

This text has black color on #254E13 background.


White color preview on #254E13 background

This text has white color on #254E13 background.


Related colors

Complementary color

Complementary color for #hex is #DAB1EC.


I love getcolorcode.com

Triadic colors

1 #13254E and #4E1325 with #254E13 are triadic colors.

2 #134E25 and #4E2513 with #254E13 are triadic colors.