COLOR #509B54

HEX: #509B54 RGB: (80,155,84)

Color info

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

RGB color model

#509B54 color RGB value is (80,155,84).

RGB: (80,155,84) (31%, 61%, 33%)

RGB channels and saturation

R 80 of 255 = 31%
G 155 of 255 = 61%
B 84 of 255 = 33%

80
155
84

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

Portions of RGB colors in percentages

R + G + B = 80 + 155 + 84 = 319 (100%)
R 80 of 319 ~ 25.08%
G 155 of 319 ~ 48.59%
B 84 of 319 ~ 26.33'%

%25.08
%48.59
%26.33

CMYK color model

#509B54 color CMYK value is (48,0,46,39).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 45.81%
  • key color value is 39.22%

CMYK: (48,0,46,39)
C48M0Y46K39 (48%, 0%, 46%, 39%)
(0.48 / 0.00 / 0.46 / 0.39)

CMYK percentages

%48.39
%0
%45.81
%39.22

Codes

Color #509B54 in popluar color models

50 9B 54
RGB 80 155 84
HSL 123° 31.91% 46.08%
HSB/HSV 123° 48.39% 60.78%
CMYK 48.39% 0.00% 45.81%
39.22%

Color #509B54 in popluar number systems.

HEX 50 9B 54
Decimal 80 155 84
Binary 1010000 10011011 1010100
Octal 120 233 124

Shades and tints

Shades of #509B54

#509B54
(80,155,84)
#498D4D
(73,141,77)
#427F46
(66,127,70)
#3B713F
(59,113,63)
#346338
(52,99,56)
#2D5531
(45,85,49)
#26472A
(38,71,42)
#1F3923
(31,57,35)
#182B1C
(24,43,28)
#111D15
(17,29,21)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #509B54

#509B54
(80,155,84)
#5FA463
(95,164,99)
#6EAD72
(110,173,114)
#7DB681
(125,182,129)
#8CBF90
(140,191,144)
#9BC89F
(155,200,159)
#AAD1AE
(170,209,174)
#B9DABD
(185,218,189)
#C8E3CC
(200,227,204)
#D7ECDB
(215,236,219)
#E6F5EA
(230,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509B54 color. Also use rgb(80,155,84) instead hex code.

Text Font Color

.myTextColor { color: #509B54; }

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

This text font color is #509B54.

Background Color

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

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

This div background color is #509B54.

Border color

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

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

This div border color is #509B54.

Opacity

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

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

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

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

This text has shadow with #509B54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #509B54.

Preview

Color preview on black background

This text has color #509B54 on black background.


Color preview on white background

This text has color #509B54 on white background.


Black color preview on #509B54 background

This text has black color on #509B54 background.


White color preview on #509B54 background

This text has white color on #509B54 background.


Related colors

Complementary color

Complementary color for #hex is #AF64AB.


I love getcolorcode.com

Triadic colors

1 #54509B and #9B5450 with #509B54 are triadic colors.

2 #549B50 and #9B5054 with #509B54 are triadic colors.