COLOR #509959

HEX: #509959
RGB: (80,153,89)

Color info

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

RGB color model

#509959 color RGB value is (80,153,89).

  • red value is 80;
  • green value is 153;
  • blue value is 89.
RGB:
(80,153,89)
(31%,60%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 153 of 255 = 60%
B 89 of 255 = 35%

80
153
89

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

Portions of RGB colors in percentages

R + G + B =
80 + 153 + 89 = 322 (100%)
R 80 of 322 ~ 24.84%
G 153 of 322 ~ 47.52%
B 89 of 322 ~ 27.64%

%24.84
%47.52
%27.64

CMYK color model

#509959 color CMYK value is (48,0,42,40).

  • cyan value is 47.71%
  • magenta value is 0.00%
  • yellow value is 41.83%
  • key color value is 40.00%
CMYK:
(48,0,42,40)
C48M0Y42K40 
(48%,0%,42%,40%)
(0.48/0.00/0.42/0.40)	

CMYK percentages

%47.71
%0
%41.83
%40

Codes

Color #509959 in popluar color models

509959
RGB8015389
HSL127°31.33%45.69%
HSB/HSV127°47.71%60.00%
CMYK47.71%0.00%41.83%
40.00%

Color #509959 in popluar number systems.

HEX509959
Decimal8015389
Binary1010000100110011011001
Octal120231131

Shades and tints

Shades of #509959

#509959
(80,153,89)
#498C51
(73,140,81)
#427F49
(66,127,73)
#3B7241
(59,114,65)
#346539
(52,101,57)
#2D5831
(45,88,49)
#264B29
(38,75,41)
#1F3E21
(31,62,33)
#183119
(24,49,25)
#112411
(17,36,17)
#0A1709
(10,23,9)
#000000
(0,0,0)

Tints of #509959

#509959
(80,153,89)
#5FA268
(95,162,104)
#6EAB77
(110,171,119)
#7DB486
(125,180,134)
#8CBD95
(140,189,149)
#9BC6A4
(155,198,164)
#AACFB3
(170,207,179)
#B9D8C2
(185,216,194)
#C8E1D1
(200,225,209)
#D7EAE0
(215,234,224)
#E6F3EF
(230,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509959 color. Also use rgb(80,153,89) instead hex code.

Text Font Color

.myTextColor { color: #509959; }

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

This text font color is #509959.


Background Color

.myBgColor { background-color: #509959; }

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

This div background color is #509959.


Border color

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

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

This div border color is #509959.


Opacity

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

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

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

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

This text has shadow with #509959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509959 on black background.


Color preview on white background

This text has color #509959 on white background.



Black color preview on #509959 background

This text has black color on #509959 background.


White color preview on #509959 background

This text has white color on #509959 background.