COLOR #509331

HEX: #509331
RGB: (80,147,49)

Color info

#509331 contains mainly green color. Web safe color of #509331 is #669933 (or #693).

RGB color model

#509331 color RGB value is (80,147,49).

  • red value is 80;
  • green value is 147;
  • blue value is 49.
RGB:
(80,147,49)
(31%,58%,19%)

RGB channels and saturation

R 80 of 255 = 31%
G 147 of 255 = 58%
B 49 of 255 = 19%

80
147
49

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

Portions of RGB colors in percentages

R + G + B =
80 + 147 + 49 = 276 (100%)
R 80 of 276 ~ 28.99%
G 147 of 276 ~ 53.26%
B 49 of 276 ~ 17.75%

%28.99
%53.26
%17.75

CMYK color model

#509331 color CMYK value is (46,0,67,42).

  • cyan value is 45.58%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 42.35%
CMYK:
(46,0,67,42)
C46M0Y67K42 
(46%,0%,67%,42%)
(0.46/0.00/0.67/0.42)	

CMYK percentages

%45.58
%0
%66.67
%42.35

Codes

Color #509331 in popluar color models

509331
RGB8014749
HSL101°50.00%38.43%
HSB/HSV101°66.67%57.65%
CMYK45.58%0.00%66.67%
42.35%

Color #509331 in popluar number systems.

HEX509331
Decimal8014749
Binary101000010010011110001
Octal12022361

Shades and tints

Shades of #509331

#509331
(80,147,49)
#49862D
(73,134,45)
#427929
(66,121,41)
#3B6C25
(59,108,37)
#345F21
(52,95,33)
#2D521D
(45,82,29)
#264519
(38,69,25)
#1F3815
(31,56,21)
#182B11
(24,43,17)
#111E0D
(17,30,13)
#0A1109
(10,17,9)
#000000
(0,0,0)

Tints of #509331

#509331
(80,147,49)
#5F9C43
(95,156,67)
#6EA555
(110,165,85)
#7DAE67
(125,174,103)
#8CB779
(140,183,121)
#9BC08B
(155,192,139)
#AAC99D
(170,201,157)
#B9D2AF
(185,210,175)
#C8DBC1
(200,219,193)
#D7E4D3
(215,228,211)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509331 color. Also use rgb(80,147,49) instead hex code.

Text Font Color

.myTextColor { color: #509331; }

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

This text font color is #509331.


Background Color

.myBgColor { background-color: #509331; }

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

This div background color is #509331.


Border color

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

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

This div border color is #509331.


Opacity

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

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

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

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

This text has shadow with #509331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509331 on black background.


Color preview on white background

This text has color #509331 on white background.



Black color preview on #509331 background

This text has black color on #509331 background.


White color preview on #509331 background

This text has white color on #509331 background.