COLOR #507832

HEX: #507832
RGB: (80,120,50)

Color info

#507832 contains mainly red and green colors. Web safe color of #507832 is #666633 (or #663).

RGB color model

#507832 color RGB value is (80,120,50).

  • red value is 80;
  • green value is 120;
  • blue value is 50.
RGB:
(80,120,50)
(31%,47%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 120 of 255 = 47%
B 50 of 255 = 20%

80
120
50

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

Portions of RGB colors in percentages

R + G + B =
80 + 120 + 50 = 250 (100%)
R 80 of 250 ~ 32%
G 120 of 250 ~ 48%
B 50 of 250 ~ 20%

%32
%48
%20

CMYK color model

#507832 color CMYK value is (33,0,58,53).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 52.94%
CMYK:
(33,0,58,53)
C33M0Y58K53 
(33%,0%,58%,53%)
(0.33/0.00/0.58/0.53)	

CMYK percentages

%33.33
%0
%58.33
%52.94

Codes

Color #507832 in popluar color models

507832
RGB8012050
HSL94°41.18%33.33%
HSB/HSV94°58.33%47.06%
CMYK33.33%0.00%58.33%
52.94%

Color #507832 in popluar number systems.

HEX507832
Decimal8012050
Binary10100001111000110010
Octal12017062

Shades and tints

Shades of #507832

#507832
(80,120,50)
#496E2E
(73,110,46)
#42642A
(66,100,42)
#3B5A26
(59,90,38)
#345022
(52,80,34)
#2D461E
(45,70,30)
#263C1A
(38,60,26)
#1F3216
(31,50,22)
#182812
(24,40,18)
#111E0E
(17,30,14)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #507832

#507832
(80,120,50)
#5F8444
(95,132,68)
#6E9056
(110,144,86)
#7D9C68
(125,156,104)
#8CA87A
(140,168,122)
#9BB48C
(155,180,140)
#AAC09E
(170,192,158)
#B9CCB0
(185,204,176)
#C8D8C2
(200,216,194)
#D7E4D4
(215,228,212)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507832 color. Also use rgb(80,120,50) instead hex code.

Text Font Color

.myTextColor { color: #507832; }

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

This text font color is #507832.


Background Color

.myBgColor { background-color: #507832; }

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

This div background color is #507832.


Border color

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

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

This div border color is #507832.


Opacity

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

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

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

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

This text has shadow with #507832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507832 on black background.


Color preview on white background

This text has color #507832 on white background.



Black color preview on #507832 background

This text has black color on #507832 background.


White color preview on #507832 background

This text has white color on #507832 background.