COLOR #5E676F

HEX: #5E676F RGB: (94,103,111)

Color info

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

RGB color model

#5E676F color RGB value is (94,103,111).

RGB: (94,103,111) (37%, 40%, 44%)

RGB channels and saturation

R 94 of 255 = 37%
G 103 of 255 = 40%
B 111 of 255 = 44%

94
103
111

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

Portions of RGB colors in percentages

R + G + B = 94 + 103 + 111 = 308 (100%)
R 94 of 308 ~ 30.52%
G 103 of 308 ~ 33.44%
B 111 of 308 ~ 36.04'%

%30.52
%33.44
%36.04

CMYK color model

#5E676F color CMYK value is (15,7,0,56).

  • cyan value is 15.32%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (15,7,0,56)
C15M7Y0K56 (15%, 7%, 0%, 56%)
(0.15 / 0.07 / 0.00 / 0.56)

CMYK percentages

%15.32
%7.21
%0
%56.47

Codes

Color #5E676F in popluar color models

5E 67 6F
RGB 94 103 111
HSL 208° 8.29% 40.20%
HSB/HSV 208° 15.32% 43.53%
CMYK 15.32% 7.21% 0.00%
56.47%

Color #5E676F in popluar number systems.

HEX 5E 67 6F
Decimal 94 103 111
Binary 1011110 1100111 1101111
Octal 136 147 157

Shades and tints

Shades of #5E676F

#5E676F
(94,103,111)
#565E65
(86,94,101)
#4E555B
(78,85,91)
#464C51
(70,76,81)
#3E4347
(62,67,71)
#363A3D
(54,58,61)
#2E3133
(46,49,51)
#262829
(38,40,41)
#1E1F1F
(30,31,31)
#161615
(22,22,21)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #5E676F

#5E676F
(94,103,111)
#6C747C
(108,116,124)
#7A8189
(122,129,137)
#888E96
(136,142,150)
#969BA3
(150,155,163)
#A4A8B0
(164,168,176)
#B2B5BD
(178,181,189)
#C0C2CA
(192,194,202)
#CECFD7
(206,207,215)
#DCDCE4
(220,220,228)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E676F color. Also use rgb(94,103,111) instead hex code.

Text Font Color

.myTextColor { color: #5E676F; }

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

This text font color is #5E676F.

Background Color

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

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

This div background color is #5E676F.

Border color

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

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

This div border color is #5E676F.

Opacity

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

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

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

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

This text has shadow with #5E676F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E676F.

Preview

Color preview on black background

This text has color #5E676F on black background.


Color preview on white background

This text has color #5E676F on white background.


Black color preview on #5E676F background

This text has black color on #5E676F background.


White color preview on #5E676F background

This text has white color on #5E676F background.


Related colors

Complementary color

Complementary color for #hex is #A19890.


I love getcolorcode.com

Triadic colors

1 #6F5E67 and #676F5E with #5E676F are triadic colors.

2 #6F675E and #675E6F with #5E676F are triadic colors.