COLOR #80738D

HEX: #80738D RGB: (128,115,141)

Color info

#80738D contains red, green and blue colors in about the same proportion. Web safe color of #80738D is #666699 (or #669).

RGB color model

#80738D color RGB value is (128,115,141).

RGB: (128,115,141) (50%, 45%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 115 of 255 = 45%
B 141 of 255 = 55%

128
115
141

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

Portions of RGB colors in percentages

R + G + B = 128 + 115 + 141 = 384 (100%)
R 128 of 384 ~ 33.33%
G 115 of 384 ~ 29.95%
B 141 of 384 ~ 36.72'%

%33.33
%29.95
%36.72

CMYK color model

#80738D color CMYK value is (9,18,0,45).

  • cyan value is 9.22%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (9,18,0,45)
C9M18Y0K45 (9%, 18%, 0%, 45%)
(0.09 / 0.18 / 0.00 / 0.45)

CMYK percentages

%9.22
%18.44
%0
%44.71

Codes

Color #80738D in popluar color models

80 73 8D
RGB 128 115 141
HSL 270° 10.24% 50.20%
HSB/HSV 270° 18.44% 55.29%
CMYK 9.22% 18.44% 0.00%
44.71%

Color #80738D in popluar number systems.

HEX 80 73 8D
Decimal 128 115 141
Binary 10000000 1110011 10001101
Octal 200 163 215

Shades and tints

Shades of #80738D

#80738D
(128,115,141)
#756981
(117,105,129)
#6A5F75
(106,95,117)
#5F5569
(95,85,105)
#544B5D
(84,75,93)
#494151
(73,65,81)
#3E3745
(62,55,69)
#332D39
(51,45,57)
#28232D
(40,35,45)
#1D1921
(29,25,33)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #80738D

#80738D
(128,115,141)
#8B7F97
(139,127,151)
#968BA1
(150,139,161)
#A197AB
(161,151,171)
#ACA3B5
(172,163,181)
#B7AFBF
(183,175,191)
#C2BBC9
(194,187,201)
#CDC7D3
(205,199,211)
#D8D3DD
(216,211,221)
#E3DFE7
(227,223,231)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80738D color. Also use rgb(128,115,141) instead hex code.

Text Font Color

.myTextColor { color: #80738D; }

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

This text font color is #80738D.

Background Color

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

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

This div background color is #80738D.

Border color

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

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

This div border color is #80738D.

Opacity

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

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

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

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

This text has shadow with #80738D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80738D.

Preview

Color preview on black background

This text has color #80738D on black background.


Color preview on white background

This text has color #80738D on white background.


Black color preview on #80738D background

This text has black color on #80738D background.


White color preview on #80738D background

This text has white color on #80738D background.


Related colors

Complementary color

Complementary color for #hex is #7F8C72.


I love getcolorcode.com

Triadic colors

1 #8D8073 and #738D80 with #80738D are triadic colors.

2 #8D7380 and #73808D with #80738D are triadic colors.