COLOR #5F4B35

HEX: #5F4B35
RGB: (95,75,53)

Color info

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

RGB color model

#5F4B35 color RGB value is (95,75,53).

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

RGB channels and saturation

R 95 of 255 = 37%
G 75 of 255 = 29%
B 53 of 255 = 21%

95
75
53

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

Portions of RGB colors in percentages

R + G + B =
95 + 75 + 53 = 223 (100%)
R 95 of 223 ~ 42.6%
G 75 of 223 ~ 33.63%
B 53 of 223 ~ 23.77%

%42.6
%33.63
%23.77

CMYK color model

#5F4B35 color CMYK value is (0,21,44,63).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 44.21%
  • key color value is 62.75%
CMYK:
(0,21,44,63)
C0M21Y44K63 
(0%,21%,44%,63%)
(0.00/0.21/0.44/0.63)	

CMYK percentages

%0
%21.05
%44.21
%62.75

Codes

Color #5F4B35 in popluar color models

5F4B35
RGB957553
HSL31°28.38%29.02%
HSB/HSV31°44.21%37.25%
CMYK0.00%21.05%44.21%
62.75%

Color #5F4B35 in popluar number systems.

HEX5F4B35
Decimal957553
Binary10111111001011110101
Octal13711365

Shades and tints

Shades of #5F4B35

#5F4B35
(95,75,53)
#574531
(87,69,49)
#4F3F2D
(79,63,45)
#473929
(71,57,41)
#3F3325
(63,51,37)
#372D21
(55,45,33)
#2F271D
(47,39,29)
#272119
(39,33,25)
#1F1B15
(31,27,21)
#171511
(23,21,17)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #5F4B35

#5F4B35
(95,75,53)
#6D5B47
(109,91,71)
#7B6B59
(123,107,89)
#897B6B
(137,123,107)
#978B7D
(151,139,125)
#A59B8F
(165,155,143)
#B3ABA1
(179,171,161)
#C1BBB3
(193,187,179)
#CFCBC5
(207,203,197)
#DDDBD7
(221,219,215)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4B35; }

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

This text font color is #5F4B35.


Background Color

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

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

This div background color is #5F4B35.


Border color

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

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

This div border color is #5F4B35.


Opacity

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

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

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

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

This text has shadow with #5F4B35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4B35 on black background.


Color preview on white background

This text has color #5F4B35 on white background.



Black color preview on #5F4B35 background

This text has black color on #5F4B35 background.


White color preview on #5F4B35 background

This text has white color on #5F4B35 background.