COLOR #50636A

HEX: #50636A
RGB: (80,99,106)

Color info

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

RGB color model

#50636A color RGB value is (80,99,106).

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

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 106 of 255 = 42%

80
99
106

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

Portions of RGB colors in percentages

R + G + B =
80 + 99 + 106 = 285 (100%)
R 80 of 285 ~ 28.07%
G 99 of 285 ~ 34.74%
B 106 of 285 ~ 37.19%

%28.07
%34.74
%37.19

CMYK color model

#50636A color CMYK value is (25,7,0,58).

  • cyan value is 24.53%
  • magenta value is 6.60%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(25,7,0,58)
C25M7Y0K58 
(25%,7%,0%,58%)
(0.25/0.07/0.00/0.58)	

CMYK percentages

%24.53
%6.6
%0
%58.43

Codes

Color #50636A in popluar color models

50636A
RGB8099106
HSL196°13.98%36.47%
HSB/HSV196°24.53%41.57%
CMYK24.53%6.60%0.00%
58.43%

Color #50636A in popluar number systems.

HEX50636A
Decimal8099106
Binary101000011000111101010
Octal120143152

Shades and tints

Shades of #50636A

#50636A
(80,99,106)
#495A61
(73,90,97)
#425158
(66,81,88)
#3B484F
(59,72,79)
#343F46
(52,63,70)
#2D363D
(45,54,61)
#262D34
(38,45,52)
#1F242B
(31,36,43)
#181B22
(24,27,34)
#111219
(17,18,25)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #50636A

#50636A
(80,99,106)
#5F7177
(95,113,119)
#6E7F84
(110,127,132)
#7D8D91
(125,141,145)
#8C9B9E
(140,155,158)
#9BA9AB
(155,169,171)
#AAB7B8
(170,183,184)
#B9C5C5
(185,197,197)
#C8D3D2
(200,211,210)
#D7E1DF
(215,225,223)
#E6EFEC
(230,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50636A; }

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

This text font color is #50636A.


Background Color

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

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

This div background color is #50636A.


Border color

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

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

This div border color is #50636A.


Opacity

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

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

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

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

This text has shadow with #50636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50636A on black background.


Color preview on white background

This text has color #50636A on white background.



Black color preview on #50636A background

This text has black color on #50636A background.


White color preview on #50636A background

This text has white color on #50636A background.