COLOR #505521

HEX: #505521
RGB: (80,85,33)

Color info

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

RGB color model

#505521 color RGB value is (80,85,33).

  • red value is 80;
  • green value is 85;
  • blue value is 33.
RGB:
(80,85,33)
(31%,33%,13%)

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 33 of 255 = 13%

80
85
33

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

Portions of RGB colors in percentages

R + G + B =
80 + 85 + 33 = 198 (100%)
R 80 of 198 ~ 40.4%
G 85 of 198 ~ 42.93%
B 33 of 198 ~ 16.67%

%40.4
%42.93
%16.67

CMYK color model

#505521 color CMYK value is (6,0,61,67).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 61.18%
  • key color value is 66.67%
CMYK:
(6,0,61,67)
C6M0Y61K67 
(6%,0%,61%,67%)
(0.06/0.00/0.61/0.67)	

CMYK percentages

%5.88
%0
%61.18
%66.67

Codes

Color #505521 in popluar color models

505521
RGB808533
HSL66°44.07%23.14%
HSB/HSV66°61.18%33.33%
CMYK5.88%0.00%61.18%
66.67%

Color #505521 in popluar number systems.

HEX505521
Decimal808533
Binary10100001010101100001
Octal12012541

Shades and tints

Shades of #505521

#505521
(80,85,33)
#494E1E
(73,78,30)
#42471B
(66,71,27)
#3B4018
(59,64,24)
#343915
(52,57,21)
#2D3212
(45,50,18)
#262B0F
(38,43,15)
#1F240C
(31,36,12)
#181D09
(24,29,9)
#111606
(17,22,6)
#0A0F03
(10,15,3)
#000000
(0,0,0)

Tints of #505521

#505521
(80,85,33)
#5F6435
(95,100,53)
#6E7349
(110,115,73)
#7D825D
(125,130,93)
#8C9171
(140,145,113)
#9BA085
(155,160,133)
#AAAF99
(170,175,153)
#B9BEAD
(185,190,173)
#C8CDC1
(200,205,193)
#D7DCD5
(215,220,213)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505521; }

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

This text font color is #505521.


Background Color

.myBgColor { background-color: #505521; }

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

This div background color is #505521.


Border color

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

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

This div border color is #505521.


Opacity

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

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

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

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

This text has shadow with #505521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505521 on black background.


Color preview on white background

This text has color #505521 on white background.



Black color preview on #505521 background

This text has black color on #505521 background.


White color preview on #505521 background

This text has white color on #505521 background.