COLOR #5F4C3A

HEX: #5F4C3A
RGB: (95,76,58)

Color info

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

RGB color model

#5F4C3A color RGB value is (95,76,58).

  • red value is 95;
  • green value is 76;
  • blue value is 58.
RGB:
(95,76,58)
(37%,30%,23%)

RGB channels and saturation

R 95 of 255 = 37%
G 76 of 255 = 30%
B 58 of 255 = 23%

95
76
58

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

Portions of RGB colors in percentages

R + G + B =
95 + 76 + 58 = 229 (100%)
R 95 of 229 ~ 41.48%
G 76 of 229 ~ 33.19%
B 58 of 229 ~ 25.33%

%41.48
%33.19
%25.33

CMYK color model

#5F4C3A color CMYK value is (0,20,39,63).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 38.95%
  • key color value is 62.75%
CMYK:
(0,20,39,63)
C0M20Y39K63 
(0%,20%,39%,63%)
(0.00/0.20/0.39/0.63)	

CMYK percentages

%0
%20
%38.95
%62.75

Codes

Color #5F4C3A in popluar color models

5F4C3A
RGB957658
HSL29°24.18%30.00%
HSB/HSV29°38.95%37.25%
CMYK0.00%20.00%38.95%
62.75%

Color #5F4C3A in popluar number systems.

HEX5F4C3A
Decimal957658
Binary10111111001100111010
Octal13711472

Shades and tints

Shades of #5F4C3A

#5F4C3A
(95,76,58)
#574635
(87,70,53)
#4F4030
(79,64,48)
#473A2B
(71,58,43)
#3F3426
(63,52,38)
#372E21
(55,46,33)
#2F281C
(47,40,28)
#272217
(39,34,23)
#1F1C12
(31,28,18)
#17160D
(23,22,13)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #5F4C3A

#5F4C3A
(95,76,58)
#6D5C4B
(109,92,75)
#7B6C5C
(123,108,92)
#897C6D
(137,124,109)
#978C7E
(151,140,126)
#A59C8F
(165,156,143)
#B3ACA0
(179,172,160)
#C1BCB1
(193,188,177)
#CFCCC2
(207,204,194)
#DDDCD3
(221,220,211)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4C3A color. Also use rgb(95,76,58) instead hex code.

Text Font Color

.myTextColor { color: #5F4C3A; }

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

This text font color is #5F4C3A.


Background Color

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

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

This div background color is #5F4C3A.


Border color

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

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

This div border color is #5F4C3A.


Opacity

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

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

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

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

This text has shadow with #5F4C3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4C3A on black background.


Color preview on white background

This text has color #5F4C3A on white background.



Black color preview on #5F4C3A background

This text has black color on #5F4C3A background.


White color preview on #5F4C3A background

This text has white color on #5F4C3A background.