COLOR #5F4D38

HEX: #5F4D38
RGB: (95,77,56)

Color info

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

RGB color model

#5F4D38 color RGB value is (95,77,56).

  • red value is 95;
  • green value is 77;
  • blue value is 56.
RGB:
(95,77,56)
(37%,30%,22%)

RGB channels and saturation

R 95 of 255 = 37%
G 77 of 255 = 30%
B 56 of 255 = 22%

95
77
56

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

Portions of RGB colors in percentages

R + G + B =
95 + 77 + 56 = 228 (100%)
R 95 of 228 ~ 41.67%
G 77 of 228 ~ 33.77%
B 56 of 228 ~ 24.56%

%41.67
%33.77
%24.56

CMYK color model

#5F4D38 color CMYK value is (0,19,41,63).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 41.05%
  • key color value is 62.75%
CMYK:
(0,19,41,63)
C0M19Y41K63 
(0%,19%,41%,63%)
(0.00/0.19/0.41/0.63)	

CMYK percentages

%0
%18.95
%41.05
%62.75

Codes

Color #5F4D38 in popluar color models

5F4D38
RGB957756
HSL32°25.83%29.61%
HSB/HSV32°41.05%37.25%
CMYK0.00%18.95%41.05%
62.75%

Color #5F4D38 in popluar number systems.

HEX5F4D38
Decimal957756
Binary10111111001101111000
Octal13711570

Shades and tints

Shades of #5F4D38

#5F4D38
(95,77,56)
#574633
(87,70,51)
#4F3F2E
(79,63,46)
#473829
(71,56,41)
#3F3124
(63,49,36)
#372A1F
(55,42,31)
#2F231A
(47,35,26)
#271C15
(39,28,21)
#1F1510
(31,21,16)
#170E0B
(23,14,11)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #5F4D38

#5F4D38
(95,77,56)
#6D5D4A
(109,93,74)
#7B6D5C
(123,109,92)
#897D6E
(137,125,110)
#978D80
(151,141,128)
#A59D92
(165,157,146)
#B3ADA4
(179,173,164)
#C1BDB6
(193,189,182)
#CFCDC8
(207,205,200)
#DDDDDA
(221,221,218)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4D38 color. Also use rgb(95,77,56) instead hex code.

Text Font Color

.myTextColor { color: #5F4D38; }

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

This text font color is #5F4D38.


Background Color

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

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

This div background color is #5F4D38.


Border color

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

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

This div border color is #5F4D38.


Opacity

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

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

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

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

This text has shadow with #5F4D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4D38 on black background.


Color preview on white background

This text has color #5F4D38 on white background.



Black color preview on #5F4D38 background

This text has black color on #5F4D38 background.


White color preview on #5F4D38 background

This text has white color on #5F4D38 background.