COLOR #506200

HEX: #506200
RGB: (80,98,0)

Color info

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

RGB color model

#506200 color RGB value is (80,98,0).

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

RGB channels and saturation

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

80
98
0

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

Portions of RGB colors in percentages

R + G + B =
80 + 98 + 0 = 178 (100%)
R 80 of 178 ~ 44.94%
G 98 of 178 ~ 55.06%
B 0 of 178 ~ 0%

%44.94
%55.06

CMYK color model

#506200 color CMYK value is (18,0,100,62).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 61.57%
CMYK:
(18,0,100,62)
C18M0Y100K62 
(18%,0%,100%,62%)
(0.18/0.00/1.00/0.62)	

CMYK percentages

%18.37
%0
%100
%61.57

Codes

Color #506200 in popluar color models

506200
RGB80980
HSL71°100.00%19.22%
HSB/HSV71°100.00%38.43%
CMYK18.37%0.00%100.00%
61.57%

Color #506200 in popluar number systems.

HEX506200
Decimal80980
Binary101000011000100
Octal1201420

Shades and tints

Shades of #506200

#506200
(80,98,0)
#495A00
(73,90,0)
#425200
(66,82,0)
#3B4A00
(59,74,0)
#344200
(52,66,0)
#2D3A00
(45,58,0)
#263200
(38,50,0)
#1F2A00
(31,42,0)
#182200
(24,34,0)
#111A00
(17,26,0)
#0A1200
(10,18,0)
#000000
(0,0,0)

Tints of #506200

#506200
(80,98,0)
#5F7017
(95,112,23)
#6E7E2E
(110,126,46)
#7D8C45
(125,140,69)
#8C9A5C
(140,154,92)
#9BA873
(155,168,115)
#AAB68A
(170,182,138)
#B9C4A1
(185,196,161)
#C8D2B8
(200,210,184)
#D7E0CF
(215,224,207)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506200; }

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

This text font color is #506200.


Background Color

.myBgColor { background-color: #506200; }

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

This div background color is #506200.


Border color

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

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

This div border color is #506200.


Opacity

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

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

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

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

This text has shadow with #506200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506200 on black background.


Color preview on white background

This text has color #506200 on white background.



Black color preview on #506200 background

This text has black color on #506200 background.


White color preview on #506200 background

This text has white color on #506200 background.