COLOR #5F5037

HEX: #5F5037 RGB: (95,80,55)

Color info

#5F5037 contains red, green and blue colors in about the same proportion. Web safe color of #5F5037 is #666633 (or #663).

RGB color model

#5F5037 color RGB value is (95,80,55).

RGB: (95,80,55) (37%, 31%, 22%)

RGB channels and saturation

R 95 of 255 = 37%
G 80 of 255 = 31%
B 55 of 255 = 22%

95
80
55

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

Portions of RGB colors in percentages

R + G + B = 95 + 80 + 55 = 230 (100%)
R 95 of 230 ~ 41.3%
G 80 of 230 ~ 34.78%
B 55 of 230 ~ 23.91'%

%41.3
%34.78
%23.91

CMYK color model

#5F5037 color CMYK value is (0,16,42,63).

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

CMYK: (0,16,42,63)
C0M16Y42K63 (0%, 16%, 42%, 63%)
(0.00 / 0.16 / 0.42 / 0.63)

CMYK percentages

%0
%15.79
%42.11
%62.75

Codes

Color #5F5037 in popluar color models

5F 50 37
RGB 95 80 55
HSL 38° 26.67% 29.41%
HSB/HSV 38° 42.11% 37.25%
CMYK 0.00% 15.79% 42.11%
62.75%

Color #5F5037 in popluar number systems.

HEX 5F 50 37
Decimal 95 80 55
Binary 1011111 1010000 110111
Octal 137 120 67

Shades and tints

Shades of #5F5037

#5F5037
(95,80,55)
#574932
(87,73,50)
#4F422D
(79,66,45)
#473B28
(71,59,40)
#3F3423
(63,52,35)
#372D1E
(55,45,30)
#2F2619
(47,38,25)
#271F14
(39,31,20)
#1F180F
(31,24,15)
#17110A
(23,17,10)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #5F5037

#5F5037
(95,80,55)
#6D5F49
(109,95,73)
#7B6E5B
(123,110,91)
#897D6D
(137,125,109)
#978C7F
(151,140,127)
#A59B91
(165,155,145)
#B3AAA3
(179,170,163)
#C1B9B5
(193,185,181)
#CFC8C7
(207,200,199)
#DDD7D9
(221,215,217)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5037; }

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

This text font color is #5F5037.

Background Color

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

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

This div background color is #5F5037.

Border color

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

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

This div border color is #5F5037.

Opacity

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

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

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

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

This text has shadow with #5F5037 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5037.

Preview

Color preview on black background

This text has color #5F5037 on black background.


Color preview on white background

This text has color #5F5037 on white background.


Black color preview on #5F5037 background

This text has black color on #5F5037 background.


White color preview on #5F5037 background

This text has white color on #5F5037 background.


Related colors

Complementary color

Complementary color for #hex is #A0AFC8.


I love getcolorcode.com

Triadic colors

1 #375F50 and #50375F with #5F5037 are triadic colors.

2 #37505F and #505F37 with #5F5037 are triadic colors.