COLOR #507C47

HEX: #507C47
RGB: (80,124,71)

Color info

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

RGB color model

#507C47 color RGB value is (80,124,71).

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

RGB channels and saturation

R 80 of 255 = 31%
G 124 of 255 = 49%
B 71 of 255 = 28%

80
124
71

R + G + B ~ 36%. #507C47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 124 + 71 = 275 (100%)
R 80 of 275 ~ 29.09%
G 124 of 275 ~ 45.09%
B 71 of 275 ~ 25.82%

%29.09
%45.09
%25.82

CMYK color model

#507C47 color CMYK value is (35,0,43,51).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 42.74%
  • key color value is 51.37%
CMYK:
(35,0,43,51)
C35M0Y43K51 
(35%,0%,43%,51%)
(0.35/0.00/0.43/0.51)	

CMYK percentages

%35.48
%0
%42.74
%51.37

Codes

Color #507C47 in popluar color models

507C47
RGB8012471
HSL110°27.18%38.24%
HSB/HSV110°42.74%48.63%
CMYK35.48%0.00%42.74%
51.37%

Color #507C47 in popluar number systems.

HEX507C47
Decimal8012471
Binary101000011111001000111
Octal120174107

Shades and tints

Shades of #507C47

#507C47
(80,124,71)
#497141
(73,113,65)
#42663B
(66,102,59)
#3B5B35
(59,91,53)
#34502F
(52,80,47)
#2D4529
(45,69,41)
#263A23
(38,58,35)
#1F2F1D
(31,47,29)
#182417
(24,36,23)
#111911
(17,25,17)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #507C47

#507C47
(80,124,71)
#5F8757
(95,135,87)
#6E9267
(110,146,103)
#7D9D77
(125,157,119)
#8CA887
(140,168,135)
#9BB397
(155,179,151)
#AABEA7
(170,190,167)
#B9C9B7
(185,201,183)
#C8D4C7
(200,212,199)
#D7DFD7
(215,223,215)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507C47; }

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

This text font color is #507C47.


Background Color

.myBgColor { background-color: #507C47; }

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

This div background color is #507C47.


Border color

.myBorderColor { border: 1px solid #507C47; }

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

This div border color is #507C47.


Opacity

.myOpacity80 { color: #507C47; opacity: 0.8; }

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

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

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

This text has shadow with #507C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507C47 on black background.


Color preview on white background

This text has color #507C47 on white background.



Black color preview on #507C47 background

This text has black color on #507C47 background.


White color preview on #507C47 background

This text has white color on #507C47 background.