COLOR #5F514F

HEX: #5F514F
RGB: (95,81,79)

Color info

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

RGB color model

#5F514F color RGB value is (95,81,79).

  • red value is 95;
  • green value is 81;
  • blue value is 79.
RGB:
(95,81,79)
(37%,32%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 81 of 255 = 32%
B 79 of 255 = 31%

95
81
79

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

Portions of RGB colors in percentages

R + G + B =
95 + 81 + 79 = 255 (100%)
R 95 of 255 ~ 37.25%
G 81 of 255 ~ 31.76%
B 79 of 255 ~ 30.98%

%37.25
%31.76
%30.98

CMYK color model

#5F514F color CMYK value is (0,15,17,63).

  • cyan value is 0.00%
  • magenta value is 14.74%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(0,15,17,63)
C0M15Y17K63 
(0%,15%,17%,63%)
(0.00/0.15/0.17/0.63)	

CMYK percentages

%0
%14.74
%16.84
%62.75

Codes

Color #5F514F in popluar color models

5F514F
RGB958179
HSL9.20%34.12%
HSB/HSV16.84%37.25%
CMYK0.00%14.74%16.84%
62.75%

Color #5F514F in popluar number systems.

HEX5F514F
Decimal958179
Binary101111110100011001111
Octal137121117

Shades and tints

Shades of #5F514F

#5F514F
(95,81,79)
#574A48
(87,74,72)
#4F4341
(79,67,65)
#473C3A
(71,60,58)
#3F3533
(63,53,51)
#372E2C
(55,46,44)
#2F2725
(47,39,37)
#27201E
(39,32,30)
#1F1917
(31,25,23)
#171210
(23,18,16)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #5F514F

#5F514F
(95,81,79)
#6D605F
(109,96,95)
#7B6F6F
(123,111,111)
#897E7F
(137,126,127)
#978D8F
(151,141,143)
#A59C9F
(165,156,159)
#B3ABAF
(179,171,175)
#C1BABF
(193,186,191)
#CFC9CF
(207,201,207)
#DDD8DF
(221,216,223)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F514F color. Also use rgb(95,81,79) instead hex code.

Text Font Color

.myTextColor { color: #5F514F; }

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

This text font color is #5F514F.


Background Color

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

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

This div background color is #5F514F.


Border color

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

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

This div border color is #5F514F.


Opacity

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

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

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

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

This text has shadow with #5F514F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F514F on black background.


Color preview on white background

This text has color #5F514F on white background.



Black color preview on #5F514F background

This text has black color on #5F514F background.


White color preview on #5F514F background

This text has white color on #5F514F background.