COLOR #5E856F

HEX: #5E856F
RGB: (94,133,111)

Color info

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

RGB color model

#5E856F color RGB value is (94,133,111).

  • red value is 94;
  • green value is 133;
  • blue value is 111.
RGB:
(94,133,111)
(37%,52%,44%)

RGB channels and saturation

R 94 of 255 = 37%
G 133 of 255 = 52%
B 111 of 255 = 44%

94
133
111

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

Portions of RGB colors in percentages

R + G + B =
94 + 133 + 111 = 338 (100%)
R 94 of 338 ~ 27.81%
G 133 of 338 ~ 39.35%
B 111 of 338 ~ 32.84%

%27.81
%39.35
%32.84

CMYK color model

#5E856F color CMYK value is (29,0,17,48).

  • cyan value is 29.32%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • key color value is 47.84%
CMYK:
(29,0,17,48)
C29M0Y17K48 
(29%,0%,17%,48%)
(0.29/0.00/0.17/0.48)	

CMYK percentages

%29.32
%0
%16.54
%47.84

Codes

Color #5E856F in popluar color models

5E856F
RGB94133111
HSL146°17.18%44.51%
HSB/HSV146°29.32%52.16%
CMYK29.32%0.00%16.54%
47.84%

Color #5E856F in popluar number systems.

HEX5E856F
Decimal94133111
Binary1011110100001011101111
Octal136205157

Shades and tints

Shades of #5E856F

#5E856F
(94,133,111)
#567965
(86,121,101)
#4E6D5B
(78,109,91)
#466151
(70,97,81)
#3E5547
(62,85,71)
#36493D
(54,73,61)
#2E3D33
(46,61,51)
#263129
(38,49,41)
#1E251F
(30,37,31)
#161915
(22,25,21)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #5E856F

#5E856F
(94,133,111)
#6C907C
(108,144,124)
#7A9B89
(122,155,137)
#88A696
(136,166,150)
#96B1A3
(150,177,163)
#A4BCB0
(164,188,176)
#B2C7BD
(178,199,189)
#C0D2CA
(192,210,202)
#CEDDD7
(206,221,215)
#DCE8E4
(220,232,228)
#EAF3F1
(234,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E856F; }

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

This text font color is #5E856F.


Background Color

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

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

This div background color is #5E856F.


Border color

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

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

This div border color is #5E856F.


Opacity

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

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

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

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

This text has shadow with #5E856F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E856F on black background.


Color preview on white background

This text has color #5E856F on white background.



Black color preview on #5E856F background

This text has black color on #5E856F background.


White color preview on #5E856F background

This text has white color on #5E856F background.