COLOR #50955D

HEX: #50955D
RGB: (80,149,93)

Color info

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

RGB color model

#50955D color RGB value is (80,149,93).

  • red value is 80;
  • green value is 149;
  • blue value is 93.
RGB:
(80,149,93)
(31%,58%,36%)

RGB channels and saturation

R 80 of 255 = 31%
G 149 of 255 = 58%
B 93 of 255 = 36%

80
149
93

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

Portions of RGB colors in percentages

R + G + B =
80 + 149 + 93 = 322 (100%)
R 80 of 322 ~ 24.84%
G 149 of 322 ~ 46.27%
B 93 of 322 ~ 28.88%

%24.84
%46.27
%28.88

CMYK color model

#50955D color CMYK value is (46,0,38,42).

  • cyan value is 46.31%
  • magenta value is 0.00%
  • yellow value is 37.58%
  • key color value is 41.57%
CMYK:
(46,0,38,42)
C46M0Y38K42 
(46%,0%,38%,42%)
(0.46/0.00/0.38/0.42)	

CMYK percentages

%46.31
%0
%37.58
%41.57

Codes

Color #50955D in popluar color models

50955D
RGB8014993
HSL131°30.13%44.90%
HSB/HSV131°46.31%58.43%
CMYK46.31%0.00%37.58%
41.57%

Color #50955D in popluar number systems.

HEX50955D
Decimal8014993
Binary1010000100101011011101
Octal120225135

Shades and tints

Shades of #50955D

#50955D
(80,149,93)
#498855
(73,136,85)
#427B4D
(66,123,77)
#3B6E45
(59,110,69)
#34613D
(52,97,61)
#2D5435
(45,84,53)
#26472D
(38,71,45)
#1F3A25
(31,58,37)
#182D1D
(24,45,29)
#112015
(17,32,21)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #50955D

#50955D
(80,149,93)
#5F9E6B
(95,158,107)
#6EA779
(110,167,121)
#7DB087
(125,176,135)
#8CB995
(140,185,149)
#9BC2A3
(155,194,163)
#AACBB1
(170,203,177)
#B9D4BF
(185,212,191)
#C8DDCD
(200,221,205)
#D7E6DB
(215,230,219)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50955D; }

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

This text font color is #50955D.


Background Color

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

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

This div background color is #50955D.


Border color

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

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

This div border color is #50955D.


Opacity

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

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

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

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

This text has shadow with #50955D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50955D on black background.


Color preview on white background

This text has color #50955D on white background.



Black color preview on #50955D background

This text has black color on #50955D background.


White color preview on #50955D background

This text has white color on #50955D background.