COLOR #5F4C31

HEX: #5F4C31 RGB: (95,76,49)

Color info

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

RGB color model

#5F4C31 color RGB value is (95,76,49).

RGB: (95,76,49) (37%, 30%, 19%)

RGB channels and saturation

R 95 of 255 = 37%
G 76 of 255 = 30%
B 49 of 255 = 19%

95
76
49

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

Portions of RGB colors in percentages

R + G + B = 95 + 76 + 49 = 220 (100%)
R 95 of 220 ~ 43.18%
G 76 of 220 ~ 34.55%
B 49 of 220 ~ 22.27'%

%43.18
%34.55
%22.27

CMYK color model

#5F4C31 color CMYK value is (0,20,48,63).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 48.42%
  • key color value is 62.75%

CMYK: (0,20,48,63)
C0M20Y48K63 (0%, 20%, 48%, 63%)
(0.00 / 0.20 / 0.48 / 0.63)

CMYK percentages

%0
%20
%48.42
%62.75

Codes

Color #5F4C31 in popluar color models

5F 4C 31
RGB 95 76 49
HSL 35° 31.94% 28.24%
HSB/HSV 35° 48.42% 37.25%
CMYK 0.00% 20.00% 48.42%
62.75%

Color #5F4C31 in popluar number systems.

HEX 5F 4C 31
Decimal 95 76 49
Binary 1011111 1001100 110001
Octal 137 114 61

Shades and tints

Shades of #5F4C31

#5F4C31
(95,76,49)
#57462D
(87,70,45)
#4F4029
(79,64,41)
#473A25
(71,58,37)
#3F3421
(63,52,33)
#372E1D
(55,46,29)
#2F2819
(47,40,25)
#272215
(39,34,21)
#1F1C11
(31,28,17)
#17160D
(23,22,13)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #5F4C31

#5F4C31
(95,76,49)
#6D5C43
(109,92,67)
#7B6C55
(123,108,85)
#897C67
(137,124,103)
#978C79
(151,140,121)
#A59C8B
(165,156,139)
#B3AC9D
(179,172,157)
#C1BCAF
(193,188,175)
#CFCCC1
(207,204,193)
#DDDCD3
(221,220,211)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4C31; }

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

This text font color is #5F4C31.

Background Color

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

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

This div background color is #5F4C31.

Border color

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

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

This div border color is #5F4C31.

Opacity

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

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

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

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

This text has shadow with #5F4C31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4C31.

Preview

Color preview on black background

This text has color #5F4C31 on black background.


Color preview on white background

This text has color #5F4C31 on white background.


Black color preview on #5F4C31 background

This text has black color on #5F4C31 background.


White color preview on #5F4C31 background

This text has white color on #5F4C31 background.


Related colors

Complementary color

Complementary color for #hex is #A0B3CE.


I love getcolorcode.com

Triadic colors

1 #315F4C and #4C315F with #5F4C31 are triadic colors.

2 #314C5F and #4C5F31 with #5F4C31 are triadic colors.