COLOR #505609

HEX: #505609
RGB: (80,86,9)

Color info

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

RGB color model

#505609 color RGB value is (80,86,9).

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

RGB channels and saturation

R 80 of 255 = 31%
G 86 of 255 = 34%
B 9 of 255 = 4%

80
86
9

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

Portions of RGB colors in percentages

R + G + B =
80 + 86 + 9 = 175 (100%)
R 80 of 175 ~ 45.71%
G 86 of 175 ~ 49.14%
B 9 of 175 ~ 5.14%

%45.71
%49.14

CMYK color model

#505609 color CMYK value is (7,0,90,66).

  • cyan value is 6.98%
  • magenta value is 0.00%
  • yellow value is 89.53%
  • key color value is 66.27%
CMYK:
(7,0,90,66)
C7M0Y90K66 
(7%,0%,90%,66%)
(0.07/0.00/0.90/0.66)	

CMYK percentages

%6.98
%0
%89.53
%66.27

Codes

Color #505609 in popluar color models

505609
RGB80869
HSL65°81.05%18.63%
HSB/HSV65°89.53%33.73%
CMYK6.98%0.00%89.53%
66.27%

Color #505609 in popluar number systems.

HEX505609
Decimal80869
Binary101000010101101001
Octal12012611

Shades and tints

Shades of #505609

#505609
(80,86,9)
#494F09
(73,79,9)
#424809
(66,72,9)
#3B4109
(59,65,9)
#343A09
(52,58,9)
#2D3309
(45,51,9)
#262C09
(38,44,9)
#1F2509
(31,37,9)
#181E09
(24,30,9)
#111709
(17,23,9)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #505609

#505609
(80,86,9)
#5F651F
(95,101,31)
#6E7435
(110,116,53)
#7D834B
(125,131,75)
#8C9261
(140,146,97)
#9BA177
(155,161,119)
#AAB08D
(170,176,141)
#B9BFA3
(185,191,163)
#C8CEB9
(200,206,185)
#D7DDCF
(215,221,207)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505609; }

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

This text font color is #505609.


Background Color

.myBgColor { background-color: #505609; }

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

This div background color is #505609.


Border color

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

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

This div border color is #505609.


Opacity

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

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

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

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

This text has shadow with #505609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505609 on black background.


Color preview on white background

This text has color #505609 on white background.



Black color preview on #505609 background

This text has black color on #505609 background.


White color preview on #505609 background

This text has white color on #505609 background.