COLOR #509A5E

HEX: #509A5E
RGB: (80,154,94)

Color info

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

RGB color model

#509A5E color RGB value is (80,154,94).

  • red value is 80;
  • green value is 154;
  • blue value is 94.
RGB:
(80,154,94)
(31%,60%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 154 of 255 = 60%
B 94 of 255 = 37%

80
154
94

R + G + B ~ 43%. #509A5E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 154 + 94 = 328 (100%)
R 80 of 328 ~ 24.39%
G 154 of 328 ~ 46.95%
B 94 of 328 ~ 28.66%

%24.39
%46.95
%28.66

CMYK color model

#509A5E color CMYK value is (48,0,39,40).

  • cyan value is 48.05%
  • magenta value is 0.00%
  • yellow value is 38.96%
  • key color value is 39.61%
CMYK:
(48,0,39,40)
C48M0Y39K40 
(48%,0%,39%,40%)
(0.48/0.00/0.39/0.40)	

CMYK percentages

%48.05
%0
%38.96
%39.61

Codes

Color #509A5E in popluar color models

509A5E
RGB8015494
HSL131°31.62%45.88%
HSB/HSV131°48.05%60.39%
CMYK48.05%0.00%38.96%
39.61%

Color #509A5E in popluar number systems.

HEX509A5E
Decimal8015494
Binary1010000100110101011110
Octal120232136

Shades and tints

Shades of #509A5E

#509A5E
(80,154,94)
#498C56
(73,140,86)
#427E4E
(66,126,78)
#3B7046
(59,112,70)
#34623E
(52,98,62)
#2D5436
(45,84,54)
#26462E
(38,70,46)
#1F3826
(31,56,38)
#182A1E
(24,42,30)
#111C16
(17,28,22)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #509A5E

#509A5E
(80,154,94)
#5FA36C
(95,163,108)
#6EAC7A
(110,172,122)
#7DB588
(125,181,136)
#8CBE96
(140,190,150)
#9BC7A4
(155,199,164)
#AAD0B2
(170,208,178)
#B9D9C0
(185,217,192)
#C8E2CE
(200,226,206)
#D7EBDC
(215,235,220)
#E6F4EA
(230,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509A5E color. Also use rgb(80,154,94) instead hex code.

Text Font Color

.myTextColor { color: #509A5E; }

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

This text font color is #509A5E.


Background Color

.myBgColor { background-color: #509A5E; }

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

This div background color is #509A5E.


Border color

.myBorderColor { border: 1px solid #509A5E; }

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

This div border color is #509A5E.


Opacity

.myOpacity80 { color: #509A5E; opacity: 0.8; }

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

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

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

This text has shadow with #509A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509A5E on black background.


Color preview on white background

This text has color #509A5E on white background.



Black color preview on #509A5E background

This text has black color on #509A5E background.


White color preview on #509A5E background

This text has white color on #509A5E background.