COLOR #5D522E

HEX: #5D522E RGB: (93,82,46)

Color info

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

RGB color model

#5D522E color RGB value is (93,82,46).

RGB: (93,82,46) (36%, 32%, 18%)

RGB channels and saturation

R 93 of 255 = 36%
G 82 of 255 = 32%
B 46 of 255 = 18%

93
82
46

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

Portions of RGB colors in percentages

R + G + B = 93 + 82 + 46 = 221 (100%)
R 93 of 221 ~ 42.08%
G 82 of 221 ~ 37.1%
B 46 of 221 ~ 20.81'%

%42.08
%37.1
%20.81

CMYK color model

#5D522E color CMYK value is (0,12,51,64).

  • cyan value is 0.00%
  • magenta value is 11.83%
  • yellow value is 50.54%
  • key color value is 63.53%
CMYK: (0,12,51,64) C0M12Y51K64 (0%,12%,51%,64%) (0.00/0.12/0.51/0.64) 

CMYK percentages

%0
%11.83
%50.54
%63.53

Codes

Color #5D522E in popluar color models

5D 52 2E
RGB 93 82 46
HSL 46° 33.81% 27.25%
HSB/HSV 46° 50.54% 36.47%
CMYK 0.00% 11.83% 50.54%
63.53%

Color #5D522E in popluar number systems.

HEX 5D 52 2E
Decimal 93 82 46
Binary 1011101 1010010 101110
Octal 135 122 56

Shades and tints

Shades of #5D522E

#5D522E
(93,82,46)
#554B2A
(85,75,42)
#4D4426
(77,68,38)
#453D22
(69,61,34)
#3D361E
(61,54,30)
#352F1A
(53,47,26)
#2D2816
(45,40,22)
#252112
(37,33,18)
#1D1A0E
(29,26,14)
#15130A
(21,19,10)
#0D0C06
(13,12,6)
#000000
(0,0,0)

Tints of #5D522E

#5D522E
(93,82,46)
#6B6141
(107,97,65)
#797054
(121,112,84)
#877F67
(135,127,103)
#958E7A
(149,142,122)
#A39D8D
(163,157,141)
#B1ACA0
(177,172,160)
#BFBBB3
(191,187,179)
#CDCAC6
(205,202,198)
#DBD9D9
(219,217,217)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D522E color. Also use rgb(93,82,46) instead hex code.

Text Font Color

.myTextColor { color: #5D522E; }

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

This text font color is #5D522E.

Background Color

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

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

This div background color is #5D522E.

Border color

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

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

This div border color is #5D522E.

Opacity

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

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

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

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

This text has shadow with #5D522E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D522E.

Preview

Color preview on black background

This text has color #5D522E on black background.


Color preview on white background

This text has color #5D522E on white background.


Black color preview on #5D522E background

This text has black color on #5D522E background.


White color preview on #5D522E background

This text has white color on #5D522E background.


Related colors

Complementary color

Complementary color for #hex is #A2ADD1.


I love getcolorcode.com

Triadic colors

1 #2E5D52 and #522E5D with #5D522E are triadic colors.

2 #2E525D and #525D2E with #5D522E are triadic colors.