COLOR #5F492E

HEX: #5F492E
RGB: (95,73,46)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
73
46

R + G + B ~ 28%. #5F492E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 73 + 46 = 214 (100%)
R 95 of 214 ~ 44.39%
G 73 of 214 ~ 34.11%
B 46 of 214 ~ 21.5%

%44.39
%34.11
%21.5

CMYK color model

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

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

CMYK percentages

%0
%23.16
%51.58
%62.75

Codes

Color #5F492E in popluar color models

5F492E
RGB957346
HSL33°34.75%27.65%
HSB/HSV33°51.58%37.25%
CMYK0.00%23.16%51.58%
62.75%

Color #5F492E in popluar number systems.

HEX5F492E
Decimal957346
Binary10111111001001101110
Octal13711156

Shades and tints

Shades of #5F492E

#5F492E
(95,73,46)
#57432A
(87,67,42)
#4F3D26
(79,61,38)
#473722
(71,55,34)
#3F311E
(63,49,30)
#372B1A
(55,43,26)
#2F2516
(47,37,22)
#271F12
(39,31,18)
#1F190E
(31,25,14)
#17130A
(23,19,10)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #5F492E

#5F492E
(95,73,46)
#6D5941
(109,89,65)
#7B6954
(123,105,84)
#897967
(137,121,103)
#97897A
(151,137,122)
#A5998D
(165,153,141)
#B3A9A0
(179,169,160)
#C1B9B3
(193,185,179)
#CFC9C6
(207,201,198)
#DDD9D9
(221,217,217)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F492E; }

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

This text font color is #5F492E.


Background Color

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

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

This div background color is #5F492E.


Border color

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

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

This div border color is #5F492E.


Opacity

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

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

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

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

This text has shadow with #5F492E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F492E on black background.


Color preview on white background

This text has color #5F492E on white background.



Black color preview on #5F492E background

This text has black color on #5F492E background.


White color preview on #5F492E background

This text has white color on #5F492E background.