COLOR #506910

HEX: #506910
RGB: (80,105,16)

Color info

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

RGB color model

#506910 color RGB value is (80,105,16).

  • red value is 80;
  • green value is 105;
  • blue value is 16.
RGB:
(80,105,16)
(31%,41%,6%)

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 16 of 255 = 6%

80
105
16

R + G + B ~ 26%. #506910 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 105 + 16 = 201 (100%)
R 80 of 201 ~ 39.8%
G 105 of 201 ~ 52.24%
B 16 of 201 ~ 7.96%

%39.8
%52.24

CMYK color model

#506910 color CMYK value is (24,0,85,59).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 84.76%
  • key color value is 58.82%
CMYK:
(24,0,85,59)
C24M0Y85K59 
(24%,0%,85%,59%)
(0.24/0.00/0.85/0.59)	

CMYK percentages

%23.81
%0
%84.76
%58.82

Codes

Color #506910 in popluar color models

506910
RGB8010516
HSL77°73.55%23.73%
HSB/HSV77°84.76%41.18%
CMYK23.81%0.00%84.76%
58.82%

Color #506910 in popluar number systems.

HEX506910
Decimal8010516
Binary1010000110100110000
Octal12015120

Shades and tints

Shades of #506910

#506910
(80,105,16)
#49600F
(73,96,15)
#42570E
(66,87,14)
#3B4E0D
(59,78,13)
#34450C
(52,69,12)
#2D3C0B
(45,60,11)
#26330A
(38,51,10)
#1F2A09
(31,42,9)
#182108
(24,33,8)
#111807
(17,24,7)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #506910

#506910
(80,105,16)
#5F7625
(95,118,37)
#6E833A
(110,131,58)
#7D904F
(125,144,79)
#8C9D64
(140,157,100)
#9BAA79
(155,170,121)
#AAB78E
(170,183,142)
#B9C4A3
(185,196,163)
#C8D1B8
(200,209,184)
#D7DECD
(215,222,205)
#E6EBE2
(230,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506910; }

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

This text font color is #506910.


Background Color

.myBgColor { background-color: #506910; }

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

This div background color is #506910.


Border color

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

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

This div border color is #506910.


Opacity

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

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

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

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

This text has shadow with #506910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506910 on black background.


Color preview on white background

This text has color #506910 on white background.



Black color preview on #506910 background

This text has black color on #506910 background.


White color preview on #506910 background

This text has white color on #506910 background.