COLOR #50626A

HEX: #50626A
RGB: (80,98,106)

Color info

#50626A contains red, green and blue colors in about the same proportion. Web safe color of #50626A is #666666 (or #666).

RGB color model

#50626A color RGB value is (80,98,106).

  • red value is 80;
  • green value is 98;
  • blue value is 106.
RGB:
(80,98,106)
(31%,38%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 98 of 255 = 38%
B 106 of 255 = 42%

80
98
106

R + G + B ~ 37%. #50626A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 98 + 106 = 284 (100%)
R 80 of 284 ~ 28.17%
G 98 of 284 ~ 34.51%
B 106 of 284 ~ 37.32%

%28.17
%34.51
%37.32

CMYK color model

#50626A color CMYK value is (25,8,0,58).

  • cyan value is 24.53%
  • magenta value is 7.55%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(25,8,0,58)
C25M8Y0K58 
(25%,8%,0%,58%)
(0.25/0.08/0.00/0.58)	

CMYK percentages

%24.53
%7.55
%0
%58.43

Codes

Color #50626A in popluar color models

50626A
RGB8098106
HSL198°13.98%36.47%
HSB/HSV198°24.53%41.57%
CMYK24.53%7.55%0.00%
58.43%

Color #50626A in popluar number systems.

HEX50626A
Decimal8098106
Binary101000011000101101010
Octal120142152

Shades and tints

Shades of #50626A

#50626A
(80,98,106)
#495A61
(73,90,97)
#425258
(66,82,88)
#3B4A4F
(59,74,79)
#344246
(52,66,70)
#2D3A3D
(45,58,61)
#263234
(38,50,52)
#1F2A2B
(31,42,43)
#182222
(24,34,34)
#111A19
(17,26,25)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #50626A

#50626A
(80,98,106)
#5F7077
(95,112,119)
#6E7E84
(110,126,132)
#7D8C91
(125,140,145)
#8C9A9E
(140,154,158)
#9BA8AB
(155,168,171)
#AAB6B8
(170,182,184)
#B9C4C5
(185,196,197)
#C8D2D2
(200,210,210)
#D7E0DF
(215,224,223)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50626A color. Also use rgb(80,98,106) instead hex code.

Text Font Color

.myTextColor { color: #50626A; }

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

This text font color is #50626A.


Background Color

.myBgColor { background-color: #50626A; }

<div style="background-color:#50626A">Inner text</div>

This div background color is #50626A.


Border color

.myBorderColor { border: 1px solid #50626A; }

<div style="border:3px solid #50626A">Div</div>

This div border color is #50626A.


Opacity

.myOpacity80 { color: #50626A; opacity: 0.8; }

<p style="color:#50626A;opacity:0.8;">80%</p>

Text with #50626A 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 #50626A;}

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

This text has shadow with #50626A color.

.textShadow {text-shadow: 3px 3px 1px #50626A, 3px 3px 1px red;}

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

This text has shadow with #50626A primary color and red secondary color.


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

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

This text has shadow with #50626A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50626A on black background.


Color preview on white background

This text has color #50626A on white background.



Black color preview on #50626A background

This text has black color on #50626A background.


White color preview on #50626A background

This text has white color on #50626A background.