COLOR #5F4437

HEX: #5F4437 RGB: (95,68,55)

Color info

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

RGB color model

#5F4437 color RGB value is (95,68,55).

RGB: (95,68,55) (37%, 27%, 22%)

RGB channels and saturation

R 95 of 255 = 37%
G 68 of 255 = 27%
B 55 of 255 = 22%

95
68
55

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

Portions of RGB colors in percentages

R + G + B = 95 + 68 + 55 = 218 (100%)
R 95 of 218 ~ 43.58%
G 68 of 218 ~ 31.19%
B 55 of 218 ~ 25.23'%

%43.58
%31.19
%25.23

CMYK color model

#5F4437 color CMYK value is (0,28,42,63).

  • cyan value is 0.00%
  • magenta value is 28.42%
  • yellow value is 42.11%
  • key color value is 62.75%

CMYK: (0,28,42,63)
C0M28Y42K63 (0%, 28%, 42%, 63%)
(0.00 / 0.28 / 0.42 / 0.63)

CMYK percentages

%0
%28.42
%42.11
%62.75

Codes

Color #5F4437 in popluar color models

5F 44 37
RGB 95 68 55
HSL 20° 26.67% 29.41%
HSB/HSV 20° 42.11% 37.25%
CMYK 0.00% 28.42% 42.11%
62.75%

Color #5F4437 in popluar number systems.

HEX 5F 44 37
Decimal 95 68 55
Binary 1011111 1000100 110111
Octal 137 104 67

Shades and tints

Shades of #5F4437

#5F4437
(95,68,55)
#573E32
(87,62,50)
#4F382D
(79,56,45)
#473228
(71,50,40)
#3F2C23
(63,44,35)
#37261E
(55,38,30)
#2F2019
(47,32,25)
#271A14
(39,26,20)
#1F140F
(31,20,15)
#170E0A
(23,14,10)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #5F4437

#5F4437
(95,68,55)
#6D5549
(109,85,73)
#7B665B
(123,102,91)
#89776D
(137,119,109)
#97887F
(151,136,127)
#A59991
(165,153,145)
#B3AAA3
(179,170,163)
#C1BBB5
(193,187,181)
#CFCCC7
(207,204,199)
#DDDDD9
(221,221,217)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4437 color. Also use rgb(95,68,55) instead hex code.

Text Font Color

.myTextColor { color: #5F4437; }

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

This text font color is #5F4437.

Background Color

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

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

This div background color is #5F4437.

Border color

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

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

This div border color is #5F4437.

Opacity

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

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

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

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

This text has shadow with #5F4437 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F4437.

Preview

Color preview on black background

This text has color #5F4437 on black background.


Color preview on white background

This text has color #5F4437 on white background.


Black color preview on #5F4437 background

This text has black color on #5F4437 background.


White color preview on #5F4437 background

This text has white color on #5F4437 background.


Related colors

Complementary color

Complementary color for #hex is #A0BBC8.


I love getcolorcode.com

Triadic colors

1 #375F44 and #44375F with #5F4437 are triadic colors.

2 #37445F and #445F37 with #5F4437 are triadic colors.