COLOR #254D27

HEX: #254D27
RGB: (37,77,39)

Color info

#254D27 contains red, green and blue colors in about the same proportion. Web safe color of #254D27 is #333333 (or #333).

RGB color model

#254D27 color RGB value is (37,77,39).

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

RGB channels and saturation

R 37 of 255 = 15%
G 77 of 255 = 30%
B 39 of 255 = 15%

37
77
39

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

Portions of RGB colors in percentages

R + G + B =
37 + 77 + 39 = 153 (100%)
R 37 of 153 ~ 24.18%
G 77 of 153 ~ 50.33%
B 39 of 153 ~ 25.49%

%24.18
%50.33
%25.49

CMYK color model

#254D27 color CMYK value is (52,0,49,70).

  • cyan value is 51.95%
  • magenta value is 0.00%
  • yellow value is 49.35%
  • key color value is 69.80%
CMYK:
(52,0,49,70)
C52M0Y49K70 
(52%,0%,49%,70%)
(0.52/0.00/0.49/0.70)	

CMYK percentages

%51.95
%0
%49.35
%69.8

Codes

Color #254D27 in popluar color models

254D27
RGB377739
HSL123°35.09%22.35%
HSB/HSV123°51.95%30.20%
CMYK51.95%0.00%49.35%
69.80%

Color #254D27 in popluar number systems.

HEX254D27
Decimal377739
Binary1001011001101100111
Octal4511547

Shades and tints

Shades of #254D27

#254D27
(37,77,39)
#224624
(34,70,36)
#1F3F21
(31,63,33)
#1C381E
(28,56,30)
#19311B
(25,49,27)
#162A18
(22,42,24)
#132315
(19,35,21)
#101C12
(16,28,18)
#0D150F
(13,21,15)
#0A0E0C
(10,14,12)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #254D27

#254D27
(37,77,39)
#385D3A
(56,93,58)
#4B6D4D
(75,109,77)
#5E7D60
(94,125,96)
#718D73
(113,141,115)
#849D86
(132,157,134)
#97AD99
(151,173,153)
#AABDAC
(170,189,172)
#BDCDBF
(189,205,191)
#D0DDD2
(208,221,210)
#E3EDE5
(227,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254D27; }

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

This text font color is #254D27.


Background Color

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

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

This div background color is #254D27.


Border color

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

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

This div border color is #254D27.


Opacity

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

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

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

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

This text has shadow with #254D27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254D27 on black background.


Color preview on white background

This text has color #254D27 on white background.



Black color preview on #254D27 background

This text has black color on #254D27 background.


White color preview on #254D27 background

This text has white color on #254D27 background.