COLOR #507514

HEX: #507514
RGB: (80,117,20)

Color info

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

RGB color model

#507514 color RGB value is (80,117,20).

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

RGB channels and saturation

R 80 of 255 = 31%
G 117 of 255 = 46%
B 20 of 255 = 8%

80
117
20

R + G + B ~ 28%. #507514 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 117 + 20 = 217 (100%)
R 80 of 217 ~ 36.87%
G 117 of 217 ~ 53.92%
B 20 of 217 ~ 9.22%

%36.87
%53.92

CMYK color model

#507514 color CMYK value is (32,0,83,54).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 82.91%
  • key color value is 54.12%
CMYK:
(32,0,83,54)
C32M0Y83K54 
(32%,0%,83%,54%)
(0.32/0.00/0.83/0.54)	

CMYK percentages

%31.62
%0
%82.91
%54.12

Codes

Color #507514 in popluar color models

507514
RGB8011720
HSL83°70.80%26.86%
HSB/HSV83°82.91%45.88%
CMYK31.62%0.00%82.91%
54.12%

Color #507514 in popluar number systems.

HEX507514
Decimal8011720
Binary1010000111010110100
Octal12016524

Shades and tints

Shades of #507514

#507514
(80,117,20)
#496B13
(73,107,19)
#426112
(66,97,18)
#3B5711
(59,87,17)
#344D10
(52,77,16)
#2D430F
(45,67,15)
#26390E
(38,57,14)
#1F2F0D
(31,47,13)
#18250C
(24,37,12)
#111B0B
(17,27,11)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #507514

#507514
(80,117,20)
#5F8129
(95,129,41)
#6E8D3E
(110,141,62)
#7D9953
(125,153,83)
#8CA568
(140,165,104)
#9BB17D
(155,177,125)
#AABD92
(170,189,146)
#B9C9A7
(185,201,167)
#C8D5BC
(200,213,188)
#D7E1D1
(215,225,209)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507514; }

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

This text font color is #507514.


Background Color

.myBgColor { background-color: #507514; }

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

This div background color is #507514.


Border color

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

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

This div border color is #507514.


Opacity

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

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

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

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

This text has shadow with #507514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507514 on black background.


Color preview on white background

This text has color #507514 on white background.



Black color preview on #507514 background

This text has black color on #507514 background.


White color preview on #507514 background

This text has white color on #507514 background.