COLOR #509A69

HEX: #509A69 RGB: (80,154,105)

Color info

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

RGB color model

#509A69 color RGB value is (80,154,105).

RGB: (80,154,105) (31%, 60%, 41%)

RGB channels and saturation

R 80 of 255 = 31%
G 154 of 255 = 60%
B 105 of 255 = 41%

80
154
105

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

Portions of RGB colors in percentages

R + G + B = 80 + 154 + 105 = 339 (100%)
R 80 of 339 ~ 23.6%
G 154 of 339 ~ 45.43%
B 105 of 339 ~ 30.97'%

%23.6
%45.43
%30.97

CMYK color model

#509A69 color CMYK value is (48,0,32,40).

  • cyan value is 48.05%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 39.61%

CMYK: (48,0,32,40)
C48M0Y32K40 (48%, 0%, 32%, 40%)
(0.48 / 0.00 / 0.32 / 0.40)

CMYK percentages

%48.05
%0
%31.82
%39.61

Codes

Color #509A69 in popluar color models

50 9A 69
RGB 80 154 105
HSL 140° 31.62% 45.88%
HSB/HSV 140° 48.05% 60.39%
CMYK 48.05% 0.00% 31.82%
39.61%

Color #509A69 in popluar number systems.

HEX 50 9A 69
Decimal 80 154 105
Binary 1010000 10011010 1101001
Octal 120 232 151

Shades and tints

Shades of #509A69

#509A69
(80,154,105)
#498C60
(73,140,96)
#427E57
(66,126,87)
#3B704E
(59,112,78)
#346245
(52,98,69)
#2D543C
(45,84,60)
#264633
(38,70,51)
#1F382A
(31,56,42)
#182A21
(24,42,33)
#111C18
(17,28,24)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #509A69

#509A69
(80,154,105)
#5FA376
(95,163,118)
#6EAC83
(110,172,131)
#7DB590
(125,181,144)
#8CBE9D
(140,190,157)
#9BC7AA
(155,199,170)
#AAD0B7
(170,208,183)
#B9D9C4
(185,217,196)
#C8E2D1
(200,226,209)
#D7EBDE
(215,235,222)
#E6F4EB
(230,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509A69; }

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

This text font color is #509A69.

Background Color

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

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

This div background color is #509A69.

Border color

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

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

This div border color is #509A69.

Opacity

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

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

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

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

This text has shadow with #509A69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #509A69.

Preview

Color preview on black background

This text has color #509A69 on black background.


Color preview on white background

This text has color #509A69 on white background.


Black color preview on #509A69 background

This text has black color on #509A69 background.


White color preview on #509A69 background

This text has white color on #509A69 background.


Related colors

Complementary color

Complementary color for #hex is #AF6596.


I love getcolorcode.com

Triadic colors

1 #69509A and #9A6950 with #509A69 are triadic colors.

2 #699A50 and #9A5069 with #509A69 are triadic colors.