COLOR #5F5356

HEX: #5F5356
RGB: (95,83,86)

Color info

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

RGB color model

#5F5356 color RGB value is (95,83,86).

  • red value is 95;
  • green value is 83;
  • blue value is 86.
RGB:
(95,83,86)
(37%,33%,34%)

RGB channels and saturation

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

95
83
86

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

Portions of RGB colors in percentages

R + G + B =
95 + 83 + 86 = 264 (100%)
R 95 of 264 ~ 35.98%
G 83 of 264 ~ 31.44%
B 86 of 264 ~ 32.58%

%35.98
%31.44
%32.58

CMYK color model

#5F5356 color CMYK value is (0,13,9,63).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 9.47%
  • key color value is 62.75%
CMYK:
(0,13,9,63)
C0M13Y9K63 
(0%,13%,9%,63%)
(0.00/0.13/0.09/0.63)	

CMYK percentages

%0
%12.63
%9.47
%62.75

Codes

Color #5F5356 in popluar color models

5F5356
RGB958386
HSL345°6.74%34.90%
HSB/HSV345°12.63%37.25%
CMYK0.00%12.63%9.47%
62.75%

Color #5F5356 in popluar number systems.

HEX5F5356
Decimal958386
Binary101111110100111010110
Octal137123126

Shades and tints

Shades of #5F5356

#5F5356
(95,83,86)
#574C4F
(87,76,79)
#4F4548
(79,69,72)
#473E41
(71,62,65)
#3F373A
(63,55,58)
#373033
(55,48,51)
#2F292C
(47,41,44)
#272225
(39,34,37)
#1F1B1E
(31,27,30)
#171417
(23,20,23)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #5F5356

#5F5356
(95,83,86)
#6D6265
(109,98,101)
#7B7174
(123,113,116)
#898083
(137,128,131)
#978F92
(151,143,146)
#A59EA1
(165,158,161)
#B3ADB0
(179,173,176)
#C1BCBF
(193,188,191)
#CFCBCE
(207,203,206)
#DDDADD
(221,218,221)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5356; }

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

This text font color is #5F5356.


Background Color

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

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

This div background color is #5F5356.


Border color

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

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

This div border color is #5F5356.


Opacity

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

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

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

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

This text has shadow with #5F5356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5356 on black background.


Color preview on white background

This text has color #5F5356 on white background.



Black color preview on #5F5356 background

This text has black color on #5F5356 background.


White color preview on #5F5356 background

This text has white color on #5F5356 background.