COLOR #507200

HEX: #507200
RGB: (80,114,0)

Color info

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

RGB color model

#507200 color RGB value is (80,114,0).

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

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 0 of 255 = 0%

80
114
0

R + G + B ~ 25%. #507200 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 0 = 194 (100%)
R 80 of 194 ~ 41.24%
G 114 of 194 ~ 58.76%
B 0 of 194 ~ 0%

%41.24
%58.76

CMYK color model

#507200 color CMYK value is (30,0,100,55).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(30,0,100,55)
C30M0Y100K55 
(30%,0%,100%,55%)
(0.30/0.00/1.00/0.55)	

CMYK percentages

%29.82
%0
%100
%55.29

Codes

Color #507200 in popluar color models

507200
RGB801140
HSL78°100.00%22.35%
HSB/HSV78°100.00%44.71%
CMYK29.82%0.00%100.00%
55.29%

Color #507200 in popluar number systems.

HEX507200
Decimal801140
Binary101000011100100
Octal1201620

Shades and tints

Shades of #507200

#507200
(80,114,0)
#496800
(73,104,0)
#425E00
(66,94,0)
#3B5400
(59,84,0)
#344A00
(52,74,0)
#2D4000
(45,64,0)
#263600
(38,54,0)
#1F2C00
(31,44,0)
#182200
(24,34,0)
#111800
(17,24,0)
#0A0E00
(10,14,0)
#000000
(0,0,0)

Tints of #507200

#507200
(80,114,0)
#5F7E17
(95,126,23)
#6E8A2E
(110,138,46)
#7D9645
(125,150,69)
#8CA25C
(140,162,92)
#9BAE73
(155,174,115)
#AABA8A
(170,186,138)
#B9C6A1
(185,198,161)
#C8D2B8
(200,210,184)
#D7DECF
(215,222,207)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507200; }

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

This text font color is #507200.


Background Color

.myBgColor { background-color: #507200; }

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

This div background color is #507200.


Border color

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

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

This div border color is #507200.


Opacity

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

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

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

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

This text has shadow with #507200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507200 on black background.


Color preview on white background

This text has color #507200 on white background.



Black color preview on #507200 background

This text has black color on #507200 background.


White color preview on #507200 background

This text has white color on #507200 background.