COLOR #50905B

HEX: #50905B RGB: (80,144,91)

Color info

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

RGB color model

#50905B color RGB value is (80,144,91).

RGB: (80,144,91) (31%, 56%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 144 of 255 = 56%
B 91 of 255 = 36%

80
144
91

R + G + B ~ 41%. #50905B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 144 + 91 = 315 (100%)
R 80 of 315 ~ 25.4%
G 144 of 315 ~ 45.71%
B 91 of 315 ~ 28.89'%

%25.4
%45.71
%28.89

CMYK color model

#50905B color CMYK value is (44,0,37,44).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 36.81%
  • key color value is 43.53%
CMYK: (44,0,37,44) C44M0Y37K44 (44%,0%,37%,44%) (0.44/0.00/0.37/0.44) 

CMYK percentages

%44.44
%0
%36.81
%43.53

Codes

Color #50905B in popluar color models

50 90 5B
RGB 80 144 91
HSL 130° 28.57% 43.92%
HSB/HSV 130° 44.44% 56.47%
CMYK 44.44% 0.00% 36.81%
43.53%

Color #50905B in popluar number systems.

HEX 50 90 5B
Decimal 80 144 91
Binary 1010000 10010000 1011011
Octal 120 220 133

Shades and tints

Shades of #50905B

#50905B
(80,144,91)
#498353
(73,131,83)
#42764B
(66,118,75)
#3B6943
(59,105,67)
#345C3B
(52,92,59)
#2D4F33
(45,79,51)
#26422B
(38,66,43)
#1F3523
(31,53,35)
#18281B
(24,40,27)
#111B13
(17,27,19)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #50905B

#50905B
(80,144,91)
#5F9A69
(95,154,105)
#6EA477
(110,164,119)
#7DAE85
(125,174,133)
#8CB893
(140,184,147)
#9BC2A1
(155,194,161)
#AACCAF
(170,204,175)
#B9D6BD
(185,214,189)
#C8E0CB
(200,224,203)
#D7EAD9
(215,234,217)
#E6F4E7
(230,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50905B color. Also use rgb(80,144,91) instead hex code.

Text Font Color

.myTextColor { color: #50905B; }

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

This text font color is #50905B.

Background Color

.myBgColor { background-color: #50905B; }

<div style="background-color:#50905B">Inner text</div>

This div background color is #50905B.

Border color

.myBorderColor { border: 1px solid #50905B; }

<div style="border:3px solid #50905B">Div</div>

This div border color is #50905B.

Opacity

.myOpacity80 { color: #50905B; opacity: 0.8; }

<p style="color:#50905B;opacity:0.8;">80%</p>

Text with #50905B 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 #50905B;}

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

This text has shadow with #50905B color.


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

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

This text has shadow with #50905B primary color and red secondary color.


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

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

This text has shadow with #50905B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50905B.

Preview

Color preview on black background

This text has color #50905B on black background.


Color preview on white background

This text has color #50905B on white background.


Black color preview on #50905B background

This text has black color on #50905B background.


White color preview on #50905B background

This text has white color on #50905B background.


Related colors

Complementary color

Complementary color for #hex is #AF6FA4.


I love getcolorcode.com

Triadic colors

1 #5B5090 and #905B50 with #50905B are triadic colors.

2 #5B9050 and #90505B with #50905B are triadic colors.