COLOR #5E8070

HEX: #5E8070
RGB: (94,128,112)

Color info

#5E8070 contains red, green and blue colors in about the same proportion. Web safe color of #5E8070 is #666666 (or #666).

RGB color model

#5E8070 color RGB value is (94,128,112).

  • red value is 94;
  • green value is 128;
  • blue value is 112.
RGB:
(94,128,112)
(37%,50%,44%)

RGB channels and saturation

R 94 of 255 = 37%
G 128 of 255 = 50%
B 112 of 255 = 44%

94
128
112

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

Portions of RGB colors in percentages

R + G + B =
94 + 128 + 112 = 334 (100%)
R 94 of 334 ~ 28.14%
G 128 of 334 ~ 38.32%
B 112 of 334 ~ 33.53%

%28.14
%38.32
%33.53

CMYK color model

#5E8070 color CMYK value is (27,0,13,50).

  • cyan value is 26.56%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 49.80%
CMYK:
(27,0,13,50)
C27M0Y13K50 
(27%,0%,13%,50%)
(0.27/0.00/0.13/0.50)	

CMYK percentages

%26.56
%0
%12.5
%49.8

Codes

Color #5E8070 in popluar color models

5E8070
RGB94128112
HSL152°15.32%43.53%
HSB/HSV152°26.56%50.20%
CMYK26.56%0.00%12.50%
49.80%

Color #5E8070 in popluar number systems.

HEX5E8070
Decimal94128112
Binary1011110100000001110000
Octal136200160

Shades and tints

Shades of #5E8070

#5E8070
(94,128,112)
#567566
(86,117,102)
#4E6A5C
(78,106,92)
#465F52
(70,95,82)
#3E5448
(62,84,72)
#36493E
(54,73,62)
#2E3E34
(46,62,52)
#26332A
(38,51,42)
#1E2820
(30,40,32)
#161D16
(22,29,22)
#0E120C
(14,18,12)
#000000
(0,0,0)

Tints of #5E8070

#5E8070
(94,128,112)
#6C8B7D
(108,139,125)
#7A968A
(122,150,138)
#88A197
(136,161,151)
#96ACA4
(150,172,164)
#A4B7B1
(164,183,177)
#B2C2BE
(178,194,190)
#C0CDCB
(192,205,203)
#CED8D8
(206,216,216)
#DCE3E5
(220,227,229)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E8070 color. Also use rgb(94,128,112) instead hex code.

Text Font Color

.myTextColor { color: #5E8070; }

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

This text font color is #5E8070.


Background Color

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

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

This div background color is #5E8070.


Border color

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

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

This div border color is #5E8070.


Opacity

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

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

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

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

This text has shadow with #5E8070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8070 on black background.


Color preview on white background

This text has color #5E8070 on white background.



Black color preview on #5E8070 background

This text has black color on #5E8070 background.


White color preview on #5E8070 background

This text has white color on #5E8070 background.