COLOR #5F5B56

HEX: #5F5B56 RGB: (95,91,86)

Color info

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

RGB color model

#5F5B56 color RGB value is (95,91,86).

RGB: (95,91,86) (37%, 36%, 34%)

RGB channels and saturation

R 95 of 255 = 37%
G 91 of 255 = 36%
B 86 of 255 = 34%

95
91
86

R + G + B ~ 36%. #5F5B56 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 91 + 86 = 272 (100%)
R 95 of 272 ~ 34.93%
G 91 of 272 ~ 33.46%
B 86 of 272 ~ 31.62'%

%34.93
%33.46
%31.62

CMYK color model

#5F5B56 color CMYK value is (0,4,9,63).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 9.47%
  • key color value is 62.75%

CMYK: (0,4,9,63)
C0M4Y9K63 (0%, 4%, 9%, 63%)
(0.00 / 0.04 / 0.09 / 0.63)

CMYK percentages

%0
%4.21
%9.47
%62.75

Codes

Color #5F5B56 in popluar color models

5F 5B 56
RGB 95 91 86
HSL 33° 4.97% 35.49%
HSB/HSV 33° 9.47% 37.25%
CMYK 0.00% 4.21% 9.47%
62.75%

Color #5F5B56 in popluar number systems.

HEX 5F 5B 56
Decimal 95 91 86
Binary 1011111 1011011 1010110
Octal 137 133 126

Shades and tints

Shades of #5F5B56

#5F5B56
(95,91,86)
#57534F
(87,83,79)
#4F4B48
(79,75,72)
#474341
(71,67,65)
#3F3B3A
(63,59,58)
#373333
(55,51,51)
#2F2B2C
(47,43,44)
#272325
(39,35,37)
#1F1B1E
(31,27,30)
#171317
(23,19,23)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #5F5B56

#5F5B56
(95,91,86)
#6D6965
(109,105,101)
#7B7774
(123,119,116)
#898583
(137,133,131)
#979392
(151,147,146)
#A5A1A1
(165,161,161)
#B3AFB0
(179,175,176)
#C1BDBF
(193,189,191)
#CFCBCE
(207,203,206)
#DDD9DD
(221,217,221)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5B56; }

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

This text font color is #5F5B56.

Background Color

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

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

This div background color is #5F5B56.

Border color

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

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

This div border color is #5F5B56.

Opacity

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

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

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

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

This text has shadow with #5F5B56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5B56.

Preview

Color preview on black background

This text has color #5F5B56 on black background.


Color preview on white background

This text has color #5F5B56 on white background.


Black color preview on #5F5B56 background

This text has black color on #5F5B56 background.


White color preview on #5F5B56 background

This text has white color on #5F5B56 background.


Related colors

Complementary color

Complementary color for #hex is #A0A4A9.


I love getcolorcode.com

Triadic colors

1 #565F5B and #5B565F with #5F5B56 are triadic colors.

2 #565B5F and #5B5F56 with #5F5B56 are triadic colors.