COLOR #5E867C

HEX: #5E867C
RGB: (94,134,124)

Color info

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

RGB color model

#5E867C color RGB value is (94,134,124).

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

RGB channels and saturation

R 94 of 255 = 37%
G 134 of 255 = 53%
B 124 of 255 = 49%

94
134
124

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

Portions of RGB colors in percentages

R + G + B =
94 + 134 + 124 = 352 (100%)
R 94 of 352 ~ 26.7%
G 134 of 352 ~ 38.07%
B 124 of 352 ~ 35.23%

%26.7
%38.07
%35.23

CMYK color model

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

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

CMYK percentages

%29.85
%0
%7.46
%47.45

Codes

Color #5E867C in popluar color models

5E867C
RGB94134124
HSL165°17.54%44.71%
HSB/HSV165°29.85%52.55%
CMYK29.85%0.00%7.46%
47.45%

Color #5E867C in popluar number systems.

HEX5E867C
Decimal94134124
Binary1011110100001101111100
Octal136206174

Shades and tints

Shades of #5E867C

#5E867C
(94,134,124)
#567A71
(86,122,113)
#4E6E66
(78,110,102)
#46625B
(70,98,91)
#3E5650
(62,86,80)
#364A45
(54,74,69)
#2E3E3A
(46,62,58)
#26322F
(38,50,47)
#1E2624
(30,38,36)
#161A19
(22,26,25)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #5E867C

#5E867C
(94,134,124)
#6C9187
(108,145,135)
#7A9C92
(122,156,146)
#88A79D
(136,167,157)
#96B2A8
(150,178,168)
#A4BDB3
(164,189,179)
#B2C8BE
(178,200,190)
#C0D3C9
(192,211,201)
#CEDED4
(206,222,212)
#DCE9DF
(220,233,223)
#EAF4EA
(234,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E867C; }

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

This text font color is #5E867C.


Background Color

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

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

This div background color is #5E867C.


Border color

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

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

This div border color is #5E867C.


Opacity

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

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

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

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

This text has shadow with #5E867C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E867C on black background.


Color preview on white background

This text has color #5E867C on white background.



Black color preview on #5E867C background

This text has black color on #5E867C background.


White color preview on #5E867C background

This text has white color on #5E867C background.