COLOR #5E8666

HEX: #5E8666
RGB: (94,134,102)

Color info

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

RGB color model

#5E8666 color RGB value is (94,134,102).

  • red value is 94;
  • green value is 134;
  • blue value is 102.
RGB:
(94,134,102)
(37%,53%,40%)

RGB channels and saturation

R 94 of 255 = 37%
G 134 of 255 = 53%
B 102 of 255 = 40%

94
134
102

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

Portions of RGB colors in percentages

R + G + B =
94 + 134 + 102 = 330 (100%)
R 94 of 330 ~ 28.48%
G 134 of 330 ~ 40.61%
B 102 of 330 ~ 30.91%

%28.48
%40.61
%30.91

CMYK color model

#5E8666 color CMYK value is (30,0,24,47).

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 47.45%
CMYK:
(30,0,24,47)
C30M0Y24K47 
(30%,0%,24%,47%)
(0.30/0.00/0.24/0.47)	

CMYK percentages

%29.85
%0
%23.88
%47.45

Codes

Color #5E8666 in popluar color models

5E8666
RGB94134102
HSL132°17.54%44.71%
HSB/HSV132°29.85%52.55%
CMYK29.85%0.00%23.88%
47.45%

Color #5E8666 in popluar number systems.

HEX5E8666
Decimal94134102
Binary1011110100001101100110
Octal136206146

Shades and tints

Shades of #5E8666

#5E8666
(94,134,102)
#567A5D
(86,122,93)
#4E6E54
(78,110,84)
#46624B
(70,98,75)
#3E5642
(62,86,66)
#364A39
(54,74,57)
#2E3E30
(46,62,48)
#263227
(38,50,39)
#1E261E
(30,38,30)
#161A15
(22,26,21)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #5E8666

#5E8666
(94,134,102)
#6C9173
(108,145,115)
#7A9C80
(122,156,128)
#88A78D
(136,167,141)
#96B29A
(150,178,154)
#A4BDA7
(164,189,167)
#B2C8B4
(178,200,180)
#C0D3C1
(192,211,193)
#CEDECE
(206,222,206)
#DCE9DB
(220,233,219)
#EAF4E8
(234,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8666 color. Also use rgb(94,134,102) instead hex code.

Text Font Color

.myTextColor { color: #5E8666; }

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

This text font color is #5E8666.


Background Color

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

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

This div background color is #5E8666.


Border color

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

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

This div border color is #5E8666.


Opacity

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

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

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

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

This text has shadow with #5E8666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8666 on black background.


Color preview on white background

This text has color #5E8666 on white background.



Black color preview on #5E8666 background

This text has black color on #5E8666 background.


White color preview on #5E8666 background

This text has white color on #5E8666 background.