COLOR #254F27

HEX: #254F27
RGB: (37,79,39)

Color info

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

RGB color model

#254F27 color RGB value is (37,79,39).

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

RGB channels and saturation

R 37 of 255 = 15%
G 79 of 255 = 31%
B 39 of 255 = 15%

37
79
39

R + G + B ~ 20%. #254F27 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 79 + 39 = 155 (100%)
R 37 of 155 ~ 23.87%
G 79 of 155 ~ 50.97%
B 39 of 155 ~ 25.16%

%23.87
%50.97
%25.16

CMYK color model

#254F27 color CMYK value is (53,0,51,69).

  • cyan value is 53.16%
  • magenta value is 0.00%
  • yellow value is 50.63%
  • key color value is 69.02%
CMYK:
(53,0,51,69)
C53M0Y51K69 
(53%,0%,51%,69%)
(0.53/0.00/0.51/0.69)	

CMYK percentages

%53.16
%0
%50.63
%69.02

Codes

Color #254F27 in popluar color models

254F27
RGB377939
HSL123°36.21%22.75%
HSB/HSV123°53.16%30.98%
CMYK53.16%0.00%50.63%
69.02%

Color #254F27 in popluar number systems.

HEX254F27
Decimal377939
Binary1001011001111100111
Octal4511747

Shades and tints

Shades of #254F27

#254F27
(37,79,39)
#224824
(34,72,36)
#1F4121
(31,65,33)
#1C3A1E
(28,58,30)
#19331B
(25,51,27)
#162C18
(22,44,24)
#132515
(19,37,21)
#101E12
(16,30,18)
#0D170F
(13,23,15)
#0A100C
(10,16,12)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #254F27

#254F27
(37,79,39)
#385F3A
(56,95,58)
#4B6F4D
(75,111,77)
#5E7F60
(94,127,96)
#718F73
(113,143,115)
#849F86
(132,159,134)
#97AF99
(151,175,153)
#AABFAC
(170,191,172)
#BDCFBF
(189,207,191)
#D0DFD2
(208,223,210)
#E3EFE5
(227,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254F27; }

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

This text font color is #254F27.


Background Color

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

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

This div background color is #254F27.


Border color

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

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

This div border color is #254F27.


Opacity

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

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

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

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

This text has shadow with #254F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254F27 on black background.


Color preview on white background

This text has color #254F27 on white background.



Black color preview on #254F27 background

This text has black color on #254F27 background.


White color preview on #254F27 background

This text has white color on #254F27 background.