COLOR #5E709A

HEX: #5E709A
RGB: (94,112,154)

Color info

#5E709A contains mainly green and blue colors. Web safe color of #5E709A is #666699 (or #669).

RGB color model

#5E709A color RGB value is (94,112,154).

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

RGB channels and saturation

R 94 of 255 = 37%
G 112 of 255 = 44%
B 154 of 255 = 60%

94
112
154

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

Portions of RGB colors in percentages

R + G + B =
94 + 112 + 154 = 360 (100%)
R 94 of 360 ~ 26.11%
G 112 of 360 ~ 31.11%
B 154 of 360 ~ 42.78%

%26.11
%31.11
%42.78

CMYK color model

#5E709A color CMYK value is (39,27,0,40).

  • cyan value is 38.96%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(39,27,0,40)
C39M27Y0K40 
(39%,27%,0%,40%)
(0.39/0.27/0.00/0.40)	

CMYK percentages

%38.96
%27.27
%0
%39.61

Codes

Color #5E709A in popluar color models

5E709A
RGB94112154
HSL222°24.19%48.63%
HSB/HSV222°38.96%60.39%
CMYK38.96%27.27%0.00%
39.61%

Color #5E709A in popluar number systems.

HEX5E709A
Decimal94112154
Binary1011110111000010011010
Octal136160232

Shades and tints

Shades of #5E709A

#5E709A
(94,112,154)
#56668C
(86,102,140)
#4E5C7E
(78,92,126)
#465270
(70,82,112)
#3E4862
(62,72,98)
#363E54
(54,62,84)
#2E3446
(46,52,70)
#262A38
(38,42,56)
#1E202A
(30,32,42)
#16161C
(22,22,28)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #5E709A

#5E709A
(94,112,154)
#6C7DA3
(108,125,163)
#7A8AAC
(122,138,172)
#8897B5
(136,151,181)
#96A4BE
(150,164,190)
#A4B1C7
(164,177,199)
#B2BED0
(178,190,208)
#C0CBD9
(192,203,217)
#CED8E2
(206,216,226)
#DCE5EB
(220,229,235)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E709A; }

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

This text font color is #5E709A.


Background Color

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

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

This div background color is #5E709A.


Border color

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

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

This div border color is #5E709A.


Opacity

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

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

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

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

This text has shadow with #5E709A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E709A on black background.


Color preview on white background

This text has color #5E709A on white background.



Black color preview on #5E709A background

This text has black color on #5E709A background.


White color preview on #5E709A background

This text has white color on #5E709A background.