COLOR #5F5542

HEX: #5F5542
RGB: (95,85,66)

Color info

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

RGB color model

#5F5542 color RGB value is (95,85,66).

  • red value is 95;
  • green value is 85;
  • blue value is 66.
RGB:
(95,85,66)
(37%,33%,26%)

RGB channels and saturation

R 95 of 255 = 37%
G 85 of 255 = 33%
B 66 of 255 = 26%

95
85
66

R + G + B ~ 32%. #5F5542 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 85 + 66 = 246 (100%)
R 95 of 246 ~ 38.62%
G 85 of 246 ~ 34.55%
B 66 of 246 ~ 26.83%

%38.62
%34.55
%26.83

CMYK color model

#5F5542 color CMYK value is (0,11,31,63).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 30.53%
  • key color value is 62.75%
CMYK:
(0,11,31,63)
C0M11Y31K63 
(0%,11%,31%,63%)
(0.00/0.11/0.31/0.63)	

CMYK percentages

%0
%10.53
%30.53
%62.75

Codes

Color #5F5542 in popluar color models

5F5542
RGB958566
HSL39°18.01%31.57%
HSB/HSV39°30.53%37.25%
CMYK0.00%10.53%30.53%
62.75%

Color #5F5542 in popluar number systems.

HEX5F5542
Decimal958566
Binary101111110101011000010
Octal137125102

Shades and tints

Shades of #5F5542

#5F5542
(95,85,66)
#574E3C
(87,78,60)
#4F4736
(79,71,54)
#474030
(71,64,48)
#3F392A
(63,57,42)
#373224
(55,50,36)
#2F2B1E
(47,43,30)
#272418
(39,36,24)
#1F1D12
(31,29,18)
#17160C
(23,22,12)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #5F5542

#5F5542
(95,85,66)
#6D6453
(109,100,83)
#7B7364
(123,115,100)
#898275
(137,130,117)
#979186
(151,145,134)
#A5A097
(165,160,151)
#B3AFA8
(179,175,168)
#C1BEB9
(193,190,185)
#CFCDCA
(207,205,202)
#DDDCDB
(221,220,219)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5542; }

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

This text font color is #5F5542.


Background Color

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

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

This div background color is #5F5542.


Border color

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

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

This div border color is #5F5542.


Opacity

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

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

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

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

This text has shadow with #5F5542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5542 on black background.


Color preview on white background

This text has color #5F5542 on white background.



Black color preview on #5F5542 background

This text has black color on #5F5542 background.


White color preview on #5F5542 background

This text has white color on #5F5542 background.