COLOR #506514

HEX: #506514
RGB: (80,101,20)

Color info

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

RGB color model

#506514 color RGB value is (80,101,20).

  • red value is 80;
  • green value is 101;
  • blue value is 20.
RGB:
(80,101,20)
(31%,40%,8%)

RGB channels and saturation

R 80 of 255 = 31%
G 101 of 255 = 40%
B 20 of 255 = 8%

80
101
20

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

Portions of RGB colors in percentages

R + G + B =
80 + 101 + 20 = 201 (100%)
R 80 of 201 ~ 39.8%
G 101 of 201 ~ 50.25%
B 20 of 201 ~ 9.95%

%39.8
%50.25
%9.95

CMYK color model

#506514 color CMYK value is (21,0,80,60).

  • cyan value is 20.79%
  • magenta value is 0.00%
  • yellow value is 80.20%
  • key color value is 60.39%
CMYK:
(21,0,80,60)
C21M0Y80K60 
(21%,0%,80%,60%)
(0.21/0.00/0.80/0.60)	

CMYK percentages

%20.79
%0
%80.2
%60.39

Codes

Color #506514 in popluar color models

506514
RGB8010120
HSL76°66.94%23.73%
HSB/HSV76°80.20%39.61%
CMYK20.79%0.00%80.20%
60.39%

Color #506514 in popluar number systems.

HEX506514
Decimal8010120
Binary1010000110010110100
Octal12014524

Shades and tints

Shades of #506514

#506514
(80,101,20)
#495C13
(73,92,19)
#425312
(66,83,18)
#3B4A11
(59,74,17)
#344110
(52,65,16)
#2D380F
(45,56,15)
#262F0E
(38,47,14)
#1F260D
(31,38,13)
#181D0C
(24,29,12)
#11140B
(17,20,11)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #506514

#506514
(80,101,20)
#5F7329
(95,115,41)
#6E813E
(110,129,62)
#7D8F53
(125,143,83)
#8C9D68
(140,157,104)
#9BAB7D
(155,171,125)
#AAB992
(170,185,146)
#B9C7A7
(185,199,167)
#C8D5BC
(200,213,188)
#D7E3D1
(215,227,209)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506514; }

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

This text font color is #506514.


Background Color

.myBgColor { background-color: #506514; }

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

This div background color is #506514.


Border color

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

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

This div border color is #506514.


Opacity

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

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

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

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

This text has shadow with #506514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506514 on black background.


Color preview on white background

This text has color #506514 on white background.



Black color preview on #506514 background

This text has black color on #506514 background.


White color preview on #506514 background

This text has white color on #506514 background.