COLOR #509856

HEX: #509856
RGB: (80,152,86)

Color info

#509856 contains mainly green color. Web safe color of #509856 is #669966 (or #696).

RGB color model

#509856 color RGB value is (80,152,86).

  • red value is 80;
  • green value is 152;
  • blue value is 86.
RGB:
(80,152,86)
(31%,60%,34%)

RGB channels and saturation

R 80 of 255 = 31%
G 152 of 255 = 60%
B 86 of 255 = 34%

80
152
86

R + G + B ~ 42%. #509856 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 152 + 86 = 318 (100%)
R 80 of 318 ~ 25.16%
G 152 of 318 ~ 47.8%
B 86 of 318 ~ 27.04%

%25.16
%47.8
%27.04

CMYK color model

#509856 color CMYK value is (47,0,43,40).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 43.42%
  • key color value is 40.39%
CMYK:
(47,0,43,40)
C47M0Y43K40 
(47%,0%,43%,40%)
(0.47/0.00/0.43/0.40)	

CMYK percentages

%47.37
%0
%43.42
%40.39

Codes

Color #509856 in popluar color models

509856
RGB8015286
HSL125°31.03%45.49%
HSB/HSV125°47.37%59.61%
CMYK47.37%0.00%43.42%
40.39%

Color #509856 in popluar number systems.

HEX509856
Decimal8015286
Binary1010000100110001010110
Octal120230126

Shades and tints

Shades of #509856

#509856
(80,152,86)
#498B4F
(73,139,79)
#427E48
(66,126,72)
#3B7141
(59,113,65)
#34643A
(52,100,58)
#2D5733
(45,87,51)
#264A2C
(38,74,44)
#1F3D25
(31,61,37)
#18301E
(24,48,30)
#112317
(17,35,23)
#0A1610
(10,22,16)
#000000
(0,0,0)

Tints of #509856

#509856
(80,152,86)
#5FA165
(95,161,101)
#6EAA74
(110,170,116)
#7DB383
(125,179,131)
#8CBC92
(140,188,146)
#9BC5A1
(155,197,161)
#AACEB0
(170,206,176)
#B9D7BF
(185,215,191)
#C8E0CE
(200,224,206)
#D7E9DD
(215,233,221)
#E6F2EC
(230,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509856 color. Also use rgb(80,152,86) instead hex code.

Text Font Color

.myTextColor { color: #509856; }

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

This text font color is #509856.


Background Color

.myBgColor { background-color: #509856; }

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

This div background color is #509856.


Border color

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

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

This div border color is #509856.


Opacity

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

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

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

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

This text has shadow with #509856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509856 on black background.


Color preview on white background

This text has color #509856 on white background.



Black color preview on #509856 background

This text has black color on #509856 background.


White color preview on #509856 background

This text has white color on #509856 background.