COLOR #5E877E

HEX: #5E877E
RGB: (94,135,126)

Color info

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

RGB color model

#5E877E color RGB value is (94,135,126).

  • red value is 94;
  • green value is 135;
  • blue value is 126.
RGB:
(94,135,126)
(37%,53%,49%)

RGB channels and saturation

R 94 of 255 = 37%
G 135 of 255 = 53%
B 126 of 255 = 49%

94
135
126

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

Portions of RGB colors in percentages

R + G + B =
94 + 135 + 126 = 355 (100%)
R 94 of 355 ~ 26.48%
G 135 of 355 ~ 38.03%
B 126 of 355 ~ 35.49%

%26.48
%38.03
%35.49

CMYK color model

#5E877E color CMYK value is (30,0,7,47).

  • cyan value is 30.37%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK:
(30,0,7,47)
C30M0Y7K47 
(30%,0%,7%,47%)
(0.30/0.00/0.07/0.47)	

CMYK percentages

%30.37
%0
%6.67
%47.06

Codes

Color #5E877E in popluar color models

5E877E
RGB94135126
HSL167°17.90%44.90%
HSB/HSV167°30.37%52.94%
CMYK30.37%0.00%6.67%
47.06%

Color #5E877E in popluar number systems.

HEX5E877E
Decimal94135126
Binary1011110100001111111110
Octal136207176

Shades and tints

Shades of #5E877E

#5E877E
(94,135,126)
#567B73
(86,123,115)
#4E6F68
(78,111,104)
#46635D
(70,99,93)
#3E5752
(62,87,82)
#364B47
(54,75,71)
#2E3F3C
(46,63,60)
#263331
(38,51,49)
#1E2726
(30,39,38)
#161B1B
(22,27,27)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #5E877E

#5E877E
(94,135,126)
#6C9189
(108,145,137)
#7A9B94
(122,155,148)
#88A59F
(136,165,159)
#96AFAA
(150,175,170)
#A4B9B5
(164,185,181)
#B2C3C0
(178,195,192)
#C0CDCB
(192,205,203)
#CED7D6
(206,215,214)
#DCE1E1
(220,225,225)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E877E color. Also use rgb(94,135,126) instead hex code.

Text Font Color

.myTextColor { color: #5E877E; }

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

This text font color is #5E877E.


Background Color

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

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

This div background color is #5E877E.


Border color

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

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

This div border color is #5E877E.


Opacity

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

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

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

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

This text has shadow with #5E877E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E877E on black background.


Color preview on white background

This text has color #5E877E on white background.



Black color preview on #5E877E background

This text has black color on #5E877E background.


White color preview on #5E877E background

This text has white color on #5E877E background.