COLOR #5E5356

HEX: #5E5356 RGB: (94,83,86)

Color info

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

RGB color model

#5E5356 color RGB value is (94,83,86).

RGB: (94,83,86) (37%, 33%, 34%)

RGB channels and saturation

R 94 of 255 = 37%
G 83 of 255 = 33%
B 86 of 255 = 34%

94
83
86

R + G + B ~ 35%. #5E5356 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 94 + 83 + 86 = 263 (100%)
R 94 of 263 ~ 35.74%
G 83 of 263 ~ 31.56%
B 86 of 263 ~ 32.7'%

%35.74
%31.56
%32.7

CMYK color model

#5E5356 color CMYK value is (0,12,9,63).

  • cyan value is 0.00%
  • magenta value is 11.70%
  • yellow value is 8.51%
  • key color value is 63.14%

CMYK: (0,12,9,63)
C0M12Y9K63 (0%, 12%, 9%, 63%)
(0.00 / 0.12 / 0.09 / 0.63)

CMYK percentages

%0
%11.7
%8.51
%63.14

Codes

Color #5E5356 in popluar color models

5E 53 56
RGB 94 83 86
HSL 344° 6.21% 34.71%
HSB/HSV 344° 11.70% 36.86%
CMYK 0.00% 11.70% 8.51%
63.14%

Color #5E5356 in popluar number systems.

HEX 5E 53 56
Decimal 94 83 86
Binary 1011110 1010011 1010110
Octal 136 123 126

Shades and tints

Shades of #5E5356

#5E5356
(94,83,86)
#564C4F
(86,76,79)
#4E4548
(78,69,72)
#463E41
(70,62,65)
#3E373A
(62,55,58)
#363033
(54,48,51)
#2E292C
(46,41,44)
#262225
(38,34,37)
#1E1B1E
(30,27,30)
#161417
(22,20,23)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #5E5356

#5E5356
(94,83,86)
#6C6265
(108,98,101)
#7A7174
(122,113,116)
#888083
(136,128,131)
#968F92
(150,143,146)
#A49EA1
(164,158,161)
#B2ADB0
(178,173,176)
#C0BCBF
(192,188,191)
#CECBCE
(206,203,206)
#DCDADD
(220,218,221)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E5356 color. Also use rgb(94,83,86) instead hex code.

Text Font Color

.myTextColor { color: #5E5356; }

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

This text font color is #5E5356.

Background Color

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

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

This div background color is #5E5356.

Border color

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

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

This div border color is #5E5356.

Opacity

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

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

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

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

This text has shadow with #5E5356 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5E5356.

Preview

Color preview on black background

This text has color #5E5356 on black background.


Color preview on white background

This text has color #5E5356 on white background.


Black color preview on #5E5356 background

This text has black color on #5E5356 background.


White color preview on #5E5356 background

This text has white color on #5E5356 background.


Related colors

Complementary color

Complementary color for #hex is #A1ACA9.


I love getcolorcode.com

Triadic colors

1 #565E53 and #53565E with #5E5356 are triadic colors.

2 #56535E and #535E56 with #5E5356 are triadic colors.