COLOR #50666C

HEX: #50666C
RGB: (80,102,108)

Color info

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

RGB color model

#50666C color RGB value is (80,102,108).

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

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 108 of 255 = 42%

80
102
108

R + G + B ~ 38%. #50666C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 102 + 108 = 290 (100%)
R 80 of 290 ~ 27.59%
G 102 of 290 ~ 35.17%
B 108 of 290 ~ 37.24%

%27.59
%35.17
%37.24

CMYK color model

#50666C color CMYK value is (26,6,0,58).

  • cyan value is 25.93%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(26,6,0,58)
C26M6Y0K58 
(26%,6%,0%,58%)
(0.26/0.06/0.00/0.58)	

CMYK percentages

%25.93
%5.56
%0
%57.65

Codes

Color #50666C in popluar color models

50666C
RGB80102108
HSL193°14.89%36.86%
HSB/HSV193°25.93%42.35%
CMYK25.93%5.56%0.00%
57.65%

Color #50666C in popluar number systems.

HEX50666C
Decimal80102108
Binary101000011001101101100
Octal120146154

Shades and tints

Shades of #50666C

#50666C
(80,102,108)
#495D63
(73,93,99)
#42545A
(66,84,90)
#3B4B51
(59,75,81)
#344248
(52,66,72)
#2D393F
(45,57,63)
#263036
(38,48,54)
#1F272D
(31,39,45)
#181E24
(24,30,36)
#11151B
(17,21,27)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #50666C

#50666C
(80,102,108)
#5F7379
(95,115,121)
#6E8086
(110,128,134)
#7D8D93
(125,141,147)
#8C9AA0
(140,154,160)
#9BA7AD
(155,167,173)
#AAB4BA
(170,180,186)
#B9C1C7
(185,193,199)
#C8CED4
(200,206,212)
#D7DBE1
(215,219,225)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50666C; }

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

This text font color is #50666C.


Background Color

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

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

This div background color is #50666C.


Border color

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

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

This div border color is #50666C.


Opacity

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

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

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

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

This text has shadow with #50666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50666C on black background.


Color preview on white background

This text has color #50666C on white background.



Black color preview on #50666C background

This text has black color on #50666C background.


White color preview on #50666C background

This text has white color on #50666C background.