COLOR #5E818E

HEX: #5E818E
RGB: (94,129,142)

Color info

#5E818E contains red, green and blue colors in about the same proportion. Web safe color of #5E818E is #669999 (or #699).

RGB color model

#5E818E color RGB value is (94,129,142).

  • red value is 94;
  • green value is 129;
  • blue value is 142.
RGB:
(94,129,142)
(37%,51%,56%)

RGB channels and saturation

R 94 of 255 = 37%
G 129 of 255 = 51%
B 142 of 255 = 56%

94
129
142

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

Portions of RGB colors in percentages

R + G + B =
94 + 129 + 142 = 365 (100%)
R 94 of 365 ~ 25.75%
G 129 of 365 ~ 35.34%
B 142 of 365 ~ 38.9%

%25.75
%35.34
%38.9

CMYK color model

#5E818E color CMYK value is (34,9,0,44).

  • cyan value is 33.80%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(34,9,0,44)
C34M9Y0K44 
(34%,9%,0%,44%)
(0.34/0.09/0.00/0.44)	

CMYK percentages

%33.8
%9.15
%0
%44.31

Codes

Color #5E818E in popluar color models

5E818E
RGB94129142
HSL196°20.34%46.27%
HSB/HSV196°33.80%55.69%
CMYK33.80%9.15%0.00%
44.31%

Color #5E818E in popluar number systems.

HEX5E818E
Decimal94129142
Binary10111101000000110001110
Octal136201216

Shades and tints

Shades of #5E818E

#5E818E
(94,129,142)
#567682
(86,118,130)
#4E6B76
(78,107,118)
#46606A
(70,96,106)
#3E555E
(62,85,94)
#364A52
(54,74,82)
#2E3F46
(46,63,70)
#26343A
(38,52,58)
#1E292E
(30,41,46)
#161E22
(22,30,34)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #5E818E

#5E818E
(94,129,142)
#6C8C98
(108,140,152)
#7A97A2
(122,151,162)
#88A2AC
(136,162,172)
#96ADB6
(150,173,182)
#A4B8C0
(164,184,192)
#B2C3CA
(178,195,202)
#C0CED4
(192,206,212)
#CED9DE
(206,217,222)
#DCE4E8
(220,228,232)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E818E color. Also use rgb(94,129,142) instead hex code.

Text Font Color

.myTextColor { color: #5E818E; }

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

This text font color is #5E818E.


Background Color

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

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

This div background color is #5E818E.


Border color

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

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

This div border color is #5E818E.


Opacity

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

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

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

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

This text has shadow with #5E818E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E818E on black background.


Color preview on white background

This text has color #5E818E on white background.



Black color preview on #5E818E background

This text has black color on #5E818E background.


White color preview on #5E818E background

This text has white color on #5E818E background.