COLOR #254F2D

HEX: #254F2D
RGB: (37,79,45)

Color info

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

RGB color model

#254F2D color RGB value is (37,79,45).

  • red value is 37;
  • green value is 79;
  • blue value is 45.
RGB:
(37,79,45)
(15%,31%,18%)

RGB channels and saturation

R 37 of 255 = 15%
G 79 of 255 = 31%
B 45 of 255 = 18%

37
79
45

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

Portions of RGB colors in percentages

R + G + B =
37 + 79 + 45 = 161 (100%)
R 37 of 161 ~ 22.98%
G 79 of 161 ~ 49.07%
B 45 of 161 ~ 27.95%

%22.98
%49.07
%27.95

CMYK color model

#254F2D color CMYK value is (53,0,43,69).

  • cyan value is 53.16%
  • magenta value is 0.00%
  • yellow value is 43.04%
  • key color value is 69.02%
CMYK:
(53,0,43,69)
C53M0Y43K69 
(53%,0%,43%,69%)
(0.53/0.00/0.43/0.69)	

CMYK percentages

%53.16
%0
%43.04
%69.02

Codes

Color #254F2D in popluar color models

254F2D
RGB377945
HSL131°36.21%22.75%
HSB/HSV131°53.16%30.98%
CMYK53.16%0.00%43.04%
69.02%

Color #254F2D in popluar number systems.

HEX254F2D
Decimal377945
Binary1001011001111101101
Octal4511755

Shades and tints

Shades of #254F2D

#254F2D
(37,79,45)
#224829
(34,72,41)
#1F4125
(31,65,37)
#1C3A21
(28,58,33)
#19331D
(25,51,29)
#162C19
(22,44,25)
#132515
(19,37,21)
#101E11
(16,30,17)
#0D170D
(13,23,13)
#0A1009
(10,16,9)
#070905
(7,9,5)
#000000
(0,0,0)

Tints of #254F2D

#254F2D
(37,79,45)
#385F40
(56,95,64)
#4B6F53
(75,111,83)
#5E7F66
(94,127,102)
#718F79
(113,143,121)
#849F8C
(132,159,140)
#97AF9F
(151,175,159)
#AABFB2
(170,191,178)
#BDCFC5
(189,207,197)
#D0DFD8
(208,223,216)
#E3EFEB
(227,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254F2D color. Also use rgb(37,79,45) instead hex code.

Text Font Color

.myTextColor { color: #254F2D; }

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

This text font color is #254F2D.


Background Color

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

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

This div background color is #254F2D.


Border color

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

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

This div border color is #254F2D.


Opacity

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

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

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

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

This text has shadow with #254F2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254F2D on black background.


Color preview on white background

This text has color #254F2D on white background.



Black color preview on #254F2D background

This text has black color on #254F2D background.


White color preview on #254F2D background

This text has white color on #254F2D background.