COLOR #5F4D41

HEX: #5F4D41 RGB: (95,77,65)

Color info

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

RGB color model

#5F4D41 color RGB value is (95,77,65).

RGB: (95,77,65) (37%, 30%, 25%)

RGB channels and saturation

R 95 of 255 = 37%
G 77 of 255 = 30%
B 65 of 255 = 25%

95
77
65

R + G + B ~ 31%. #5F4D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 77 + 65 = 237 (100%)
R 95 of 237 ~ 40.08%
G 77 of 237 ~ 32.49%
B 65 of 237 ~ 27.43'%

%40.08
%32.49
%27.43

CMYK color model

#5F4D41 color CMYK value is (0,19,32,63).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 31.58%
  • key color value is 62.75%
CMYK: (0,19,32,63) C0M19Y32K63 (0%,19%,32%,63%) (0.00/0.19/0.32/0.63) 

CMYK percentages

%0
%18.95
%31.58
%62.75

Codes

Color #5F4D41 in popluar color models

5F 4D 41
RGB 95 77 65
HSL 24° 18.75% 31.37%
HSB/HSV 24° 31.58% 37.25%
CMYK 0.00% 18.95% 31.58%
62.75%

Color #5F4D41 in popluar number systems.

HEX 5F 4D 41
Decimal 95 77 65
Binary 1011111 1001101 1000001
Octal 137 115 101

Shades and tints

Shades of #5F4D41

#5F4D41
(95,77,65)
#57463C
(87,70,60)
#4F3F37
(79,63,55)
#473832
(71,56,50)
#3F312D
(63,49,45)
#372A28
(55,42,40)
#2F2323
(47,35,35)
#271C1E
(39,28,30)
#1F1519
(31,21,25)
#170E14
(23,14,20)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #5F4D41

#5F4D41
(95,77,65)
#6D5D52
(109,93,82)
#7B6D63
(123,109,99)
#897D74
(137,125,116)
#978D85
(151,141,133)
#A59D96
(165,157,150)
#B3ADA7
(179,173,167)
#C1BDB8
(193,189,184)
#CFCDC9
(207,205,201)
#DDDDDA
(221,221,218)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4D41; }

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

This text font color is #5F4D41.

Background Color

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

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

This div background color is #5F4D41.

Border color

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

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

This div border color is #5F4D41.

Opacity

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

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

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

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

This text has shadow with #5F4D41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4D41.

Preview

Color preview on black background

This text has color #5F4D41 on black background.


Color preview on white background

This text has color #5F4D41 on white background.


Black color preview on #5F4D41 background

This text has black color on #5F4D41 background.


White color preview on #5F4D41 background

This text has white color on #5F4D41 background.


Related colors

Complementary color

Complementary color for #hex is #A0B2BE.


I love getcolorcode.com

Triadic colors

1 #415F4D and #4D415F with #5F4D41 are triadic colors.

2 #414D5F and #4D5F41 with #5F4D41 are triadic colors.