COLOR #50814D

HEX: #50814D
RGB: (80,129,77)

Color info

#50814D contains red, green and blue colors in about the same proportion. Web safe color of #50814D is #669933 (or #693).

RGB color model

#50814D color RGB value is (80,129,77).

  • red value is 80;
  • green value is 129;
  • blue value is 77.
RGB:
(80,129,77)
(31%,51%,30%)

RGB channels and saturation

R 80 of 255 = 31%
G 129 of 255 = 51%
B 77 of 255 = 30%

80
129
77

R + G + B ~ 37%. #50814D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 129 + 77 = 286 (100%)
R 80 of 286 ~ 27.97%
G 129 of 286 ~ 45.1%
B 77 of 286 ~ 26.92%

%27.97
%45.1
%26.92

CMYK color model

#50814D color CMYK value is (38,0,40,49).

  • cyan value is 37.98%
  • magenta value is 0.00%
  • yellow value is 40.31%
  • key color value is 49.41%
CMYK:
(38,0,40,49)
C38M0Y40K49 
(38%,0%,40%,49%)
(0.38/0.00/0.40/0.49)	

CMYK percentages

%37.98
%0
%40.31
%49.41

Codes

Color #50814D in popluar color models

50814D
RGB8012977
HSL117°25.24%40.39%
HSB/HSV117°40.31%50.59%
CMYK37.98%0.00%40.31%
49.41%

Color #50814D in popluar number systems.

HEX50814D
Decimal8012977
Binary1010000100000011001101
Octal120201115

Shades and tints

Shades of #50814D

#50814D
(80,129,77)
#497646
(73,118,70)
#426B3F
(66,107,63)
#3B6038
(59,96,56)
#345531
(52,85,49)
#2D4A2A
(45,74,42)
#263F23
(38,63,35)
#1F341C
(31,52,28)
#182915
(24,41,21)
#111E0E
(17,30,14)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #50814D

#50814D
(80,129,77)
#5F8C5D
(95,140,93)
#6E976D
(110,151,109)
#7DA27D
(125,162,125)
#8CAD8D
(140,173,141)
#9BB89D
(155,184,157)
#AAC3AD
(170,195,173)
#B9CEBD
(185,206,189)
#C8D9CD
(200,217,205)
#D7E4DD
(215,228,221)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50814D color. Also use rgb(80,129,77) instead hex code.

Text Font Color

.myTextColor { color: #50814D; }

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

This text font color is #50814D.


Background Color

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

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

This div background color is #50814D.


Border color

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

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

This div border color is #50814D.


Opacity

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

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

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

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

This text has shadow with #50814D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50814D on black background.


Color preview on white background

This text has color #50814D on white background.



Black color preview on #50814D background

This text has black color on #50814D background.


White color preview on #50814D background

This text has white color on #50814D background.