COLOR #50886E

HEX: #50886E
RGB: (80,136,110)

Color info

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

RGB color model

#50886E color RGB value is (80,136,110).

  • red value is 80;
  • green value is 136;
  • blue value is 110.
RGB:
(80,136,110)
(31%,53%,43%)

RGB channels and saturation

R 80 of 255 = 31%
G 136 of 255 = 53%
B 110 of 255 = 43%

80
136
110

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

Portions of RGB colors in percentages

R + G + B =
80 + 136 + 110 = 326 (100%)
R 80 of 326 ~ 24.54%
G 136 of 326 ~ 41.72%
B 110 of 326 ~ 33.74%

%24.54
%41.72
%33.74

CMYK color model

#50886E color CMYK value is (41,0,19,47).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK:
(41,0,19,47)
C41M0Y19K47 
(41%,0%,19%,47%)
(0.41/0.00/0.19/0.47)	

CMYK percentages

%41.18
%0
%19.12
%46.67

Codes

Color #50886E in popluar color models

50886E
RGB80136110
HSL152°25.93%42.35%
HSB/HSV152°41.18%53.33%
CMYK41.18%0.00%19.12%
46.67%

Color #50886E in popluar number systems.

HEX50886E
Decimal80136110
Binary1010000100010001101110
Octal120210156

Shades and tints

Shades of #50886E

#50886E
(80,136,110)
#497C64
(73,124,100)
#42705A
(66,112,90)
#3B6450
(59,100,80)
#345846
(52,88,70)
#2D4C3C
(45,76,60)
#264032
(38,64,50)
#1F3428
(31,52,40)
#18281E
(24,40,30)
#111C14
(17,28,20)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #50886E

#50886E
(80,136,110)
#5F927B
(95,146,123)
#6E9C88
(110,156,136)
#7DA695
(125,166,149)
#8CB0A2
(140,176,162)
#9BBAAF
(155,186,175)
#AAC4BC
(170,196,188)
#B9CEC9
(185,206,201)
#C8D8D6
(200,216,214)
#D7E2E3
(215,226,227)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50886E color. Also use rgb(80,136,110) instead hex code.

Text Font Color

.myTextColor { color: #50886E; }

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

This text font color is #50886E.


Background Color

.myBgColor { background-color: #50886E; }

<div style="background-color:#50886E">Inner text</div>

This div background color is #50886E.


Border color

.myBorderColor { border: 1px solid #50886E; }

<div style="border:3px solid #50886E">Div</div>

This div border color is #50886E.


Opacity

.myOpacity80 { color: #50886E; opacity: 0.8; }

<p style="color:#50886E;opacity:0.8;">80%</p>

Text with #50886E 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 #50886E;}

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

This text has shadow with #50886E color.

.textShadow {text-shadow: 3px 3px 1px #50886E, 3px 3px 1px red;}

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

This text has shadow with #50886E primary color and red secondary color.


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

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

This text has shadow with #50886E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50886E on black background.


Color preview on white background

This text has color #50886E on white background.



Black color preview on #50886E background

This text has black color on #50886E background.


White color preview on #50886E background

This text has white color on #50886E background.