COLOR #5F493F

HEX: #5F493F
RGB: (95,73,63)

Color info

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

RGB color model

#5F493F color RGB value is (95,73,63).

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

RGB channels and saturation

R 95 of 255 = 37%
G 73 of 255 = 29%
B 63 of 255 = 25%

95
73
63

R + G + B ~ 30%. #5F493F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 73 + 63 = 231 (100%)
R 95 of 231 ~ 41.13%
G 73 of 231 ~ 31.6%
B 63 of 231 ~ 27.27%

%41.13
%31.6
%27.27

CMYK color model

#5F493F color CMYK value is (0,23,34,63).

  • cyan value is 0.00%
  • magenta value is 23.16%
  • yellow value is 33.68%
  • key color value is 62.75%
CMYK:
(0,23,34,63)
C0M23Y34K63 
(0%,23%,34%,63%)
(0.00/0.23/0.34/0.63)	

CMYK percentages

%0
%23.16
%33.68
%62.75

Codes

Color #5F493F in popluar color models

5F493F
RGB957363
HSL19°20.25%30.98%
HSB/HSV19°33.68%37.25%
CMYK0.00%23.16%33.68%
62.75%

Color #5F493F in popluar number systems.

HEX5F493F
Decimal957363
Binary10111111001001111111
Octal13711177

Shades and tints

Shades of #5F493F

#5F493F
(95,73,63)
#57433A
(87,67,58)
#4F3D35
(79,61,53)
#473730
(71,55,48)
#3F312B
(63,49,43)
#372B26
(55,43,38)
#2F2521
(47,37,33)
#271F1C
(39,31,28)
#1F1917
(31,25,23)
#171312
(23,19,18)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #5F493F

#5F493F
(95,73,63)
#6D5950
(109,89,80)
#7B6961
(123,105,97)
#897972
(137,121,114)
#978983
(151,137,131)
#A59994
(165,153,148)
#B3A9A5
(179,169,165)
#C1B9B6
(193,185,182)
#CFC9C7
(207,201,199)
#DDD9D8
(221,217,216)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F493F; }

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

This text font color is #5F493F.


Background Color

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

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

This div background color is #5F493F.


Border color

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

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

This div border color is #5F493F.


Opacity

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

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

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

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

This text has shadow with #5F493F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F493F on black background.


Color preview on white background

This text has color #5F493F on white background.



Black color preview on #5F493F background

This text has black color on #5F493F background.


White color preview on #5F493F background

This text has white color on #5F493F background.