COLOR #5F4F46

HEX: #5F4F46
RGB: (95,79,70)

Color info

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

RGB color model

#5F4F46 color RGB value is (95,79,70).

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

RGB channels and saturation

R 95 of 255 = 37%
G 79 of 255 = 31%
B 70 of 255 = 27%

95
79
70

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

Portions of RGB colors in percentages

R + G + B =
95 + 79 + 70 = 244 (100%)
R 95 of 244 ~ 38.93%
G 79 of 244 ~ 32.38%
B 70 of 244 ~ 28.69%

%38.93
%32.38
%28.69

CMYK color model

#5F4F46 color CMYK value is (0,17,26,63).

  • cyan value is 0.00%
  • magenta value is 16.84%
  • yellow value is 26.32%
  • key color value is 62.75%
CMYK:
(0,17,26,63)
C0M17Y26K63 
(0%,17%,26%,63%)
(0.00/0.17/0.26/0.63)	

CMYK percentages

%0
%16.84
%26.32
%62.75

Codes

Color #5F4F46 in popluar color models

5F4F46
RGB957970
HSL22°15.15%32.35%
HSB/HSV22°26.32%37.25%
CMYK0.00%16.84%26.32%
62.75%

Color #5F4F46 in popluar number systems.

HEX5F4F46
Decimal957970
Binary101111110011111000110
Octal137117106

Shades and tints

Shades of #5F4F46

#5F4F46
(95,79,70)
#574840
(87,72,64)
#4F413A
(79,65,58)
#473A34
(71,58,52)
#3F332E
(63,51,46)
#372C28
(55,44,40)
#2F2522
(47,37,34)
#271E1C
(39,30,28)
#1F1716
(31,23,22)
#171010
(23,16,16)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #5F4F46

#5F4F46
(95,79,70)
#6D5F56
(109,95,86)
#7B6F66
(123,111,102)
#897F76
(137,127,118)
#978F86
(151,143,134)
#A59F96
(165,159,150)
#B3AFA6
(179,175,166)
#C1BFB6
(193,191,182)
#CFCFC6
(207,207,198)
#DDDFD6
(221,223,214)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4F46; }

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

This text font color is #5F4F46.


Background Color

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

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

This div background color is #5F4F46.


Border color

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

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

This div border color is #5F4F46.


Opacity

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

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

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

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

This text has shadow with #5F4F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4F46 on black background.


Color preview on white background

This text has color #5F4F46 on white background.



Black color preview on #5F4F46 background

This text has black color on #5F4F46 background.


White color preview on #5F4F46 background

This text has white color on #5F4F46 background.