COLOR #5E8692

HEX: #5E8692
RGB: (94,134,146)

Color info

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

RGB color model

#5E8692 color RGB value is (94,134,146).

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

RGB channels and saturation

R 94 of 255 = 37%
G 134 of 255 = 53%
B 146 of 255 = 57%

94
134
146

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

Portions of RGB colors in percentages

R + G + B =
94 + 134 + 146 = 374 (100%)
R 94 of 374 ~ 25.13%
G 134 of 374 ~ 35.83%
B 146 of 374 ~ 39.04%

%25.13
%35.83
%39.04

CMYK color model

#5E8692 color CMYK value is (36,8,0,43).

  • cyan value is 35.62%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(36,8,0,43)
C36M8Y0K43 
(36%,8%,0%,43%)
(0.36/0.08/0.00/0.43)	

CMYK percentages

%35.62
%8.22
%0
%42.75

Codes

Color #5E8692 in popluar color models

5E8692
RGB94134146
HSL194°21.67%47.06%
HSB/HSV194°35.62%57.25%
CMYK35.62%8.22%0.00%
42.75%

Color #5E8692 in popluar number systems.

HEX5E8692
Decimal94134146
Binary10111101000011010010010
Octal136206222

Shades and tints

Shades of #5E8692

#5E8692
(94,134,146)
#567A85
(86,122,133)
#4E6E78
(78,110,120)
#46626B
(70,98,107)
#3E565E
(62,86,94)
#364A51
(54,74,81)
#2E3E44
(46,62,68)
#263237
(38,50,55)
#1E262A
(30,38,42)
#161A1D
(22,26,29)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #5E8692

#5E8692
(94,134,146)
#6C919B
(108,145,155)
#7A9CA4
(122,156,164)
#88A7AD
(136,167,173)
#96B2B6
(150,178,182)
#A4BDBF
(164,189,191)
#B2C8C8
(178,200,200)
#C0D3D1
(192,211,209)
#CEDEDA
(206,222,218)
#DCE9E3
(220,233,227)
#EAF4EC
(234,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E8692; }

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

This text font color is #5E8692.


Background Color

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

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

This div background color is #5E8692.


Border color

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

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

This div border color is #5E8692.


Opacity

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

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

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

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

This text has shadow with #5E8692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E8692 on black background.


Color preview on white background

This text has color #5E8692 on white background.



Black color preview on #5E8692 background

This text has black color on #5E8692 background.


White color preview on #5E8692 background

This text has white color on #5E8692 background.