COLOR #507814

HEX: #507814
RGB: (80,120,20)

Color info

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

RGB color model

#507814 color RGB value is (80,120,20).

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

RGB channels and saturation

R 80 of 255 = 31%
G 120 of 255 = 47%
B 20 of 255 = 8%

80
120
20

R + G + B ~ 29%. #507814 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 120 + 20 = 220 (100%)
R 80 of 220 ~ 36.36%
G 120 of 220 ~ 54.55%
B 20 of 220 ~ 9.09%

%36.36
%54.55

CMYK color model

#507814 color CMYK value is (33,0,83,53).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 52.94%
CMYK:
(33,0,83,53)
C33M0Y83K53 
(33%,0%,83%,53%)
(0.33/0.00/0.83/0.53)	

CMYK percentages

%33.33
%0
%83.33
%52.94

Codes

Color #507814 in popluar color models

507814
RGB8012020
HSL84°71.43%27.45%
HSB/HSV84°83.33%47.06%
CMYK33.33%0.00%83.33%
52.94%

Color #507814 in popluar number systems.

HEX507814
Decimal8012020
Binary1010000111100010100
Octal12017024

Shades and tints

Shades of #507814

#507814
(80,120,20)
#496E13
(73,110,19)
#426412
(66,100,18)
#3B5A11
(59,90,17)
#345010
(52,80,16)
#2D460F
(45,70,15)
#263C0E
(38,60,14)
#1F320D
(31,50,13)
#18280C
(24,40,12)
#111E0B
(17,30,11)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #507814

#507814
(80,120,20)
#5F8429
(95,132,41)
#6E903E
(110,144,62)
#7D9C53
(125,156,83)
#8CA868
(140,168,104)
#9BB47D
(155,180,125)
#AAC092
(170,192,146)
#B9CCA7
(185,204,167)
#C8D8BC
(200,216,188)
#D7E4D1
(215,228,209)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507814; }

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

This text font color is #507814.


Background Color

.myBgColor { background-color: #507814; }

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

This div background color is #507814.


Border color

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

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

This div border color is #507814.


Opacity

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

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

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

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

This text has shadow with #507814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507814 on black background.


Color preview on white background

This text has color #507814 on white background.



Black color preview on #507814 background

This text has black color on #507814 background.


White color preview on #507814 background

This text has white color on #507814 background.