COLOR #5E6076

HEX: #5E6076
RGB: (94,96,118)

Color info

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

RGB color model

#5E6076 color RGB value is (94,96,118).

  • red value is 94;
  • green value is 96;
  • blue value is 118.
RGB:
(94,96,118)
(37%,38%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 96 of 255 = 38%
B 118 of 255 = 46%

94
96
118

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

Portions of RGB colors in percentages

R + G + B =
94 + 96 + 118 = 308 (100%)
R 94 of 308 ~ 30.52%
G 96 of 308 ~ 31.17%
B 118 of 308 ~ 38.31%

%30.52
%31.17
%38.31

CMYK color model

#5E6076 color CMYK value is (20,19,0,54).

  • cyan value is 20.34%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(20,19,0,54)
C20M19Y0K54 
(20%,19%,0%,54%)
(0.20/0.19/0.00/0.54)	

CMYK percentages

%20.34
%18.64
%0
%53.73

Codes

Color #5E6076 in popluar color models

5E6076
RGB9496118
HSL235°11.32%41.57%
HSB/HSV235°20.34%46.27%
CMYK20.34%18.64%0.00%
53.73%

Color #5E6076 in popluar number systems.

HEX5E6076
Decimal9496118
Binary101111011000001110110
Octal136140166

Shades and tints

Shades of #5E6076

#5E6076
(94,96,118)
#56586C
(86,88,108)
#4E5062
(78,80,98)
#464858
(70,72,88)
#3E404E
(62,64,78)
#363844
(54,56,68)
#2E303A
(46,48,58)
#262830
(38,40,48)
#1E2026
(30,32,38)
#16181C
(22,24,28)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #5E6076

#5E6076
(94,96,118)
#6C6E82
(108,110,130)
#7A7C8E
(122,124,142)
#888A9A
(136,138,154)
#9698A6
(150,152,166)
#A4A6B2
(164,166,178)
#B2B4BE
(178,180,190)
#C0C2CA
(192,194,202)
#CED0D6
(206,208,214)
#DCDEE2
(220,222,226)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E6076 color. Also use rgb(94,96,118) instead hex code.

Text Font Color

.myTextColor { color: #5E6076; }

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

This text font color is #5E6076.


Background Color

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

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

This div background color is #5E6076.


Border color

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

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

This div border color is #5E6076.


Opacity

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

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

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

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

This text has shadow with #5E6076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6076 on black background.


Color preview on white background

This text has color #5E6076 on white background.



Black color preview on #5E6076 background

This text has black color on #5E6076 background.


White color preview on #5E6076 background

This text has white color on #5E6076 background.