COLOR #50995D

HEX: #50995D RGB: (80,153,93)

Color info

#50995D contains mainly green color. Web safe color of #50995D is #669966 (or #696).

RGB color model

#50995D color RGB value is (80,153,93).

RGB: (80,153,93) (31%, 60%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 153 of 255 = 60%
B 93 of 255 = 36%

80
153
93

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

Portions of RGB colors in percentages

R + G + B = 80 + 153 + 93 = 326 (100%)
R 80 of 326 ~ 24.54%
G 153 of 326 ~ 46.93%
B 93 of 326 ~ 28.53'%

%24.54
%46.93
%28.53

CMYK color model

#50995D color CMYK value is (48,0,39,40).

  • cyan value is 47.71%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 40.00%
CMYK: (48,0,39,40) C48M0Y39K40 (48%,0%,39%,40%) (0.48/0.00/0.39/0.40) 

CMYK percentages

%47.71
%0
%39.22
%40

Codes

Color #50995D in popluar color models

50 99 5D
RGB 80 153 93
HSL 131° 31.33% 45.69%
HSB/HSV 131° 47.71% 60.00%
CMYK 47.71% 0.00% 39.22%
40.00%

Color #50995D in popluar number systems.

HEX 50 99 5D
Decimal 80 153 93
Binary 1010000 10011001 1011101
Octal 120 231 135

Shades and tints

Shades of #50995D

#50995D
(80,153,93)
#498C55
(73,140,85)
#427F4D
(66,127,77)
#3B7245
(59,114,69)
#34653D
(52,101,61)
#2D5835
(45,88,53)
#264B2D
(38,75,45)
#1F3E25
(31,62,37)
#18311D
(24,49,29)
#112415
(17,36,21)
#0A170D
(10,23,13)
#000000
(0,0,0)

Tints of #50995D

#50995D
(80,153,93)
#5FA26B
(95,162,107)
#6EAB79
(110,171,121)
#7DB487
(125,180,135)
#8CBD95
(140,189,149)
#9BC6A3
(155,198,163)
#AACFB1
(170,207,177)
#B9D8BF
(185,216,191)
#C8E1CD
(200,225,205)
#D7EADB
(215,234,219)
#E6F3E9
(230,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50995D color. Also use rgb(80,153,93) instead hex code.

Text Font Color

.myTextColor { color: #50995D; }

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

This text font color is #50995D.

Background Color

.myBgColor { background-color: #50995D; }

<div style="background-color:#50995D">Inner text</div>

This div background color is #50995D.

Border color

.myBorderColor { border: 1px solid #50995D; }

<div style="border:3px solid #50995D">Div</div>

This div border color is #50995D.

Opacity

.myOpacity80 { color: #50995D; opacity: 0.8; }

<p style="color:#50995D;opacity:0.8;">80%</p>

Text with #50995D 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 #50995D;}

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

This text has shadow with #50995D color.


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

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

This text has shadow with #50995D primary color and red secondary color.


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

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

This text has shadow with #50995D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50995D.

Preview

Color preview on black background

This text has color #50995D on black background.


Color preview on white background

This text has color #50995D on white background.


Black color preview on #50995D background

This text has black color on #50995D background.


White color preview on #50995D background

This text has white color on #50995D background.


Related colors

Complementary color

Complementary color for #hex is #AF66A2.


I love getcolorcode.com

Triadic colors

1 #5D5099 and #995D50 with #50995D are triadic colors.

2 #5D9950 and #99505D with #50995D are triadic colors.