COLOR #5F5442

HEX: #5F5442
RGB: (95,84,66)

Color info

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

RGB color model

#5F5442 color RGB value is (95,84,66).

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

RGB channels and saturation

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

95
84
66

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

Portions of RGB colors in percentages

R + G + B =
95 + 84 + 66 = 245 (100%)
R 95 of 245 ~ 38.78%
G 84 of 245 ~ 34.29%
B 66 of 245 ~ 26.94%

%38.78
%34.29
%26.94

CMYK color model

#5F5442 color CMYK value is (0,12,31,63).

  • cyan value is 0.00%
  • magenta value is 11.58%
  • yellow value is 30.53%
  • key color value is 62.75%
CMYK:
(0,12,31,63)
C0M12Y31K63 
(0%,12%,31%,63%)
(0.00/0.12/0.31/0.63)	

CMYK percentages

%0
%11.58
%30.53
%62.75

Codes

Color #5F5442 in popluar color models

5F5442
RGB958466
HSL37°18.01%31.57%
HSB/HSV37°30.53%37.25%
CMYK0.00%11.58%30.53%
62.75%

Color #5F5442 in popluar number systems.

HEX5F5442
Decimal958466
Binary101111110101001000010
Octal137124102

Shades and tints

Shades of #5F5442

#5F5442
(95,84,66)
#574D3C
(87,77,60)
#4F4636
(79,70,54)
#473F30
(71,63,48)
#3F382A
(63,56,42)
#373124
(55,49,36)
#2F2A1E
(47,42,30)
#272318
(39,35,24)
#1F1C12
(31,28,18)
#17150C
(23,21,12)
#0F0E06
(15,14,6)
#000000
(0,0,0)

Tints of #5F5442

#5F5442
(95,84,66)
#6D6353
(109,99,83)
#7B7264
(123,114,100)
#898175
(137,129,117)
#979086
(151,144,134)
#A59F97
(165,159,151)
#B3AEA8
(179,174,168)
#C1BDB9
(193,189,185)
#CFCCCA
(207,204,202)
#DDDBDB
(221,219,219)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5442; }

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

This text font color is #5F5442.


Background Color

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

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

This div background color is #5F5442.


Border color

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

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

This div border color is #5F5442.


Opacity

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

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

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

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

This text has shadow with #5F5442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5442 on black background.


Color preview on white background

This text has color #5F5442 on white background.



Black color preview on #5F5442 background

This text has black color on #5F5442 background.


White color preview on #5F5442 background

This text has white color on #5F5442 background.