COLOR #50685A

HEX: #50685A RGB: (80,104,90)

Color info

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

RGB color model

#50685A color RGB value is (80,104,90).

RGB: (80,104,90) (31%, 41%, 35%)

RGB channels and saturation

R 80 of 255 = 31%
G 104 of 255 = 41%
B 90 of 255 = 35%

80
104
90

R + G + B ~ 36%. #50685A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 104 + 90 = 274 (100%)
R 80 of 274 ~ 29.2%
G 104 of 274 ~ 37.96%
B 90 of 274 ~ 32.85'%

%29.2
%37.96
%32.85

CMYK color model

#50685A color CMYK value is (23,0,13,59).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 59.22%

CMYK: (23,0,13,59)
C23M0Y13K59 (23%, 0%, 13%, 59%)
(0.23 / 0.00 / 0.13 / 0.59)

CMYK percentages

%23.08
%0
%13.46
%59.22

Codes

Color #50685A in popluar color models

50 68 5A
RGB 80 104 90
HSL 145° 13.04% 36.08%
HSB/HSV 145° 23.08% 40.78%
CMYK 23.08% 0.00% 13.46%
59.22%

Color #50685A in popluar number systems.

HEX 50 68 5A
Decimal 80 104 90
Binary 1010000 1101000 1011010
Octal 120 150 132

Shades and tints

Shades of #50685A

#50685A
(80,104,90)
#495F52
(73,95,82)
#42564A
(66,86,74)
#3B4D42
(59,77,66)
#34443A
(52,68,58)
#2D3B32
(45,59,50)
#26322A
(38,50,42)
#1F2922
(31,41,34)
#18201A
(24,32,26)
#111712
(17,23,18)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #50685A

#50685A
(80,104,90)
#5F7569
(95,117,105)
#6E8278
(110,130,120)
#7D8F87
(125,143,135)
#8C9C96
(140,156,150)
#9BA9A5
(155,169,165)
#AAB6B4
(170,182,180)
#B9C3C3
(185,195,195)
#C8D0D2
(200,208,210)
#D7DDE1
(215,221,225)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50685A; }

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

This text font color is #50685A.

Background Color

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

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

This div background color is #50685A.

Border color

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

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

This div border color is #50685A.

Opacity

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

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

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

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

This text has shadow with #50685A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50685A.

Preview

Color preview on black background

This text has color #50685A on black background.


Color preview on white background

This text has color #50685A on white background.


Black color preview on #50685A background

This text has black color on #50685A background.


White color preview on #50685A background

This text has white color on #50685A background.


Related colors

Complementary color

Complementary color for #hex is #AF97A5.


I love getcolorcode.com

Triadic colors

1 #5A5068 and #685A50 with #50685A are triadic colors.

2 #5A6850 and #68505A with #50685A are triadic colors.