COLOR #5E6073

HEX: #5E6073 RGB: (94,96,115)

Color info

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

RGB color model

#5E6073 color RGB value is (94,96,115).

RGB: (94,96,115) (37%, 38%, 45%)

RGB channels and saturation

R 94 of 255 = 37%
G 96 of 255 = 38%
B 115 of 255 = 45%

94
96
115

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

Portions of RGB colors in percentages

R + G + B = 94 + 96 + 115 = 305 (100%)
R 94 of 305 ~ 30.82%
G 96 of 305 ~ 31.48%
B 115 of 305 ~ 37.7'%

%30.82
%31.48
%37.7

CMYK color model

#5E6073 color CMYK value is (18,17,0,55).

  • cyan value is 18.26%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (18,17,0,55)
C18M17Y0K55 (18%, 17%, 0%, 55%)
(0.18 / 0.17 / 0.00 / 0.55)

CMYK percentages

%18.26
%16.52
%0
%54.9

Codes

Color #5E6073 in popluar color models

5E 60 73
RGB 94 96 115
HSL 234° 10.05% 40.98%
HSB/HSV 234° 18.26% 45.10%
CMYK 18.26% 16.52% 0.00%
54.90%

Color #5E6073 in popluar number systems.

HEX 5E 60 73
Decimal 94 96 115
Binary 1011110 1100000 1110011
Octal 136 140 163

Shades and tints

Shades of #5E6073

#5E6073
(94,96,115)
#565869
(86,88,105)
#4E505F
(78,80,95)
#464855
(70,72,85)
#3E404B
(62,64,75)
#363841
(54,56,65)
#2E3037
(46,48,55)
#26282D
(38,40,45)
#1E2023
(30,32,35)
#161819
(22,24,25)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #5E6073

#5E6073
(94,96,115)
#6C6E7F
(108,110,127)
#7A7C8B
(122,124,139)
#888A97
(136,138,151)
#9698A3
(150,152,163)
#A4A6AF
(164,166,175)
#B2B4BB
(178,180,187)
#C0C2C7
(192,194,199)
#CED0D3
(206,208,211)
#DCDEDF
(220,222,223)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6073; }

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

This text font color is #5E6073.

Background Color

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

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

This div background color is #5E6073.

Border color

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

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

This div border color is #5E6073.

Opacity

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

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

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

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

This text has shadow with #5E6073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6073.

Preview

Color preview on black background

This text has color #5E6073 on black background.


Color preview on white background

This text has color #5E6073 on white background.


Black color preview on #5E6073 background

This text has black color on #5E6073 background.


White color preview on #5E6073 background

This text has white color on #5E6073 background.


Related colors

Complementary color

Complementary color for #hex is #A19F8C.


I love getcolorcode.com

Triadic colors

1 #735E60 and #60735E with #5E6073 are triadic colors.

2 #73605E and #605E73 with #5E6073 are triadic colors.