COLOR #5E6227

HEX: #5E6227
RGB: (94,98,39)

Color info

#5E6227 contains red, green and blue colors in about the same proportion. Web safe color of #5E6227 is #666633 (or #663).

RGB color model

#5E6227 color RGB value is (94,98,39).

  • red value is 94;
  • green value is 98;
  • blue value is 39.
RGB:
(94,98,39)
(37%,38%,15%)

RGB channels and saturation

R 94 of 255 = 37%
G 98 of 255 = 38%
B 39 of 255 = 15%

94
98
39

R + G + B ~ 30%. #5E6227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 98 + 39 = 231 (100%)
R 94 of 231 ~ 40.69%
G 98 of 231 ~ 42.42%
B 39 of 231 ~ 16.88%

%40.69
%42.42
%16.88

CMYK color model

#5E6227 color CMYK value is (4,0,60,62).

  • cyan value is 4.08%
  • magenta value is 0.00%
  • yellow value is 60.20%
  • key color value is 61.57%
CMYK:
(4,0,60,62)
C4M0Y60K62 
(4%,0%,60%,62%)
(0.04/0.00/0.60/0.62)	

CMYK percentages

%4.08
%0
%60.2
%61.57

Codes

Color #5E6227 in popluar color models

5E6227
RGB949839
HSL64°43.07%26.86%
HSB/HSV64°60.20%38.43%
CMYK4.08%0.00%60.20%
61.57%

Color #5E6227 in popluar number systems.

HEX5E6227
Decimal949839
Binary10111101100010100111
Octal13614247

Shades and tints

Shades of #5E6227

#5E6227
(94,98,39)
#565A24
(86,90,36)
#4E5221
(78,82,33)
#464A1E
(70,74,30)
#3E421B
(62,66,27)
#363A18
(54,58,24)
#2E3215
(46,50,21)
#262A12
(38,42,18)
#1E220F
(30,34,15)
#161A0C
(22,26,12)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #5E6227

#5E6227
(94,98,39)
#6C703A
(108,112,58)
#7A7E4D
(122,126,77)
#888C60
(136,140,96)
#969A73
(150,154,115)
#A4A886
(164,168,134)
#B2B699
(178,182,153)
#C0C4AC
(192,196,172)
#CED2BF
(206,210,191)
#DCE0D2
(220,224,210)
#EAEEE5
(234,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6227 color. Also use rgb(94,98,39) instead hex code.

Text Font Color

.myTextColor { color: #5E6227; }

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

This text font color is #5E6227.


Background Color

.myBgColor { background-color: #5E6227; }

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

This div background color is #5E6227.


Border color

.myBorderColor { border: 1px solid #5E6227; }

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

This div border color is #5E6227.


Opacity

.myOpacity80 { color: #5E6227; opacity: 0.8; }

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

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

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

This text has shadow with #5E6227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6227 on black background.


Color preview on white background

This text has color #5E6227 on white background.



Black color preview on #5E6227 background

This text has black color on #5E6227 background.


White color preview on #5E6227 background

This text has white color on #5E6227 background.