COLOR #5F522F

HEX: #5F522F RGB: (95,82,47)

Color info

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

RGB color model

#5F522F color RGB value is (95,82,47).

RGB: (95,82,47) (37%, 32%, 18%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 47 of 255 = 18%

95
82
47

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

Portions of RGB colors in percentages

R + G + B = 95 + 82 + 47 = 224 (100%)
R 95 of 224 ~ 42.41%
G 82 of 224 ~ 36.61%
B 47 of 224 ~ 20.98'%

%42.41
%36.61
%20.98

CMYK color model

#5F522F color CMYK value is (0,14,51,63).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 50.53%
  • key color value is 62.75%

CMYK: (0,14,51,63)
C0M14Y51K63 (0%, 14%, 51%, 63%)
(0.00 / 0.14 / 0.51 / 0.63)

CMYK percentages

%0
%13.68
%50.53
%62.75

Codes

Color #5F522F in popluar color models

5F 52 2F
RGB 95 82 47
HSL 44° 33.80% 27.84%
HSB/HSV 44° 50.53% 37.25%
CMYK 0.00% 13.68% 50.53%
62.75%

Color #5F522F in popluar number systems.

HEX 5F 52 2F
Decimal 95 82 47
Binary 1011111 1010010 101111
Octal 137 122 57

Shades and tints

Shades of #5F522F

#5F522F
(95,82,47)
#574B2B
(87,75,43)
#4F4427
(79,68,39)
#473D23
(71,61,35)
#3F361F
(63,54,31)
#372F1B
(55,47,27)
#2F2817
(47,40,23)
#272113
(39,33,19)
#1F1A0F
(31,26,15)
#17130B
(23,19,11)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #5F522F

#5F522F
(95,82,47)
#6D6141
(109,97,65)
#7B7053
(123,112,83)
#897F65
(137,127,101)
#978E77
(151,142,119)
#A59D89
(165,157,137)
#B3AC9B
(179,172,155)
#C1BBAD
(193,187,173)
#CFCABF
(207,202,191)
#DDD9D1
(221,217,209)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F522F color. Also use rgb(95,82,47) instead hex code.

Text Font Color

.myTextColor { color: #5F522F; }

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

This text font color is #5F522F.

Background Color

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

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

This div background color is #5F522F.

Border color

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

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

This div border color is #5F522F.

Opacity

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

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

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

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

This text has shadow with #5F522F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F522F.

Preview

Color preview on black background

This text has color #5F522F on black background.


Color preview on white background

This text has color #5F522F on white background.


Black color preview on #5F522F background

This text has black color on #5F522F background.


White color preview on #5F522F background

This text has white color on #5F522F background.


Related colors

Complementary color

Complementary color for #hex is #A0ADD0.


I love getcolorcode.com

Triadic colors

1 #2F5F52 and #522F5F with #5F522F are triadic colors.

2 #2F525F and #525F2F with #5F522F are triadic colors.