COLOR #5E855D

HEX: #5E855D RGB: (94,133,93)

Color info

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

RGB color model

#5E855D color RGB value is (94,133,93).

RGB: (94,133,93) (37%, 52%, 36%)

RGB channels and saturation

R 94 of 255 = 37%
G 133 of 255 = 52%
B 93 of 255 = 36%

94
133
93

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

Portions of RGB colors in percentages

R + G + B = 94 + 133 + 93 = 320 (100%)
R 94 of 320 ~ 29.38%
G 133 of 320 ~ 41.56%
B 93 of 320 ~ 29.06'%

%29.38
%41.56
%29.06

CMYK color model

#5E855D color CMYK value is (29,0,30,48).

  • cyan value is 29.32%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 47.84%

CMYK: (29,0,30,48)
C29M0Y30K48 (29%, 0%, 30%, 48%)
(0.29 / 0.00 / 0.30 / 0.48)

CMYK percentages

%29.32
%0
%30.08
%47.84

Codes

Color #5E855D in popluar color models

5E 85 5D
RGB 94 133 93
HSL 119° 17.70% 44.31%
HSB/HSV 119° 30.08% 52.16%
CMYK 29.32% 0.00% 30.08%
47.84%

Color #5E855D in popluar number systems.

HEX 5E 85 5D
Decimal 94 133 93
Binary 1011110 10000101 1011101
Octal 136 205 135

Shades and tints

Shades of #5E855D

#5E855D
(94,133,93)
#567955
(86,121,85)
#4E6D4D
(78,109,77)
#466145
(70,97,69)
#3E553D
(62,85,61)
#364935
(54,73,53)
#2E3D2D
(46,61,45)
#263125
(38,49,37)
#1E251D
(30,37,29)
#161915
(22,25,21)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #5E855D

#5E855D
(94,133,93)
#6C906B
(108,144,107)
#7A9B79
(122,155,121)
#88A687
(136,166,135)
#96B195
(150,177,149)
#A4BCA3
(164,188,163)
#B2C7B1
(178,199,177)
#C0D2BF
(192,210,191)
#CEDDCD
(206,221,205)
#DCE8DB
(220,232,219)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E855D color. Also use rgb(94,133,93) instead hex code.

Text Font Color

.myTextColor { color: #5E855D; }

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

This text font color is #5E855D.

Background Color

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

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

This div background color is #5E855D.

Border color

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

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

This div border color is #5E855D.

Opacity

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

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

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

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

This text has shadow with #5E855D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E855D.

Preview

Color preview on black background

This text has color #5E855D on black background.


Color preview on white background

This text has color #5E855D on white background.


Black color preview on #5E855D background

This text has black color on #5E855D background.


White color preview on #5E855D background

This text has white color on #5E855D background.


Related colors

Complementary color

Complementary color for #hex is #A17AA2.


I love getcolorcode.com

Triadic colors

1 #5D5E85 and #855D5E with #5E855D are triadic colors.

2 #5D855E and #855E5D with #5E855D are triadic colors.