COLOR #5E6875

HEX: #5E6875
RGB: (94,104,117)

Color info

#5E6875 contains red, green and blue colors in about the same proportion. Web safe color of #5E6875 is #666666 (or #666).

RGB color model

#5E6875 color RGB value is (94,104,117).

  • red value is 94;
  • green value is 104;
  • blue value is 117.
RGB:
(94,104,117)
(37%,41%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 104 of 255 = 41%
B 117 of 255 = 46%

94
104
117

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

Portions of RGB colors in percentages

R + G + B =
94 + 104 + 117 = 315 (100%)
R 94 of 315 ~ 29.84%
G 104 of 315 ~ 33.02%
B 117 of 315 ~ 37.14%

%29.84
%33.02
%37.14

CMYK color model

#5E6875 color CMYK value is (20,11,0,54).

  • cyan value is 19.66%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(20,11,0,54)
C20M11Y0K54 
(20%,11%,0%,54%)
(0.20/0.11/0.00/0.54)	

CMYK percentages

%19.66
%11.11
%0
%54.12

Codes

Color #5E6875 in popluar color models

5E6875
RGB94104117
HSL214°10.90%41.37%
HSB/HSV214°19.66%45.88%
CMYK19.66%11.11%0.00%
54.12%

Color #5E6875 in popluar number systems.

HEX5E6875
Decimal94104117
Binary101111011010001110101
Octal136150165

Shades and tints

Shades of #5E6875

#5E6875
(94,104,117)
#565F6B
(86,95,107)
#4E5661
(78,86,97)
#464D57
(70,77,87)
#3E444D
(62,68,77)
#363B43
(54,59,67)
#2E3239
(46,50,57)
#26292F
(38,41,47)
#1E2025
(30,32,37)
#16171B
(22,23,27)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #5E6875

#5E6875
(94,104,117)
#6C7581
(108,117,129)
#7A828D
(122,130,141)
#888F99
(136,143,153)
#969CA5
(150,156,165)
#A4A9B1
(164,169,177)
#B2B6BD
(178,182,189)
#C0C3C9
(192,195,201)
#CED0D5
(206,208,213)
#DCDDE1
(220,221,225)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6875 color. Also use rgb(94,104,117) instead hex code.

Text Font Color

.myTextColor { color: #5E6875; }

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

This text font color is #5E6875.


Background Color

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

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

This div background color is #5E6875.


Border color

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

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

This div border color is #5E6875.


Opacity

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

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

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

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

This text has shadow with #5E6875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6875 on black background.


Color preview on white background

This text has color #5E6875 on white background.



Black color preview on #5E6875 background

This text has black color on #5E6875 background.


White color preview on #5E6875 background

This text has white color on #5E6875 background.