COLOR #254227

HEX: #254227
RGB: (37,66,39)

Color info

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

RGB color model

#254227 color RGB value is (37,66,39).

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

RGB channels and saturation

R 37 of 255 = 15%
G 66 of 255 = 26%
B 39 of 255 = 15%

37
66
39

R + G + B ~ 19%. #254227 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 66 + 39 = 142 (100%)
R 37 of 142 ~ 26.06%
G 66 of 142 ~ 46.48%
B 39 of 142 ~ 27.46%

%26.06
%46.48
%27.46

CMYK color model

#254227 color CMYK value is (44,0,41,74).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 74.12%
CMYK:
(44,0,41,74)
C44M0Y41K74 
(44%,0%,41%,74%)
(0.44/0.00/0.41/0.74)	

CMYK percentages

%43.94
%0
%40.91
%74.12

Codes

Color #254227 in popluar color models

254227
RGB376639
HSL124°28.16%20.20%
HSB/HSV124°43.94%25.88%
CMYK43.94%0.00%40.91%
74.12%

Color #254227 in popluar number systems.

HEX254227
Decimal376639
Binary1001011000010100111
Octal4510247

Shades and tints

Shades of #254227

#254227
(37,66,39)
#223C24
(34,60,36)
#1F3621
(31,54,33)
#1C301E
(28,48,30)
#192A1B
(25,42,27)
#162418
(22,36,24)
#131E15
(19,30,21)
#101812
(16,24,18)
#0D120F
(13,18,15)
#0A0C0C
(10,12,12)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #254227

#254227
(37,66,39)
#38533A
(56,83,58)
#4B644D
(75,100,77)
#5E7560
(94,117,96)
#718673
(113,134,115)
#849786
(132,151,134)
#97A899
(151,168,153)
#AAB9AC
(170,185,172)
#BDCABF
(189,202,191)
#D0DBD2
(208,219,210)
#E3ECE5
(227,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #254227; }

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

This text font color is #254227.


Background Color

.myBgColor { background-color: #254227; }

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

This div background color is #254227.


Border color

.myBorderColor { border: 1px solid #254227; }

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

This div border color is #254227.


Opacity

.myOpacity80 { color: #254227; opacity: 0.8; }

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

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

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

This text has shadow with #254227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #254227 on black background.


Color preview on white background

This text has color #254227 on white background.



Black color preview on #254227 background

This text has black color on #254227 background.


White color preview on #254227 background

This text has white color on #254227 background.