COLOR #505509

HEX: #505509
RGB: (80,85,9)

Color info

#505509 contains mainly red and green colors. Web safe color of #505509 is #666600 (or #660).

RGB color model

#505509 color RGB value is (80,85,9).

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

RGB channels and saturation

R 80 of 255 = 31%
G 85 of 255 = 33%
B 9 of 255 = 4%

80
85
9

R + G + B ~ 23%. #505509 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 85 + 9 = 174 (100%)
R 80 of 174 ~ 45.98%
G 85 of 174 ~ 48.85%
B 9 of 174 ~ 5.17%

%45.98
%48.85

CMYK color model

#505509 color CMYK value is (6,0,89,67).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 89.41%
  • key color value is 66.67%
CMYK:
(6,0,89,67)
C6M0Y89K67 
(6%,0%,89%,67%)
(0.06/0.00/0.89/0.67)	

CMYK percentages

%5.88
%0
%89.41
%66.67

Codes

Color #505509 in popluar color models

505509
RGB80859
HSL64°80.85%18.43%
HSB/HSV64°89.41%33.33%
CMYK5.88%0.00%89.41%
66.67%

Color #505509 in popluar number systems.

HEX505509
Decimal80859
Binary101000010101011001
Octal12012511

Shades and tints

Shades of #505509

#505509
(80,85,9)
#494E09
(73,78,9)
#424709
(66,71,9)
#3B4009
(59,64,9)
#343909
(52,57,9)
#2D3209
(45,50,9)
#262B09
(38,43,9)
#1F2409
(31,36,9)
#181D09
(24,29,9)
#111609
(17,22,9)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #505509

#505509
(80,85,9)
#5F641F
(95,100,31)
#6E7335
(110,115,53)
#7D824B
(125,130,75)
#8C9161
(140,145,97)
#9BA077
(155,160,119)
#AAAF8D
(170,175,141)
#B9BEA3
(185,190,163)
#C8CDB9
(200,205,185)
#D7DCCF
(215,220,207)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505509; }

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

This text font color is #505509.


Background Color

.myBgColor { background-color: #505509; }

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

This div background color is #505509.


Border color

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

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

This div border color is #505509.


Opacity

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

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

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

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

This text has shadow with #505509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505509 on black background.


Color preview on white background

This text has color #505509 on white background.



Black color preview on #505509 background

This text has black color on #505509 background.


White color preview on #505509 background

This text has white color on #505509 background.