COLOR #50815D

HEX: #50815D
RGB: (80,129,93)

Color info

#50815D contains red, green and blue colors in about the same proportion. Web safe color of #50815D is #669966 (or #696).

RGB color model

#50815D color RGB value is (80,129,93).

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

RGB channels and saturation

R 80 of 255 = 31%
G 129 of 255 = 51%
B 93 of 255 = 36%

80
129
93

R + G + B ~ 39%. #50815D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 129 + 93 = 302 (100%)
R 80 of 302 ~ 26.49%
G 129 of 302 ~ 42.72%
B 93 of 302 ~ 30.79%

%26.49
%42.72
%30.79

CMYK color model

#50815D color CMYK value is (38,0,28,49).

  • cyan value is 37.98%
  • magenta value is 0.00%
  • yellow value is 27.91%
  • key color value is 49.41%
CMYK:
(38,0,28,49)
C38M0Y28K49 
(38%,0%,28%,49%)
(0.38/0.00/0.28/0.49)	

CMYK percentages

%37.98
%0
%27.91
%49.41

Codes

Color #50815D in popluar color models

50815D
RGB8012993
HSL136°23.44%40.98%
HSB/HSV136°37.98%50.59%
CMYK37.98%0.00%27.91%
49.41%

Color #50815D in popluar number systems.

HEX50815D
Decimal8012993
Binary1010000100000011011101
Octal120201135

Shades and tints

Shades of #50815D

#50815D
(80,129,93)
#497655
(73,118,85)
#426B4D
(66,107,77)
#3B6045
(59,96,69)
#34553D
(52,85,61)
#2D4A35
(45,74,53)
#263F2D
(38,63,45)
#1F3425
(31,52,37)
#18291D
(24,41,29)
#111E15
(17,30,21)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #50815D

#50815D
(80,129,93)
#5F8C6B
(95,140,107)
#6E9779
(110,151,121)
#7DA287
(125,162,135)
#8CAD95
(140,173,149)
#9BB8A3
(155,184,163)
#AAC3B1
(170,195,177)
#B9CEBF
(185,206,191)
#C8D9CD
(200,217,205)
#D7E4DB
(215,228,219)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50815D; }

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

This text font color is #50815D.


Background Color

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

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

This div background color is #50815D.


Border color

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

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

This div border color is #50815D.


Opacity

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

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

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

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

This text has shadow with #50815D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50815D on black background.


Color preview on white background

This text has color #50815D on white background.



Black color preview on #50815D background

This text has black color on #50815D background.


White color preview on #50815D background

This text has white color on #50815D background.