COLOR #50855D

HEX: #50855D RGB: (80,133,93)

Color info

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

RGB color model

#50855D color RGB value is (80,133,93).

RGB: (80,133,93) (31%, 52%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 133 of 255 = 52%
B 93 of 255 = 36%

80
133
93

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

Portions of RGB colors in percentages

R + G + B = 80 + 133 + 93 = 306 (100%)
R 80 of 306 ~ 26.14%
G 133 of 306 ~ 43.46%
B 93 of 306 ~ 30.39'%

%26.14
%43.46
%30.39

CMYK color model

#50855D color CMYK value is (40,0,30,48).

  • cyan value is 39.85%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 47.84%

CMYK: (40,0,30,48)
C40M0Y30K48 (40%, 0%, 30%, 48%)
(0.40 / 0.00 / 0.30 / 0.48)

CMYK percentages

%39.85
%0
%30.08
%47.84

Codes

Color #50855D in popluar color models

50 85 5D
RGB 80 133 93
HSL 135° 24.88% 41.76%
HSB/HSV 135° 39.85% 52.16%
CMYK 39.85% 0.00% 30.08%
47.84%

Color #50855D in popluar number systems.

HEX 50 85 5D
Decimal 80 133 93
Binary 1010000 10000101 1011101
Octal 120 205 135

Shades and tints

Shades of #50855D

#50855D
(80,133,93)
#497955
(73,121,85)
#426D4D
(66,109,77)
#3B6145
(59,97,69)
#34553D
(52,85,61)
#2D4935
(45,73,53)
#263D2D
(38,61,45)
#1F3125
(31,49,37)
#18251D
(24,37,29)
#111915
(17,25,21)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #50855D

#50855D
(80,133,93)
#5F906B
(95,144,107)
#6E9B79
(110,155,121)
#7DA687
(125,166,135)
#8CB195
(140,177,149)
#9BBCA3
(155,188,163)
#AAC7B1
(170,199,177)
#B9D2BF
(185,210,191)
#C8DDCD
(200,221,205)
#D7E8DB
(215,232,219)
#E6F3E9
(230,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50855D; }

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

This text font color is #50855D.

Background Color

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

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

This div background color is #50855D.

Border color

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

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

This div border color is #50855D.

Opacity

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

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

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

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

This text has shadow with #50855D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50855D.

Preview

Color preview on black background

This text has color #50855D on black background.


Color preview on white background

This text has color #50855D on white background.


Black color preview on #50855D background

This text has black color on #50855D background.


White color preview on #50855D background

This text has white color on #50855D background.


Related colors

Complementary color

Complementary color for #hex is #AF7AA2.


I love getcolorcode.com

Triadic colors

1 #5D5085 and #855D50 with #50855D are triadic colors.

2 #5D8550 and #85505D with #50855D are triadic colors.