COLOR #5E8256

HEX: #5E8256 RGB: (94,130,86)

Color info

#5E8256 contains red, green and blue colors in about the same proportion. Web safe color of #5E8256 is #669966 (or #696).

RGB color model

#5E8256 color RGB value is (94,130,86).

RGB: (94,130,86) (37%, 51%, 34%)

RGB channels and saturation

R 94 of 255 = 37%
G 130 of 255 = 51%
B 86 of 255 = 34%

94
130
86

R + G + B ~ 41%. #5E8256 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 94 + 130 + 86 = 310 (100%)
R 94 of 310 ~ 30.32%
G 130 of 310 ~ 41.94%
B 86 of 310 ~ 27.74'%

%30.32
%41.94
%27.74

CMYK color model

#5E8256 color CMYK value is (28,0,34,49).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 49.02%
CMYK: (28,0,34,49) C28M0Y34K49 (28%,0%,34%,49%) (0.28/0.00/0.34/0.49) 

CMYK percentages

%27.69
%0
%33.85
%49.02

Codes

Color #5E8256 in popluar color models

5E 82 56
RGB 94 130 86
HSL 109° 20.37% 42.35%
HSB/HSV 109° 33.85% 50.98%
CMYK 27.69% 0.00% 33.85%
49.02%

Color #5E8256 in popluar number systems.

HEX 5E 82 56
Decimal 94 130 86
Binary 1011110 10000010 1010110
Octal 136 202 126

Shades and tints

Shades of #5E8256

#5E8256
(94,130,86)
#56774F
(86,119,79)
#4E6C48
(78,108,72)
#466141
(70,97,65)
#3E563A
(62,86,58)
#364B33
(54,75,51)
#2E402C
(46,64,44)
#263525
(38,53,37)
#1E2A1E
(30,42,30)
#161F17
(22,31,23)
#0E1410
(14,20,16)
#000000
(0,0,0)

Tints of #5E8256

#5E8256
(94,130,86)
#6C8D65
(108,141,101)
#7A9874
(122,152,116)
#88A383
(136,163,131)
#96AE92
(150,174,146)
#A4B9A1
(164,185,161)
#B2C4B0
(178,196,176)
#C0CFBF
(192,207,191)
#CEDACE
(206,218,206)
#DCE5DD
(220,229,221)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8256 color. Also use rgb(94,130,86) instead hex code.

Text Font Color

.myTextColor { color: #5E8256; }

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

This text font color is #5E8256.

Background Color

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

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

This div background color is #5E8256.

Border color

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

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

This div border color is #5E8256.

Opacity

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

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

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

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

This text has shadow with #5E8256 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E8256.

Preview

Color preview on black background

This text has color #5E8256 on black background.


Color preview on white background

This text has color #5E8256 on white background.


Black color preview on #5E8256 background

This text has black color on #5E8256 background.


White color preview on #5E8256 background

This text has white color on #5E8256 background.


Related colors

Complementary color

Complementary color for #hex is #A17DA9.


I love getcolorcode.com

Triadic colors

1 #565E82 and #82565E with #5E8256 are triadic colors.

2 #56825E and #825E56 with #5E8256 are triadic colors.