COLOR #5E7182

HEX: #5E7182
RGB: (94,113,130)

Color info

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

RGB color model

#5E7182 color RGB value is (94,113,130).

  • red value is 94;
  • green value is 113;
  • blue value is 130.
RGB:
(94,113,130)
(37%,44%,51%)

RGB channels and saturation

R 94 of 255 = 37%
G 113 of 255 = 44%
B 130 of 255 = 51%

94
113
130

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

Portions of RGB colors in percentages

R + G + B =
94 + 113 + 130 = 337 (100%)
R 94 of 337 ~ 27.89%
G 113 of 337 ~ 33.53%
B 130 of 337 ~ 38.58%

%27.89
%33.53
%38.58

CMYK color model

#5E7182 color CMYK value is (28,13,0,49).

  • cyan value is 27.69%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(28,13,0,49)
C28M13Y0K49 
(28%,13%,0%,49%)
(0.28/0.13/0.00/0.49)	

CMYK percentages

%27.69
%13.08
%0
%49.02

Codes

Color #5E7182 in popluar color models

5E7182
RGB94113130
HSL208°16.07%43.92%
HSB/HSV208°27.69%50.98%
CMYK27.69%13.08%0.00%
49.02%

Color #5E7182 in popluar number systems.

HEX5E7182
Decimal94113130
Binary1011110111000110000010
Octal136161202

Shades and tints

Shades of #5E7182

#5E7182
(94,113,130)
#566777
(86,103,119)
#4E5D6C
(78,93,108)
#465361
(70,83,97)
#3E4956
(62,73,86)
#363F4B
(54,63,75)
#2E3540
(46,53,64)
#262B35
(38,43,53)
#1E212A
(30,33,42)
#16171F
(22,23,31)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #5E7182

#5E7182
(94,113,130)
#6C7D8D
(108,125,141)
#7A8998
(122,137,152)
#8895A3
(136,149,163)
#96A1AE
(150,161,174)
#A4ADB9
(164,173,185)
#B2B9C4
(178,185,196)
#C0C5CF
(192,197,207)
#CED1DA
(206,209,218)
#DCDDE5
(220,221,229)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E7182 color. Also use rgb(94,113,130) instead hex code.

Text Font Color

.myTextColor { color: #5E7182; }

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

This text font color is #5E7182.


Background Color

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

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

This div background color is #5E7182.


Border color

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

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

This div border color is #5E7182.


Opacity

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

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

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

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

This text has shadow with #5E7182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E7182 on black background.


Color preview on white background

This text has color #5E7182 on white background.



Black color preview on #5E7182 background

This text has black color on #5E7182 background.


White color preview on #5E7182 background

This text has white color on #5E7182 background.