COLOR #509A74

HEX: #509A74
RGB: (80,154,116)

Color info

#509A74 contains mainly green and blue colors. Web safe color of #509A74 is #669966 (or #696).

RGB color model

#509A74 color RGB value is (80,154,116).

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

RGB channels and saturation

R 80 of 255 = 31%
G 154 of 255 = 60%
B 116 of 255 = 45%

80
154
116

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

Portions of RGB colors in percentages

R + G + B =
80 + 154 + 116 = 350 (100%)
R 80 of 350 ~ 22.86%
G 154 of 350 ~ 44%
B 116 of 350 ~ 33.14%

%22.86
%44
%33.14

CMYK color model

#509A74 color CMYK value is (48,0,25,40).

  • cyan value is 48.05%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 39.61%
CMYK:
(48,0,25,40)
C48M0Y25K40 
(48%,0%,25%,40%)
(0.48/0.00/0.25/0.40)	

CMYK percentages

%48.05
%0
%24.68
%39.61

Codes

Color #509A74 in popluar color models

509A74
RGB80154116
HSL149°31.62%45.88%
HSB/HSV149°48.05%60.39%
CMYK48.05%0.00%24.68%
39.61%

Color #509A74 in popluar number systems.

HEX509A74
Decimal80154116
Binary1010000100110101110100
Octal120232164

Shades and tints

Shades of #509A74

#509A74
(80,154,116)
#498C6A
(73,140,106)
#427E60
(66,126,96)
#3B7056
(59,112,86)
#34624C
(52,98,76)
#2D5442
(45,84,66)
#264638
(38,70,56)
#1F382E
(31,56,46)
#182A24
(24,42,36)
#111C1A
(17,28,26)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #509A74

#509A74
(80,154,116)
#5FA380
(95,163,128)
#6EAC8C
(110,172,140)
#7DB598
(125,181,152)
#8CBEA4
(140,190,164)
#9BC7B0
(155,199,176)
#AAD0BC
(170,208,188)
#B9D9C8
(185,217,200)
#C8E2D4
(200,226,212)
#D7EBE0
(215,235,224)
#E6F4EC
(230,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509A74; }

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

This text font color is #509A74.


Background Color

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

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

This div background color is #509A74.


Border color

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

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

This div border color is #509A74.


Opacity

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

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

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

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

This text has shadow with #509A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509A74 on black background.


Color preview on white background

This text has color #509A74 on white background.



Black color preview on #509A74 background

This text has black color on #509A74 background.


White color preview on #509A74 background

This text has white color on #509A74 background.