COLOR #5F5F49

HEX: #5F5F49
RGB: (95,95,73)

Color info

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

RGB color model

#5F5F49 color RGB value is (95,95,73).

  • red value is 95;
  • green value is 95;
  • blue value is 73.
RGB:
(95,95,73)
(37%,37%,29%)

RGB channels and saturation

R 95 of 255 = 37%
G 95 of 255 = 37%
B 73 of 255 = 29%

95
95
73

R + G + B ~ 34%. #5F5F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 95 + 73 = 263 (100%)
R 95 of 263 ~ 36.12%
G 95 of 263 ~ 36.12%
B 73 of 263 ~ 27.76%

%36.12
%36.12
%27.76

CMYK color model

#5F5F49 color CMYK value is (0,0,23,63).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.16%
  • key color value is 62.75%
CMYK:
(0,0,23,63)
C0M0Y23K63 
(0%,0%,23%,63%)
(0.00/0.00/0.23/0.63)	

CMYK percentages

%0
%0
%23.16
%62.75

Codes

Color #5F5F49 in popluar color models

5F5F49
RGB959573
HSL60°13.10%32.94%
HSB/HSV60°23.16%37.25%
CMYK0.00%0.00%23.16%
62.75%

Color #5F5F49 in popluar number systems.

HEX5F5F49
Decimal959573
Binary101111110111111001001
Octal137137111

Shades and tints

Shades of #5F5F49

#5F5F49
(95,95,73)
#575743
(87,87,67)
#4F4F3D
(79,79,61)
#474737
(71,71,55)
#3F3F31
(63,63,49)
#37372B
(55,55,43)
#2F2F25
(47,47,37)
#27271F
(39,39,31)
#1F1F19
(31,31,25)
#171713
(23,23,19)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #5F5F49

#5F5F49
(95,95,73)
#6D6D59
(109,109,89)
#7B7B69
(123,123,105)
#898979
(137,137,121)
#979789
(151,151,137)
#A5A599
(165,165,153)
#B3B3A9
(179,179,169)
#C1C1B9
(193,193,185)
#CFCFC9
(207,207,201)
#DDDDD9
(221,221,217)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5F49; }

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

This text font color is #5F5F49.


Background Color

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

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

This div background color is #5F5F49.


Border color

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

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

This div border color is #5F5F49.


Opacity

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

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

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

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

This text has shadow with #5F5F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5F49 on black background.


Color preview on white background

This text has color #5F5F49 on white background.



Black color preview on #5F5F49 background

This text has black color on #5F5F49 background.


White color preview on #5F5F49 background

This text has white color on #5F5F49 background.