COLOR #507239

HEX: #507239
RGB: (80,114,57)

Color info

#507239 contains red, green and blue colors in about the same proportion. Web safe color of #507239 is #666633 (or #663).

RGB color model

#507239 color RGB value is (80,114,57).

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

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 57 of 255 = 22%

80
114
57

R + G + B ~ 33%. #507239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 57 = 251 (100%)
R 80 of 251 ~ 31.87%
G 114 of 251 ~ 45.42%
B 57 of 251 ~ 22.71%

%31.87
%45.42
%22.71

CMYK color model

#507239 color CMYK value is (30,0,50,55).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 55.29%
CMYK:
(30,0,50,55)
C30M0Y50K55 
(30%,0%,50%,55%)
(0.30/0.00/0.50/0.55)	

CMYK percentages

%29.82
%0
%50
%55.29

Codes

Color #507239 in popluar color models

507239
RGB8011457
HSL96°33.33%33.53%
HSB/HSV96°50.00%44.71%
CMYK29.82%0.00%50.00%
55.29%

Color #507239 in popluar number systems.

HEX507239
Decimal8011457
Binary10100001110010111001
Octal12016271

Shades and tints

Shades of #507239

#507239
(80,114,57)
#496834
(73,104,52)
#425E2F
(66,94,47)
#3B542A
(59,84,42)
#344A25
(52,74,37)
#2D4020
(45,64,32)
#26361B
(38,54,27)
#1F2C16
(31,44,22)
#182211
(24,34,17)
#11180C
(17,24,12)
#0A0E07
(10,14,7)
#000000
(0,0,0)

Tints of #507239

#507239
(80,114,57)
#5F7E4B
(95,126,75)
#6E8A5D
(110,138,93)
#7D966F
(125,150,111)
#8CA281
(140,162,129)
#9BAE93
(155,174,147)
#AABAA5
(170,186,165)
#B9C6B7
(185,198,183)
#C8D2C9
(200,210,201)
#D7DEDB
(215,222,219)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507239; }

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

This text font color is #507239.


Background Color

.myBgColor { background-color: #507239; }

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

This div background color is #507239.


Border color

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

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

This div border color is #507239.


Opacity

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

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

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

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

This text has shadow with #507239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507239 on black background.


Color preview on white background

This text has color #507239 on white background.



Black color preview on #507239 background

This text has black color on #507239 background.


White color preview on #507239 background

This text has white color on #507239 background.