COLOR #254E29

HEX: #254E29
RGB: (37,78,41)

Color info

#254E29 contains red, green and blue colors in about the same proportion. Web safe color of #254E29 is #336633 (or #363).

RGB color model

#254E29 color RGB value is (37,78,41).

  • red value is 37;
  • green value is 78;
  • blue value is 41.
RGB:
(37,78,41)
(15%,31%,16%)

RGB channels and saturation

R 37 of 255 = 15%
G 78 of 255 = 31%
B 41 of 255 = 16%

37
78
41

R + G + B ~ 21%. #254E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 78 + 41 = 156 (100%)
R 37 of 156 ~ 23.72%
G 78 of 156 ~ 50%
B 41 of 156 ~ 26.28%

%23.72
%50
%26.28

CMYK color model

#254E29 color CMYK value is (53,0,47,69).

  • cyan value is 52.56%
  • magenta value is 0.00%
  • yellow value is 47.44%
  • key color value is 69.41%
CMYK:
(53,0,47,69)
C53M0Y47K69 
(53%,0%,47%,69%)
(0.53/0.00/0.47/0.69)	

CMYK percentages

%52.56
%0
%47.44
%69.41

Codes

Color #254E29 in popluar color models

254E29
RGB377841
HSL126°35.65%22.55%
HSB/HSV126°52.56%30.59%
CMYK52.56%0.00%47.44%
69.41%

Color #254E29 in popluar number systems.

HEX254E29
Decimal377841
Binary1001011001110101001
Octal4511651

Shades and tints

Shades of #254E29

#254E29
(37,78,41)
#224726
(34,71,38)
#1F4023
(31,64,35)
#1C3920
(28,57,32)
#19321D
(25,50,29)
#162B1A
(22,43,26)
#132417
(19,36,23)
#101D14
(16,29,20)
#0D1611
(13,22,17)
#0A0F0E
(10,15,14)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #254E29

#254E29
(37,78,41)
#385E3C
(56,94,60)
#4B6E4F
(75,110,79)
#5E7E62
(94,126,98)
#718E75
(113,142,117)
#849E88
(132,158,136)
#97AE9B
(151,174,155)
#AABEAE
(170,190,174)
#BDCEC1
(189,206,193)
#D0DED4
(208,222,212)
#E3EEE7
(227,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254E29; }

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

This text font color is #254E29.


Background Color

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

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

This div background color is #254E29.


Border color

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

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

This div border color is #254E29.


Opacity

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

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

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

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

This text has shadow with #254E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254E29 on black background.


Color preview on white background

This text has color #254E29 on white background.



Black color preview on #254E29 background

This text has black color on #254E29 background.


White color preview on #254E29 background

This text has white color on #254E29 background.