COLOR #5E6C67

HEX: #5E6C67
RGB: (94,108,103)

Color info

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

RGB color model

#5E6C67 color RGB value is (94,108,103).

  • red value is 94;
  • green value is 108;
  • blue value is 103.
RGB:
(94,108,103)
(37%,42%,40%)

RGB channels and saturation

R 94 of 255 = 37%
G 108 of 255 = 42%
B 103 of 255 = 40%

94
108
103

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

Portions of RGB colors in percentages

R + G + B =
94 + 108 + 103 = 305 (100%)
R 94 of 305 ~ 30.82%
G 108 of 305 ~ 35.41%
B 103 of 305 ~ 33.77%

%30.82
%35.41
%33.77

CMYK color model

#5E6C67 color CMYK value is (13,0,5,58).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 4.63%
  • key color value is 57.65%
CMYK:
(13,0,5,58)
C13M0Y5K58 
(13%,0%,5%,58%)
(0.13/0.00/0.05/0.58)	

CMYK percentages

%12.96
%0
%4.63
%57.65

Codes

Color #5E6C67 in popluar color models

5E6C67
RGB94108103
HSL159°6.93%39.61%
HSB/HSV159°12.96%42.35%
CMYK12.96%0.00%4.63%
57.65%

Color #5E6C67 in popluar number systems.

HEX5E6C67
Decimal94108103
Binary101111011011001100111
Octal136154147

Shades and tints

Shades of #5E6C67

#5E6C67
(94,108,103)
#56635E
(86,99,94)
#4E5A55
(78,90,85)
#46514C
(70,81,76)
#3E4843
(62,72,67)
#363F3A
(54,63,58)
#2E3631
(46,54,49)
#262D28
(38,45,40)
#1E241F
(30,36,31)
#161B16
(22,27,22)
#0E120D
(14,18,13)
#000000
(0,0,0)

Tints of #5E6C67

#5E6C67
(94,108,103)
#6C7974
(108,121,116)
#7A8681
(122,134,129)
#88938E
(136,147,142)
#96A09B
(150,160,155)
#A4ADA8
(164,173,168)
#B2BAB5
(178,186,181)
#C0C7C2
(192,199,194)
#CED4CF
(206,212,207)
#DCE1DC
(220,225,220)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6C67; }

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

This text font color is #5E6C67.


Background Color

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

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

This div background color is #5E6C67.


Border color

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

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

This div border color is #5E6C67.


Opacity

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

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

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

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

This text has shadow with #5E6C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E6C67 on black background.


Color preview on white background

This text has color #5E6C67 on white background.



Black color preview on #5E6C67 background

This text has black color on #5E6C67 background.


White color preview on #5E6C67 background

This text has white color on #5E6C67 background.