COLOR #50626C

HEX: #50626C
RGB: (80,98,108)

Color info

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

RGB color model

#50626C color RGB value is (80,98,108).

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

RGB channels and saturation

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

80
98
108

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

Portions of RGB colors in percentages

R + G + B =
80 + 98 + 108 = 286 (100%)
R 80 of 286 ~ 27.97%
G 98 of 286 ~ 34.27%
B 108 of 286 ~ 37.76%

%27.97
%34.27
%37.76

CMYK color model

#50626C color CMYK value is (26,9,0,58).

  • cyan value is 25.93%
  • magenta value is 9.26%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(26,9,0,58)
C26M9Y0K58 
(26%,9%,0%,58%)
(0.26/0.09/0.00/0.58)	

CMYK percentages

%25.93
%9.26
%0
%57.65

Codes

Color #50626C in popluar color models

50626C
RGB8098108
HSL201°14.89%36.86%
HSB/HSV201°25.93%42.35%
CMYK25.93%9.26%0.00%
57.65%

Color #50626C in popluar number systems.

HEX50626C
Decimal8098108
Binary101000011000101101100
Octal120142154

Shades and tints

Shades of #50626C

#50626C
(80,98,108)
#495A63
(73,90,99)
#42525A
(66,82,90)
#3B4A51
(59,74,81)
#344248
(52,66,72)
#2D3A3F
(45,58,63)
#263236
(38,50,54)
#1F2A2D
(31,42,45)
#182224
(24,34,36)
#111A1B
(17,26,27)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #50626C

#50626C
(80,98,108)
#5F7079
(95,112,121)
#6E7E86
(110,126,134)
#7D8C93
(125,140,147)
#8C9AA0
(140,154,160)
#9BA8AD
(155,168,173)
#AAB6BA
(170,182,186)
#B9C4C7
(185,196,199)
#C8D2D4
(200,210,212)
#D7E0E1
(215,224,225)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50626C; }

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

This text font color is #50626C.


Background Color

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

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

This div background color is #50626C.


Border color

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

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

This div border color is #50626C.


Opacity

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

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

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

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

This text has shadow with #50626C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50626C on black background.


Color preview on white background

This text has color #50626C on white background.



Black color preview on #50626C background

This text has black color on #50626C background.


White color preview on #50626C background

This text has white color on #50626C background.