COLOR #5F5C52

HEX: #5F5C52 RGB: (95,92,82)

Color info

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

RGB color model

#5F5C52 color RGB value is (95,92,82).

RGB: (95,92,82) (37%, 36%, 32%)

RGB channels and saturation

R 95 of 255 = 37%
G 92 of 255 = 36%
B 82 of 255 = 32%

95
92
82

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

Portions of RGB colors in percentages

R + G + B = 95 + 92 + 82 = 269 (100%)
R 95 of 269 ~ 35.32%
G 92 of 269 ~ 34.2%
B 82 of 269 ~ 30.48'%

%35.32
%34.2
%30.48

CMYK color model

#5F5C52 color CMYK value is (0,3,14,63).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 13.68%
  • key color value is 62.75%

CMYK: (0,3,14,63)
C0M3Y14K63 (0%, 3%, 14%, 63%)
(0.00 / 0.03 / 0.14 / 0.63)

CMYK percentages

%0
%3.16
%13.68
%62.75

Codes

Color #5F5C52 in popluar color models

5F 5C 52
RGB 95 92 82
HSL 46° 7.34% 34.71%
HSB/HSV 46° 13.68% 37.25%
CMYK 0.00% 3.16% 13.68%
62.75%

Color #5F5C52 in popluar number systems.

HEX 5F 5C 52
Decimal 95 92 82
Binary 1011111 1011100 1010010
Octal 137 134 122

Shades and tints

Shades of #5F5C52

#5F5C52
(95,92,82)
#57544B
(87,84,75)
#4F4C44
(79,76,68)
#47443D
(71,68,61)
#3F3C36
(63,60,54)
#37342F
(55,52,47)
#2F2C28
(47,44,40)
#272421
(39,36,33)
#1F1C1A
(31,28,26)
#171413
(23,20,19)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #5F5C52

#5F5C52
(95,92,82)
#6D6A61
(109,106,97)
#7B7870
(123,120,112)
#89867F
(137,134,127)
#97948E
(151,148,142)
#A5A29D
(165,162,157)
#B3B0AC
(179,176,172)
#C1BEBB
(193,190,187)
#CFCCCA
(207,204,202)
#DDDAD9
(221,218,217)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5C52 color. Also use rgb(95,92,82) instead hex code.

Text Font Color

.myTextColor { color: #5F5C52; }

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

This text font color is #5F5C52.

Background Color

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

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

This div background color is #5F5C52.

Border color

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

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

This div border color is #5F5C52.

Opacity

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

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

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

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

This text has shadow with #5F5C52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5C52.

Preview

Color preview on black background

This text has color #5F5C52 on black background.


Color preview on white background

This text has color #5F5C52 on white background.


Black color preview on #5F5C52 background

This text has black color on #5F5C52 background.


White color preview on #5F5C52 background

This text has white color on #5F5C52 background.


Related colors

Complementary color

Complementary color for #hex is #A0A3AD.


I love getcolorcode.com

Triadic colors

1 #525F5C and #5C525F with #5F5C52 are triadic colors.

2 #525C5F and #5C5F52 with #5F5C52 are triadic colors.