COLOR #5E6968

HEX: #5E6968 RGB: (94,105,104)

Color info

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

RGB color model

#5E6968 color RGB value is (94,105,104).

RGB: (94,105,104) (37%, 41%, 41%)

RGB channels and saturation

R 94 of 255 = 37%
G 105 of 255 = 41%
B 104 of 255 = 41%

94
105
104

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

Portions of RGB colors in percentages

R + G + B = 94 + 105 + 104 = 303 (100%)
R 94 of 303 ~ 31.02%
G 105 of 303 ~ 34.65%
B 104 of 303 ~ 34.32'%

%31.02
%34.65
%34.32

CMYK color model

#5E6968 color CMYK value is (10,0,1,59).

  • cyan value is 10.48%
  • magenta value is 0.00%
  • yellow value is 0.95%
  • key color value is 58.82%

CMYK: (10,0,1,59)
C10M0Y1K59 (10%, 0%, 1%, 59%)
(0.10 / 0.00 / 0.01 / 0.59)

CMYK percentages

%10.48
%0
%0.95
%58.82

Codes

Color #5E6968 in popluar color models

5E 69 68
RGB 94 105 104
HSL 175° 5.53% 39.02%
HSB/HSV 175° 10.48% 41.18%
CMYK 10.48% 0.00% 0.95%
58.82%

Color #5E6968 in popluar number systems.

HEX 5E 69 68
Decimal 94 105 104
Binary 1011110 1101001 1101000
Octal 136 151 150

Shades and tints

Shades of #5E6968

#5E6968
(94,105,104)
#56605F
(86,96,95)
#4E5756
(78,87,86)
#464E4D
(70,78,77)
#3E4544
(62,69,68)
#363C3B
(54,60,59)
#2E3332
(46,51,50)
#262A29
(38,42,41)
#1E2120
(30,33,32)
#161817
(22,24,23)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #5E6968

#5E6968
(94,105,104)
#6C7675
(108,118,117)
#7A8382
(122,131,130)
#88908F
(136,144,143)
#969D9C
(150,157,156)
#A4AAA9
(164,170,169)
#B2B7B6
(178,183,182)
#C0C4C3
(192,196,195)
#CED1D0
(206,209,208)
#DCDEDD
(220,222,221)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E6968; }

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

This text font color is #5E6968.

Background Color

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

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

This div background color is #5E6968.

Border color

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

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

This div border color is #5E6968.

Opacity

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

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

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

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

This text has shadow with #5E6968 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E6968.

Preview

Color preview on black background

This text has color #5E6968 on black background.


Color preview on white background

This text has color #5E6968 on white background.


Black color preview on #5E6968 background

This text has black color on #5E6968 background.


White color preview on #5E6968 background

This text has white color on #5E6968 background.


Related colors

Complementary color

Complementary color for #hex is #A19697.


I love getcolorcode.com

Triadic colors

1 #685E69 and #69685E with #5E6968 are triadic colors.

2 #68695E and #695E68 with #5E6968 are triadic colors.