COLOR #5E8676

HEX: #5E8676
RGB: (94,134,118)

Color info

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

RGB color model

#5E8676 color RGB value is (94,134,118).

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

RGB channels and saturation

R 94 of 255 = 37%
G 134 of 255 = 53%
B 118 of 255 = 46%

94
134
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 134 + 118 = 346 (100%)
R 94 of 346 ~ 27.17%
G 134 of 346 ~ 38.73%
B 118 of 346 ~ 34.1%

%27.17
%38.73
%34.1

CMYK color model

#5E8676 color CMYK value is (30,0,12,47).

  • cyan value is 29.85%
  • magenta value is 0.00%
  • yellow value is 11.94%
  • key color value is 47.45%
CMYK:
(30,0,12,47)
C30M0Y12K47 
(30%,0%,12%,47%)
(0.30/0.00/0.12/0.47)	

CMYK percentages

%29.85
%0
%11.94
%47.45

Codes

Color #5E8676 in popluar color models

5E8676
RGB94134118
HSL156°17.54%44.71%
HSB/HSV156°29.85%52.55%
CMYK29.85%0.00%11.94%
47.45%

Color #5E8676 in popluar number systems.

HEX5E8676
Decimal94134118
Binary1011110100001101110110
Octal136206166

Shades and tints

Shades of #5E8676

#5E8676
(94,134,118)
#567A6C
(86,122,108)
#4E6E62
(78,110,98)
#466258
(70,98,88)
#3E564E
(62,86,78)
#364A44
(54,74,68)
#2E3E3A
(46,62,58)
#263230
(38,50,48)
#1E2626
(30,38,38)
#161A1C
(22,26,28)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #5E8676

#5E8676
(94,134,118)
#6C9182
(108,145,130)
#7A9C8E
(122,156,142)
#88A79A
(136,167,154)
#96B2A6
(150,178,166)
#A4BDB2
(164,189,178)
#B2C8BE
(178,200,190)
#C0D3CA
(192,211,202)
#CEDED6
(206,222,214)
#DCE9E2
(220,233,226)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8676; }

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

This text font color is #5E8676.


Background Color

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

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

This div background color is #5E8676.


Border color

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

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

This div border color is #5E8676.


Opacity

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

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

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

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

This text has shadow with #5E8676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8676 on black background.


Color preview on white background

This text has color #5E8676 on white background.



Black color preview on #5E8676 background

This text has black color on #5E8676 background.


White color preview on #5E8676 background

This text has white color on #5E8676 background.