COLOR #80607D

HEX: #80607D RGB: (128,96,125)

Color info

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

RGB color model

#80607D color RGB value is (128,96,125).

RGB: (128,96,125) (50%, 38%, 49%)

RGB channels and saturation

R 128 of 255 = 50%
G 96 of 255 = 38%
B 125 of 255 = 49%

128
96
125

R + G + B ~ 46%. #80607D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 96 + 125 = 349 (100%)
R 128 of 349 ~ 36.68%
G 96 of 349 ~ 27.51%
B 125 of 349 ~ 35.82'%

%36.68
%27.51
%35.82

CMYK color model

#80607D color CMYK value is (0,25,2,50).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 2.34%
  • key color value is 49.80%

CMYK: (0,25,2,50)
C0M25Y2K50 (0%, 25%, 2%, 50%)
(0.00 / 0.25 / 0.02 / 0.50)

CMYK percentages

%0
%25
%2.34
%49.8

Codes

Color #80607D in popluar color models

80 60 7D
RGB 128 96 125
HSL 306° 14.29% 43.92%
HSB/HSV 306° 25.00% 50.20%
CMYK 0.00% 25.00% 2.34%
49.80%

Color #80607D in popluar number systems.

HEX 80 60 7D
Decimal 128 96 125
Binary 10000000 1100000 1111101
Octal 200 140 175

Shades and tints

Shades of #80607D

#80607D
(128,96,125)
#755872
(117,88,114)
#6A5067
(106,80,103)
#5F485C
(95,72,92)
#544051
(84,64,81)
#493846
(73,56,70)
#3E303B
(62,48,59)
#332830
(51,40,48)
#282025
(40,32,37)
#1D181A
(29,24,26)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #80607D

#80607D
(128,96,125)
#8B6E88
(139,110,136)
#967C93
(150,124,147)
#A18A9E
(161,138,158)
#AC98A9
(172,152,169)
#B7A6B4
(183,166,180)
#C2B4BF
(194,180,191)
#CDC2CA
(205,194,202)
#D8D0D5
(216,208,213)
#E3DEE0
(227,222,224)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80607D color. Also use rgb(128,96,125) instead hex code.

Text Font Color

.myTextColor { color: #80607D; }

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

This text font color is #80607D.

Background Color

.myBgColor { background-color: #80607D; }

<div style="background-color:#80607D">Inner text</div>

This div background color is #80607D.

Border color

.myBorderColor { border: 1px solid #80607D; }

<div style="border:3px solid #80607D">Div</div>

This div border color is #80607D.

Opacity

.myOpacity80 { color: #80607D; opacity: 0.8; }

<p style="color:#80607D;opacity:0.8;">80%</p>

Text with #80607D 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 #80607D;}

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

This text has shadow with #80607D color.


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

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

This text has shadow with #80607D primary color and red secondary color.


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

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

This text has shadow with #80607D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #80607D.

Preview

Color preview on black background

This text has color #80607D on black background.


Color preview on white background

This text has color #80607D on white background.


Black color preview on #80607D background

This text has black color on #80607D background.


White color preview on #80607D background

This text has white color on #80607D background.


Related colors

Complementary color

Complementary color for #hex is #7F9F82.


I love getcolorcode.com

Triadic colors

1 #7D8060 and #607D80 with #80607D are triadic colors.

2 #7D6080 and #60807D with #80607D are triadic colors.