COLOR #505000

HEX: #505000
RGB: (80,80,0)

Color info

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

RGB color model

#505000 color RGB value is (80,80,0).

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

RGB channels and saturation

R 80 of 255 = 31%
G 80 of 255 = 31%
B 0 of 255 = 0%

80
80
0

R + G + B ~ 21%. #505000 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 80 + 0 = 160 (100%)
R 80 of 160 ~ 50%
G 80 of 160 ~ 50%
B 0 of 160 ~ 0%

%50
%50

CMYK color model

#505000 color CMYK value is (0,0,100,69).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 68.63%
CMYK:
(0,0,100,69)
C0M0Y100K69 
(0%,0%,100%,69%)
(0.00/0.00/1.00/0.69)	

CMYK percentages

%0
%0
%100
%68.63

Codes

Color #505000 in popluar color models

505000
RGB80800
HSL60°100.00%15.69%
HSB/HSV60°100.00%31.37%
CMYK0.00%0.00%100.00%
68.63%

Color #505000 in popluar number systems.

HEX505000
Decimal80800
Binary101000010100000
Octal1201200

Shades and tints

Shades of #505000

#505000
(80,80,0)
#494900
(73,73,0)
#424200
(66,66,0)
#3B3B00
(59,59,0)
#343400
(52,52,0)
#2D2D00
(45,45,0)
#262600
(38,38,0)
#1F1F00
(31,31,0)
#181800
(24,24,0)
#111100
(17,17,0)
#0A0A00
(10,10,0)
#000000
(0,0,0)

Tints of #505000

#505000
(80,80,0)
#5F5F17
(95,95,23)
#6E6E2E
(110,110,46)
#7D7D45
(125,125,69)
#8C8C5C
(140,140,92)
#9B9B73
(155,155,115)
#AAAA8A
(170,170,138)
#B9B9A1
(185,185,161)
#C8C8B8
(200,200,184)
#D7D7CF
(215,215,207)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #505000; }

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

This text font color is #505000.


Background Color

.myBgColor { background-color: #505000; }

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

This div background color is #505000.


Border color

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

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

This div border color is #505000.


Opacity

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

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

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

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

This text has shadow with #505000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #505000 on black background.


Color preview on white background

This text has color #505000 on white background.



Black color preview on #505000 background

This text has black color on #505000 background.


White color preview on #505000 background

This text has white color on #505000 background.