COLOR #5F4C35

HEX: #5F4C35
RGB: (95,76,53)

Color info

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

RGB color model

#5F4C35 color RGB value is (95,76,53).

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

RGB channels and saturation

R 95 of 255 = 37%
G 76 of 255 = 30%
B 53 of 255 = 21%

95
76
53

R + G + B ~ 29%. #5F4C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 76 + 53 = 224 (100%)
R 95 of 224 ~ 42.41%
G 76 of 224 ~ 33.93%
B 53 of 224 ~ 23.66%

%42.41
%33.93
%23.66

CMYK color model

#5F4C35 color CMYK value is (0,20,44,63).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 44.21%
  • key color value is 62.75%
CMYK:
(0,20,44,63)
C0M20Y44K63 
(0%,20%,44%,63%)
(0.00/0.20/0.44/0.63)	

CMYK percentages

%0
%20
%44.21
%62.75

Codes

Color #5F4C35 in popluar color models

5F4C35
RGB957653
HSL33°28.38%29.02%
HSB/HSV33°44.21%37.25%
CMYK0.00%20.00%44.21%
62.75%

Color #5F4C35 in popluar number systems.

HEX5F4C35
Decimal957653
Binary10111111001100110101
Octal13711465

Shades and tints

Shades of #5F4C35

#5F4C35
(95,76,53)
#574631
(87,70,49)
#4F402D
(79,64,45)
#473A29
(71,58,41)
#3F3425
(63,52,37)
#372E21
(55,46,33)
#2F281D
(47,40,29)
#272219
(39,34,25)
#1F1C15
(31,28,21)
#171611
(23,22,17)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #5F4C35

#5F4C35
(95,76,53)
#6D5C47
(109,92,71)
#7B6C59
(123,108,89)
#897C6B
(137,124,107)
#978C7D
(151,140,125)
#A59C8F
(165,156,143)
#B3ACA1
(179,172,161)
#C1BCB3
(193,188,179)
#CFCCC5
(207,204,197)
#DDDCD7
(221,220,215)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4C35; }

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

This text font color is #5F4C35.


Background Color

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

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

This div background color is #5F4C35.


Border color

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

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

This div border color is #5F4C35.


Opacity

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

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

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

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

This text has shadow with #5F4C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4C35 on black background.


Color preview on white background

This text has color #5F4C35 on white background.



Black color preview on #5F4C35 background

This text has black color on #5F4C35 background.


White color preview on #5F4C35 background

This text has white color on #5F4C35 background.