COLOR #505C09

HEX: #505C09
RGB: (80,92,9)

Color info

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

RGB color model

#505C09 color RGB value is (80,92,9).

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

RGB channels and saturation

R 80 of 255 = 31%
G 92 of 255 = 36%
B 9 of 255 = 4%

80
92
9

R + G + B ~ 24%. #505C09 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 92 + 9 = 181 (100%)
R 80 of 181 ~ 44.2%
G 92 of 181 ~ 50.83%
B 9 of 181 ~ 4.97%

%44.2
%50.83

CMYK color model

#505C09 color CMYK value is (13,0,90,64).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 90.22%
  • key color value is 63.92%
CMYK:
(13,0,90,64)
C13M0Y90K64 
(13%,0%,90%,64%)
(0.13/0.00/0.90/0.64)	

CMYK percentages

%13.04
%0
%90.22
%63.92

Codes

Color #505C09 in popluar color models

505C09
RGB80929
HSL69°82.18%19.80%
HSB/HSV69°90.22%36.08%
CMYK13.04%0.00%90.22%
63.92%

Color #505C09 in popluar number systems.

HEX505C09
Decimal80929
Binary101000010111001001
Octal12013411

Shades and tints

Shades of #505C09

#505C09
(80,92,9)
#495409
(73,84,9)
#424C09
(66,76,9)
#3B4409
(59,68,9)
#343C09
(52,60,9)
#2D3409
(45,52,9)
#262C09
(38,44,9)
#1F2409
(31,36,9)
#181C09
(24,28,9)
#111409
(17,20,9)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #505C09

#505C09
(80,92,9)
#5F6A1F
(95,106,31)
#6E7835
(110,120,53)
#7D864B
(125,134,75)
#8C9461
(140,148,97)
#9BA277
(155,162,119)
#AAB08D
(170,176,141)
#B9BEA3
(185,190,163)
#C8CCB9
(200,204,185)
#D7DACF
(215,218,207)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505C09; }

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

This text font color is #505C09.


Background Color

.myBgColor { background-color: #505C09; }

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

This div background color is #505C09.


Border color

.myBorderColor { border: 1px solid #505C09; }

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

This div border color is #505C09.


Opacity

.myOpacity80 { color: #505C09; opacity: 0.8; }

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

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

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

This text has shadow with #505C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505C09 on black background.


Color preview on white background

This text has color #505C09 on white background.



Black color preview on #505C09 background

This text has black color on #505C09 background.


White color preview on #505C09 background

This text has white color on #505C09 background.