COLOR #50845F

HEX: #50845F
RGB: (80,132,95)

Color info

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

RGB color model

#50845F color RGB value is (80,132,95).

  • red value is 80;
  • green value is 132;
  • blue value is 95.
RGB:
(80,132,95)
(31%,52%,37%)

RGB channels and saturation

R 80 of 255 = 31%
G 132 of 255 = 52%
B 95 of 255 = 37%

80
132
95

R + G + B ~ 40%. #50845F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 132 + 95 = 307 (100%)
R 80 of 307 ~ 26.06%
G 132 of 307 ~ 43%
B 95 of 307 ~ 30.94%

%26.06
%43
%30.94

CMYK color model

#50845F color CMYK value is (39,0,28,48).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 28.03%
  • key color value is 48.24%
CMYK:
(39,0,28,48)
C39M0Y28K48 
(39%,0%,28%,48%)
(0.39/0.00/0.28/0.48)	

CMYK percentages

%39.39
%0
%28.03
%48.24

Codes

Color #50845F in popluar color models

50845F
RGB8013295
HSL137°24.53%41.57%
HSB/HSV137°39.39%51.76%
CMYK39.39%0.00%28.03%
48.24%

Color #50845F in popluar number systems.

HEX50845F
Decimal8013295
Binary1010000100001001011111
Octal120204137

Shades and tints

Shades of #50845F

#50845F
(80,132,95)
#497857
(73,120,87)
#426C4F
(66,108,79)
#3B6047
(59,96,71)
#34543F
(52,84,63)
#2D4837
(45,72,55)
#263C2F
(38,60,47)
#1F3027
(31,48,39)
#18241F
(24,36,31)
#111817
(17,24,23)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #50845F

#50845F
(80,132,95)
#5F8F6D
(95,143,109)
#6E9A7B
(110,154,123)
#7DA589
(125,165,137)
#8CB097
(140,176,151)
#9BBBA5
(155,187,165)
#AAC6B3
(170,198,179)
#B9D1C1
(185,209,193)
#C8DCCF
(200,220,207)
#D7E7DD
(215,231,221)
#E6F2EB
(230,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50845F color. Also use rgb(80,132,95) instead hex code.

Text Font Color

.myTextColor { color: #50845F; }

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

This text font color is #50845F.


Background Color

.myBgColor { background-color: #50845F; }

<div style="background-color:#50845F">Inner text</div>

This div background color is #50845F.


Border color

.myBorderColor { border: 1px solid #50845F; }

<div style="border:3px solid #50845F">Div</div>

This div border color is #50845F.


Opacity

.myOpacity80 { color: #50845F; opacity: 0.8; }

<p style="color:#50845F;opacity:0.8;">80%</p>

Text with #50845F 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 #50845F;}

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

This text has shadow with #50845F color.

.textShadow {text-shadow: 3px 3px 1px #50845F, 3px 3px 1px red;}

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

This text has shadow with #50845F primary color and red secondary color.


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

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

This text has shadow with #50845F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50845F on black background.


Color preview on white background

This text has color #50845F on white background.



Black color preview on #50845F background

This text has black color on #50845F background.


White color preview on #50845F background

This text has white color on #50845F background.