COLOR #5F504C

HEX: #5F504C RGB: (95,80,76)

Color info

#5F504C contains red, green and blue colors in about the same proportion. Web safe color of #5F504C is #666633 (or #663).

RGB color model

#5F504C color RGB value is (95,80,76).

RGB: (95,80,76) (37%, 31%, 30%)

RGB channels and saturation

R 95 of 255 = 37%
G 80 of 255 = 31%
B 76 of 255 = 30%

95
80
76

R + G + B ~ 33%. #5F504C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 80 + 76 = 251 (100%)
R 95 of 251 ~ 37.85%
G 80 of 251 ~ 31.87%
B 76 of 251 ~ 30.28'%

%37.85
%31.87
%30.28

CMYK color model

#5F504C color CMYK value is (0,16,20,63).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 20.00%
  • key color value is 62.75%

CMYK: (0,16,20,63)
C0M16Y20K63 (0%, 16%, 20%, 63%)
(0.00 / 0.16 / 0.20 / 0.63)

CMYK percentages

%0
%15.79
%20
%62.75

Codes

Color #5F504C in popluar color models

5F 50 4C
RGB 95 80 76
HSL 13° 11.11% 33.53%
HSB/HSV 13° 20.00% 37.25%
CMYK 0.00% 15.79% 20.00%
62.75%

Color #5F504C in popluar number systems.

HEX 5F 50 4C
Decimal 95 80 76
Binary 1011111 1010000 1001100
Octal 137 120 114

Shades and tints

Shades of #5F504C

#5F504C
(95,80,76)
#574946
(87,73,70)
#4F4240
(79,66,64)
#473B3A
(71,59,58)
#3F3434
(63,52,52)
#372D2E
(55,45,46)
#2F2628
(47,38,40)
#271F22
(39,31,34)
#1F181C
(31,24,28)
#171116
(23,17,22)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #5F504C

#5F504C
(95,80,76)
#6D5F5C
(109,95,92)
#7B6E6C
(123,110,108)
#897D7C
(137,125,124)
#978C8C
(151,140,140)
#A59B9C
(165,155,156)
#B3AAAC
(179,170,172)
#C1B9BC
(193,185,188)
#CFC8CC
(207,200,204)
#DDD7DC
(221,215,220)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F504C color. Also use rgb(95,80,76) instead hex code.

Text Font Color

.myTextColor { color: #5F504C; }

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

This text font color is #5F504C.

Background Color

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

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

This div background color is #5F504C.

Border color

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

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

This div border color is #5F504C.

Opacity

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

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

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

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

This text has shadow with #5F504C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F504C.

Preview

Color preview on black background

This text has color #5F504C on black background.


Color preview on white background

This text has color #5F504C on white background.


Black color preview on #5F504C background

This text has black color on #5F504C background.


White color preview on #5F504C background

This text has white color on #5F504C background.


Related colors

Complementary color

Complementary color for #hex is #A0AFB3.


I love getcolorcode.com

Triadic colors

1 #4C5F50 and #504C5F with #5F504C are triadic colors.

2 #4C505F and #505F4C with #5F504C are triadic colors.