COLOR #50957A

HEX: #50957A RGB: (80,149,122)

Color info

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

RGB color model

#50957A color RGB value is (80,149,122).

RGB: (80,149,122) (31%, 58%, 48%)

RGB channels and saturation

R 80 of 255 = 31%
G 149 of 255 = 58%
B 122 of 255 = 48%

80
149
122

R + G + B ~ 46%. #50957A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 149 + 122 = 351 (100%)
R 80 of 351 ~ 22.79%
G 149 of 351 ~ 42.45%
B 122 of 351 ~ 34.76'%

%22.79
%42.45
%34.76

CMYK color model

#50957A color CMYK value is (46,0,18,42).

  • cyan value is 46.31%
  • magenta value is 0.00%
  • yellow value is 18.12%
  • key color value is 41.57%

CMYK: (46,0,18,42)
C46M0Y18K42 (46%, 0%, 18%, 42%)
(0.46 / 0.00 / 0.18 / 0.42)

CMYK percentages

%46.31
%0
%18.12
%41.57

Codes

Color #50957A in popluar color models

50 95 7A
RGB 80 149 122
HSL 157° 30.13% 44.90%
HSB/HSV 157° 46.31% 58.43%
CMYK 46.31% 0.00% 18.12%
41.57%

Color #50957A in popluar number systems.

HEX 50 95 7A
Decimal 80 149 122
Binary 1010000 10010101 1111010
Octal 120 225 172

Shades and tints

Shades of #50957A

#50957A
(80,149,122)
#49886F
(73,136,111)
#427B64
(66,123,100)
#3B6E59
(59,110,89)
#34614E
(52,97,78)
#2D5443
(45,84,67)
#264738
(38,71,56)
#1F3A2D
(31,58,45)
#182D22
(24,45,34)
#112017
(17,32,23)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #50957A

#50957A
(80,149,122)
#5F9E86
(95,158,134)
#6EA792
(110,167,146)
#7DB09E
(125,176,158)
#8CB9AA
(140,185,170)
#9BC2B6
(155,194,182)
#AACBC2
(170,203,194)
#B9D4CE
(185,212,206)
#C8DDDA
(200,221,218)
#D7E6E6
(215,230,230)
#E6EFF2
(230,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50957A color. Also use rgb(80,149,122) instead hex code.

Text Font Color

.myTextColor { color: #50957A; }

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

This text font color is #50957A.

Background Color

.myBgColor { background-color: #50957A; }

<div style="background-color:#50957A">Inner text</div>

This div background color is #50957A.

Border color

.myBorderColor { border: 1px solid #50957A; }

<div style="border:3px solid #50957A">Div</div>

This div border color is #50957A.

Opacity

.myOpacity80 { color: #50957A; opacity: 0.8; }

<p style="color:#50957A;opacity:0.8;">80%</p>

Text with #50957A 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 #50957A;}

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

This text has shadow with #50957A color.


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

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

This text has shadow with #50957A primary color and red secondary color.


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

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

This text has shadow with #50957A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50957A.

Preview

Color preview on black background

This text has color #50957A on black background.


Color preview on white background

This text has color #50957A on white background.


Black color preview on #50957A background

This text has black color on #50957A background.


White color preview on #50957A background

This text has white color on #50957A background.


Related colors

Complementary color

Complementary color for #hex is #AF6A85.


I love getcolorcode.com

Triadic colors

1 #7A5095 and #957A50 with #50957A are triadic colors.

2 #7A9550 and #95507A with #50957A are triadic colors.