COLOR #505721

HEX: #505721 RGB: (80,87,33)

Color info

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

RGB color model

#505721 color RGB value is (80,87,33).

RGB: (80,87,33) (31%, 34%, 13%)

RGB channels and saturation

R 80 of 255 = 31%
G 87 of 255 = 34%
B 33 of 255 = 13%

80
87
33

R + G + B ~ 26%. #505721 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 87 + 33 = 200 (100%)
R 80 of 200 ~ 40%
G 87 of 200 ~ 43.5%
B 33 of 200 ~ 16.5'%

%40
%43.5
%16.5

CMYK color model

#505721 color CMYK value is (8,0,62,66).

  • cyan value is 8.05%
  • magenta value is 0.00%
  • yellow value is 62.07%
  • key color value is 65.88%
CMYK: (8,0,62,66) C8M0Y62K66 (8%,0%,62%,66%) (0.08/0.00/0.62/0.66) 

CMYK percentages

%8.05
%0
%62.07
%65.88

Codes

Color #505721 in popluar color models

50 57 21
RGB 80 87 33
HSL 68° 45.00% 23.53%
HSB/HSV 68° 62.07% 34.12%
CMYK 8.05% 0.00% 62.07%
65.88%

Color #505721 in popluar number systems.

HEX 50 57 21
Decimal 80 87 33
Binary 1010000 1010111 100001
Octal 120 127 41

Shades and tints

Shades of #505721

#505721
(80,87,33)
#49501E
(73,80,30)
#42491B
(66,73,27)
#3B4218
(59,66,24)
#343B15
(52,59,21)
#2D3412
(45,52,18)
#262D0F
(38,45,15)
#1F260C
(31,38,12)
#181F09
(24,31,9)
#111806
(17,24,6)
#0A1103
(10,17,3)
#000000
(0,0,0)

Tints of #505721

#505721
(80,87,33)
#5F6635
(95,102,53)
#6E7549
(110,117,73)
#7D845D
(125,132,93)
#8C9371
(140,147,113)
#9BA285
(155,162,133)
#AAB199
(170,177,153)
#B9C0AD
(185,192,173)
#C8CFC1
(200,207,193)
#D7DED5
(215,222,213)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #505721 color. Also use rgb(80,87,33) instead hex code.

Text Font Color

.myTextColor { color: #505721; }

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

This text font color is #505721.

Background Color

.myBgColor { background-color: #505721; }

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

This div background color is #505721.

Border color

.myBorderColor { border: 1px solid #505721; }

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

This div border color is #505721.

Opacity

.myOpacity80 { color: #505721; opacity: 0.8; }

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

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

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

This text has shadow with #505721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #505721.

Preview

Color preview on black background

This text has color #505721 on black background.


Color preview on white background

This text has color #505721 on white background.


Black color preview on #505721 background

This text has black color on #505721 background.


White color preview on #505721 background

This text has white color on #505721 background.


Related colors

Complementary color

Complementary color for #hex is #AFA8DE.


I love getcolorcode.com

Triadic colors

1 #215057 and #572150 with #505721 are triadic colors.

2 #215750 and #575021 with #505721 are triadic colors.