COLOR #506A00

HEX: #506A00
RGB: (80,106,0)

Color info

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

RGB color model

#506A00 color RGB value is (80,106,0).

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

RGB channels and saturation

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

80
106
0

R + G + B ~ 24%. #506A00 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 106 + 0 = 186 (100%)
R 80 of 186 ~ 43.01%
G 106 of 186 ~ 56.99%
B 0 of 186 ~ 0%

%43.01
%56.99

CMYK color model

#506A00 color CMYK value is (25,0,100,58).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 58.43%
CMYK:
(25,0,100,58)
C25M0Y100K58 
(25%,0%,100%,58%)
(0.25/0.00/1.00/0.58)	

CMYK percentages

%24.53
%0
%100
%58.43

Codes

Color #506A00 in popluar color models

506A00
RGB801060
HSL75°100.00%20.78%
HSB/HSV75°100.00%41.57%
CMYK24.53%0.00%100.00%
58.43%

Color #506A00 in popluar number systems.

HEX506A00
Decimal801060
Binary101000011010100
Octal1201520

Shades and tints

Shades of #506A00

#506A00
(80,106,0)
#496100
(73,97,0)
#425800
(66,88,0)
#3B4F00
(59,79,0)
#344600
(52,70,0)
#2D3D00
(45,61,0)
#263400
(38,52,0)
#1F2B00
(31,43,0)
#182200
(24,34,0)
#111900
(17,25,0)
#0A1000
(10,16,0)
#000000
(0,0,0)

Tints of #506A00

#506A00
(80,106,0)
#5F7717
(95,119,23)
#6E842E
(110,132,46)
#7D9145
(125,145,69)
#8C9E5C
(140,158,92)
#9BAB73
(155,171,115)
#AAB88A
(170,184,138)
#B9C5A1
(185,197,161)
#C8D2B8
(200,210,184)
#D7DFCF
(215,223,207)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A00; }

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

This text font color is #506A00.


Background Color

.myBgColor { background-color: #506A00; }

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

This div background color is #506A00.


Border color

.myBorderColor { border: 1px solid #506A00; }

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

This div border color is #506A00.


Opacity

.myOpacity80 { color: #506A00; opacity: 0.8; }

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

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

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

This text has shadow with #506A00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506A00 on black background.


Color preview on white background

This text has color #506A00 on white background.



Black color preview on #506A00 background

This text has black color on #506A00 background.


White color preview on #506A00 background

This text has white color on #506A00 background.