COLOR #50856F

HEX: #50856F RGB: (80,133,111)

Color info

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

RGB color model

#50856F color RGB value is (80,133,111).

RGB: (80,133,111) (31%, 52%, 44%)

RGB channels and saturation

R 80 of 255 = 31%
G 133 of 255 = 52%
B 111 of 255 = 44%

80
133
111

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

Portions of RGB colors in percentages

R + G + B = 80 + 133 + 111 = 324 (100%)
R 80 of 324 ~ 24.69%
G 133 of 324 ~ 41.05%
B 111 of 324 ~ 34.26'%

%24.69
%41.05
%34.26

CMYK color model

#50856F color CMYK value is (40,0,17,48).

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

CMYK: (40,0,17,48)
C40M0Y17K48 (40%, 0%, 17%, 48%)
(0.40 / 0.00 / 0.17 / 0.48)

CMYK percentages

%39.85
%0
%16.54
%47.84

Codes

Color #50856F in popluar color models

50 85 6F
RGB 80 133 111
HSL 155° 24.88% 41.76%
HSB/HSV 155° 39.85% 52.16%
CMYK 39.85% 0.00% 16.54%
47.84%

Color #50856F in popluar number systems.

HEX 50 85 6F
Decimal 80 133 111
Binary 1010000 10000101 1101111
Octal 120 205 157

Shades and tints

Shades of #50856F

#50856F
(80,133,111)
#497965
(73,121,101)
#426D5B
(66,109,91)
#3B6151
(59,97,81)
#345547
(52,85,71)
#2D493D
(45,73,61)
#263D33
(38,61,51)
#1F3129
(31,49,41)
#18251F
(24,37,31)
#111915
(17,25,21)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #50856F

#50856F
(80,133,111)
#5F907C
(95,144,124)
#6E9B89
(110,155,137)
#7DA696
(125,166,150)
#8CB1A3
(140,177,163)
#9BBCB0
(155,188,176)
#AAC7BD
(170,199,189)
#B9D2CA
(185,210,202)
#C8DDD7
(200,221,215)
#D7E8E4
(215,232,228)
#E6F3F1
(230,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50856F color. Also use rgb(80,133,111) instead hex code.

Text Font Color

.myTextColor { color: #50856F; }

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

This text font color is #50856F.

Background Color

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

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

This div background color is #50856F.

Border color

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

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

This div border color is #50856F.

Opacity

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

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

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

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

This text has shadow with #50856F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50856F.

Preview

Color preview on black background

This text has color #50856F on black background.


Color preview on white background

This text has color #50856F on white background.


Black color preview on #50856F background

This text has black color on #50856F background.


White color preview on #50856F background

This text has white color on #50856F background.


Related colors

Complementary color

Complementary color for #hex is #AF7A90.


I love getcolorcode.com

Triadic colors

1 #6F5085 and #856F50 with #50856F are triadic colors.

2 #6F8550 and #85506F with #50856F are triadic colors.