COLOR #509A3E

HEX: #509A3E RGB: (80,154,62)

Color info

#509A3E contains mainly green color. Web safe color of #509A3E is #669933 (or #693).

RGB color model

#509A3E color RGB value is (80,154,62).

RGB: (80,154,62) (31%, 60%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 154 of 255 = 60%
B 62 of 255 = 24%

80
154
62

R + G + B ~ 38%. #509A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 154 + 62 = 296 (100%)
R 80 of 296 ~ 27.03%
G 154 of 296 ~ 52.03%
B 62 of 296 ~ 20.95'%

%27.03
%52.03
%20.95

CMYK color model

#509A3E color CMYK value is (48,0,60,40).

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

CMYK: (48,0,60,40)
C48M0Y60K40 (48%, 0%, 60%, 40%)
(0.48 / 0.00 / 0.60 / 0.40)

CMYK percentages

%48.05
%0
%59.74
%39.61

Codes

Color #509A3E in popluar color models

50 9A 3E
RGB 80 154 62
HSL 108° 42.59% 42.35%
HSB/HSV 108° 59.74% 60.39%
CMYK 48.05% 0.00% 59.74%
39.61%

Color #509A3E in popluar number systems.

HEX 50 9A 3E
Decimal 80 154 62
Binary 1010000 10011010 111110
Octal 120 232 76

Shades and tints

Shades of #509A3E

#509A3E
(80,154,62)
#498C39
(73,140,57)
#427E34
(66,126,52)
#3B702F
(59,112,47)
#34622A
(52,98,42)
#2D5425
(45,84,37)
#264620
(38,70,32)
#1F381B
(31,56,27)
#182A16
(24,42,22)
#111C11
(17,28,17)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #509A3E

#509A3E
(80,154,62)
#5FA34F
(95,163,79)
#6EAC60
(110,172,96)
#7DB571
(125,181,113)
#8CBE82
(140,190,130)
#9BC793
(155,199,147)
#AAD0A4
(170,208,164)
#B9D9B5
(185,217,181)
#C8E2C6
(200,226,198)
#D7EBD7
(215,235,215)
#E6F4E8
(230,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509A3E; }

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

This text font color is #509A3E.

Background Color

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

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

This div background color is #509A3E.

Border color

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

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

This div border color is #509A3E.

Opacity

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

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

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

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

This text has shadow with #509A3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #509A3E.

Preview

Color preview on black background

This text has color #509A3E on black background.


Color preview on white background

This text has color #509A3E on white background.


Black color preview on #509A3E background

This text has black color on #509A3E background.


White color preview on #509A3E background

This text has white color on #509A3E background.


Related colors

Complementary color

Complementary color for #hex is #AF65C1.


I love getcolorcode.com

Triadic colors

1 #3E509A and #9A3E50 with #509A3E are triadic colors.

2 #3E9A50 and #9A503E with #509A3E are triadic colors.