COLOR #5E7084

HEX: #5E7084
RGB: (94,112,132)

Color info

#5E7084 contains red, green and blue colors in about the same proportion. Web safe color of #5E7084 is #666699 (or #669).

RGB color model

#5E7084 color RGB value is (94,112,132).

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

RGB channels and saturation

R 94 of 255 = 37%
G 112 of 255 = 44%
B 132 of 255 = 52%

94
112
132

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

Portions of RGB colors in percentages

R + G + B =
94 + 112 + 132 = 338 (100%)
R 94 of 338 ~ 27.81%
G 112 of 338 ~ 33.14%
B 132 of 338 ~ 39.05%

%27.81
%33.14
%39.05

CMYK color model

#5E7084 color CMYK value is (29,15,0,48).

  • cyan value is 28.79%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(29,15,0,48)
C29M15Y0K48 
(29%,15%,0%,48%)
(0.29/0.15/0.00/0.48)	

CMYK percentages

%28.79
%15.15
%0
%48.24

Codes

Color #5E7084 in popluar color models

5E7084
RGB94112132
HSL212°16.81%44.31%
HSB/HSV212°28.79%51.76%
CMYK28.79%15.15%0.00%
48.24%

Color #5E7084 in popluar number systems.

HEX5E7084
Decimal94112132
Binary1011110111000010000100
Octal136160204

Shades and tints

Shades of #5E7084

#5E7084
(94,112,132)
#566678
(86,102,120)
#4E5C6C
(78,92,108)
#465260
(70,82,96)
#3E4854
(62,72,84)
#363E48
(54,62,72)
#2E343C
(46,52,60)
#262A30
(38,42,48)
#1E2024
(30,32,36)
#161618
(22,22,24)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #5E7084

#5E7084
(94,112,132)
#6C7D8F
(108,125,143)
#7A8A9A
(122,138,154)
#8897A5
(136,151,165)
#96A4B0
(150,164,176)
#A4B1BB
(164,177,187)
#B2BEC6
(178,190,198)
#C0CBD1
(192,203,209)
#CED8DC
(206,216,220)
#DCE5E7
(220,229,231)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E7084; }

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

This text font color is #5E7084.


Background Color

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

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

This div background color is #5E7084.


Border color

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

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

This div border color is #5E7084.


Opacity

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

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

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

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

This text has shadow with #5E7084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7084 on black background.


Color preview on white background

This text has color #5E7084 on white background.



Black color preview on #5E7084 background

This text has black color on #5E7084 background.


White color preview on #5E7084 background

This text has white color on #5E7084 background.