COLOR #507952

HEX: #507952
RGB: (80,121,82)

Color info

#507952 contains red, green and blue colors in about the same proportion. Web safe color of #507952 is #666666 (or #666).

RGB color model

#507952 color RGB value is (80,121,82).

  • red value is 80;
  • green value is 121;
  • blue value is 82.
RGB:
(80,121,82)
(31%,47%,32%)

RGB channels and saturation

R 80 of 255 = 31%
G 121 of 255 = 47%
B 82 of 255 = 32%

80
121
82

R + G + B ~ 37%. #507952 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 121 + 82 = 283 (100%)
R 80 of 283 ~ 28.27%
G 121 of 283 ~ 42.76%
B 82 of 283 ~ 28.98%

%28.27
%42.76
%28.98

CMYK color model

#507952 color CMYK value is (34,0,32,53).

  • cyan value is 33.88%
  • magenta value is 0.00%
  • yellow value is 32.23%
  • key color value is 52.55%
CMYK:
(34,0,32,53)
C34M0Y32K53 
(34%,0%,32%,53%)
(0.34/0.00/0.32/0.53)	

CMYK percentages

%33.88
%0
%32.23
%52.55

Codes

Color #507952 in popluar color models

507952
RGB8012182
HSL123°20.40%39.41%
HSB/HSV123°33.88%47.45%
CMYK33.88%0.00%32.23%
52.55%

Color #507952 in popluar number systems.

HEX507952
Decimal8012182
Binary101000011110011010010
Octal120171122

Shades and tints

Shades of #507952

#507952
(80,121,82)
#496E4B
(73,110,75)
#426344
(66,99,68)
#3B583D
(59,88,61)
#344D36
(52,77,54)
#2D422F
(45,66,47)
#263728
(38,55,40)
#1F2C21
(31,44,33)
#18211A
(24,33,26)
#111613
(17,22,19)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #507952

#507952
(80,121,82)
#5F8561
(95,133,97)
#6E9170
(110,145,112)
#7D9D7F
(125,157,127)
#8CA98E
(140,169,142)
#9BB59D
(155,181,157)
#AAC1AC
(170,193,172)
#B9CDBB
(185,205,187)
#C8D9CA
(200,217,202)
#D7E5D9
(215,229,217)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507952 color. Also use rgb(80,121,82) instead hex code.

Text Font Color

.myTextColor { color: #507952; }

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

This text font color is #507952.


Background Color

.myBgColor { background-color: #507952; }

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

This div background color is #507952.


Border color

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

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

This div border color is #507952.


Opacity

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

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

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

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

This text has shadow with #507952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507952 on black background.


Color preview on white background

This text has color #507952 on white background.



Black color preview on #507952 background

This text has black color on #507952 background.


White color preview on #507952 background

This text has white color on #507952 background.