COLOR #5F4942

HEX: #5F4942
RGB: (95,73,66)

Color info

#5F4942 contains red, green and blue colors in about the same proportion. Web safe color of #5F4942 is #663333 (or #633).

RGB color model

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

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

RGB channels and saturation

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

95
73
66

R + G + B ~ 31%. #5F4942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 73 + 66 = 234 (100%)
R 95 of 234 ~ 40.6%
G 73 of 234 ~ 31.2%
B 66 of 234 ~ 28.21%

%40.6
%31.2
%28.21

CMYK color model

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

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

CMYK percentages

%0
%23.16
%30.53
%62.75

Codes

Color #5F4942 in popluar color models

5F4942
RGB957366
HSL14°18.01%31.57%
HSB/HSV14°30.53%37.25%
CMYK0.00%23.16%30.53%
62.75%

Color #5F4942 in popluar number systems.

HEX5F4942
Decimal957366
Binary101111110010011000010
Octal137111102

Shades and tints

Shades of #5F4942

#5F4942
(95,73,66)
#57433C
(87,67,60)
#4F3D36
(79,61,54)
#473730
(71,55,48)
#3F312A
(63,49,42)
#372B24
(55,43,36)
#2F251E
(47,37,30)
#271F18
(39,31,24)
#1F1912
(31,25,18)
#17130C
(23,19,12)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #5F4942

#5F4942
(95,73,66)
#6D5953
(109,89,83)
#7B6964
(123,105,100)
#897975
(137,121,117)
#978986
(151,137,134)
#A59997
(165,153,151)
#B3A9A8
(179,169,168)
#C1B9B9
(193,185,185)
#CFC9CA
(207,201,202)
#DDD9DB
(221,217,219)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4942; }

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

This text font color is #5F4942.


Background Color

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

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

This div background color is #5F4942.


Border color

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

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

This div border color is #5F4942.


Opacity

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

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

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

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

This text has shadow with #5F4942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4942 on black background.


Color preview on white background

This text has color #5F4942 on white background.



Black color preview on #5F4942 background

This text has black color on #5F4942 background.


White color preview on #5F4942 background

This text has white color on #5F4942 background.