COLOR #50665A

HEX: #50665A RGB: (80,102,90)

Color info

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

RGB color model

#50665A color RGB value is (80,102,90).

RGB: (80,102,90) (31%, 40%, 35%)

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 90 of 255 = 35%

80
102
90

R + G + B ~ 35%. #50665A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 102 + 90 = 272 (100%)
R 80 of 272 ~ 29.41%
G 102 of 272 ~ 37.5%
B 90 of 272 ~ 33.09'%

%29.41
%37.5
%33.09

CMYK color model

#50665A color CMYK value is (22,0,12,60).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 60.00%
CMYK: (22,0,12,60) C22M0Y12K60 (22%,0%,12%,60%) (0.22/0.00/0.12/0.60) 

CMYK percentages

%21.57
%0
%11.76
%60

Codes

Color #50665A in popluar color models

50 66 5A
RGB 80 102 90
HSL 147° 12.09% 35.69%
HSB/HSV 147° 21.57% 40.00%
CMYK 21.57% 0.00% 11.76%
60.00%

Color #50665A in popluar number systems.

HEX 50 66 5A
Decimal 80 102 90
Binary 1010000 1100110 1011010
Octal 120 146 132

Shades and tints

Shades of #50665A

#50665A
(80,102,90)
#495D52
(73,93,82)
#42544A
(66,84,74)
#3B4B42
(59,75,66)
#34423A
(52,66,58)
#2D3932
(45,57,50)
#26302A
(38,48,42)
#1F2722
(31,39,34)
#181E1A
(24,30,26)
#111512
(17,21,18)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #50665A

#50665A
(80,102,90)
#5F7369
(95,115,105)
#6E8078
(110,128,120)
#7D8D87
(125,141,135)
#8C9A96
(140,154,150)
#9BA7A5
(155,167,165)
#AAB4B4
(170,180,180)
#B9C1C3
(185,193,195)
#C8CED2
(200,206,210)
#D7DBE1
(215,219,225)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50665A color. Also use rgb(80,102,90) instead hex code.

Text Font Color

.myTextColor { color: #50665A; }

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

This text font color is #50665A.

Background Color

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

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

This div background color is #50665A.

Border color

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

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

This div border color is #50665A.

Opacity

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

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

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

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

This text has shadow with #50665A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50665A.

Preview

Color preview on black background

This text has color #50665A on black background.


Color preview on white background

This text has color #50665A on white background.


Black color preview on #50665A background

This text has black color on #50665A background.


White color preview on #50665A background

This text has white color on #50665A background.


Related colors

Complementary color

Complementary color for #hex is #AF99A5.


I love getcolorcode.com

Triadic colors

1 #5A5066 and #665A50 with #50665A are triadic colors.

2 #5A6650 and #66505A with #50665A are triadic colors.