COLOR #507247

HEX: #507247
RGB: (80,114,71)

Color info

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

RGB color model

#507247 color RGB value is (80,114,71).

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

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 71 of 255 = 28%

80
114
71

R + G + B ~ 35%. #507247 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 71 = 265 (100%)
R 80 of 265 ~ 30.19%
G 114 of 265 ~ 43.02%
B 71 of 265 ~ 26.79%

%30.19
%43.02
%26.79

CMYK color model

#507247 color CMYK value is (30,0,38,55).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 37.72%
  • key color value is 55.29%
CMYK:
(30,0,38,55)
C30M0Y38K55 
(30%,0%,38%,55%)
(0.30/0.00/0.38/0.55)	

CMYK percentages

%29.82
%0
%37.72
%55.29

Codes

Color #507247 in popluar color models

507247
RGB8011471
HSL107°23.24%36.27%
HSB/HSV107°37.72%44.71%
CMYK29.82%0.00%37.72%
55.29%

Color #507247 in popluar number systems.

HEX507247
Decimal8011471
Binary101000011100101000111
Octal120162107

Shades and tints

Shades of #507247

#507247
(80,114,71)
#496841
(73,104,65)
#425E3B
(66,94,59)
#3B5435
(59,84,53)
#344A2F
(52,74,47)
#2D4029
(45,64,41)
#263623
(38,54,35)
#1F2C1D
(31,44,29)
#182217
(24,34,23)
#111811
(17,24,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #507247

#507247
(80,114,71)
#5F7E57
(95,126,87)
#6E8A67
(110,138,103)
#7D9677
(125,150,119)
#8CA287
(140,162,135)
#9BAE97
(155,174,151)
#AABAA7
(170,186,167)
#B9C6B7
(185,198,183)
#C8D2C7
(200,210,199)
#D7DED7
(215,222,215)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507247; }

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

This text font color is #507247.


Background Color

.myBgColor { background-color: #507247; }

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

This div background color is #507247.


Border color

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

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

This div border color is #507247.


Opacity

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

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

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

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

This text has shadow with #507247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507247 on black background.


Color preview on white background

This text has color #507247 on white background.



Black color preview on #507247 background

This text has black color on #507247 background.


White color preview on #507247 background

This text has white color on #507247 background.