COLOR #50826E

HEX: #50826E
RGB: (80,130,110)

Color info

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

RGB color model

#50826E color RGB value is (80,130,110).

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

RGB channels and saturation

R 80 of 255 = 31%
G 130 of 255 = 51%
B 110 of 255 = 43%

80
130
110

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

Portions of RGB colors in percentages

R + G + B =
80 + 130 + 110 = 320 (100%)
R 80 of 320 ~ 25%
G 130 of 320 ~ 40.63%
B 110 of 320 ~ 34.38%

%25
%40.63
%34.38

CMYK color model

#50826E color CMYK value is (38,0,15,49).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 49.02%
CMYK:
(38,0,15,49)
C38M0Y15K49 
(38%,0%,15%,49%)
(0.38/0.00/0.15/0.49)	

CMYK percentages

%38.46
%0
%15.38
%49.02

Codes

Color #50826E in popluar color models

50826E
RGB80130110
HSL156°23.81%41.18%
HSB/HSV156°38.46%50.98%
CMYK38.46%0.00%15.38%
49.02%

Color #50826E in popluar number systems.

HEX50826E
Decimal80130110
Binary1010000100000101101110
Octal120202156

Shades and tints

Shades of #50826E

#50826E
(80,130,110)
#497764
(73,119,100)
#426C5A
(66,108,90)
#3B6150
(59,97,80)
#345646
(52,86,70)
#2D4B3C
(45,75,60)
#264032
(38,64,50)
#1F3528
(31,53,40)
#182A1E
(24,42,30)
#111F14
(17,31,20)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #50826E

#50826E
(80,130,110)
#5F8D7B
(95,141,123)
#6E9888
(110,152,136)
#7DA395
(125,163,149)
#8CAEA2
(140,174,162)
#9BB9AF
(155,185,175)
#AAC4BC
(170,196,188)
#B9CFC9
(185,207,201)
#C8DAD6
(200,218,214)
#D7E5E3
(215,229,227)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50826E; }

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

This text font color is #50826E.


Background Color

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

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

This div background color is #50826E.


Border color

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

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

This div border color is #50826E.


Opacity

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

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

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

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

This text has shadow with #50826E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50826E on black background.


Color preview on white background

This text has color #50826E on white background.



Black color preview on #50826E background

This text has black color on #50826E background.


White color preview on #50826E background

This text has white color on #50826E background.