COLOR #73808E

HEX: #73808E RGB: (115,128,142)

Color info

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

RGB color model

#73808E color RGB value is (115,128,142).

RGB: (115,128,142) (45%, 50%, 56%)

RGB channels and saturation

R 115 of 255 = 45%
G 128 of 255 = 50%
B 142 of 255 = 56%

115
128
142

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

Portions of RGB colors in percentages

R + G + B = 115 + 128 + 142 = 385 (100%)
R 115 of 385 ~ 29.87%
G 128 of 385 ~ 33.25%
B 142 of 385 ~ 36.88'%

%29.87
%33.25
%36.88

CMYK color model

#73808E color CMYK value is (19,10,0,44).

  • cyan value is 19.01%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (19,10,0,44)
C19M10Y0K44 (19%, 10%, 0%, 44%)
(0.19 / 0.10 / 0.00 / 0.44)

CMYK percentages

%19.01
%9.86
%0
%44.31

Codes

Color #73808E in popluar color models

73 80 8E
RGB 115 128 142
HSL 211° 10.67% 50.39%
HSB/HSV 211° 19.01% 55.69%
CMYK 19.01% 9.86% 0.00%
44.31%

Color #73808E in popluar number systems.

HEX 73 80 8E
Decimal 115 128 142
Binary 1110011 10000000 10001110
Octal 163 200 216

Shades and tints

Shades of #73808E

#73808E
(115,128,142)
#697582
(105,117,130)
#5F6A76
(95,106,118)
#555F6A
(85,95,106)
#4B545E
(75,84,94)
#414952
(65,73,82)
#373E46
(55,62,70)
#2D333A
(45,51,58)
#23282E
(35,40,46)
#191D22
(25,29,34)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #73808E

#73808E
(115,128,142)
#7F8B98
(127,139,152)
#8B96A2
(139,150,162)
#97A1AC
(151,161,172)
#A3ACB6
(163,172,182)
#AFB7C0
(175,183,192)
#BBC2CA
(187,194,202)
#C7CDD4
(199,205,212)
#D3D8DE
(211,216,222)
#DFE3E8
(223,227,232)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73808E color. Also use rgb(115,128,142) instead hex code.

Text Font Color

.myTextColor { color: #73808E; }

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

This text font color is #73808E.

Background Color

.myBgColor { background-color: #73808E; }

<div style="background-color:#73808E">Inner text</div>

This div background color is #73808E.

Border color

.myBorderColor { border: 1px solid #73808E; }

<div style="border:3px solid #73808E">Div</div>

This div border color is #73808E.

Opacity

.myOpacity80 { color: #73808E; opacity: 0.8; }

<p style="color:#73808E;opacity:0.8;">80%</p>

Text with #73808E 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 #73808E;}

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

This text has shadow with #73808E color.


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

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

This text has shadow with #73808E primary color and red secondary color.


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

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

This text has shadow with #73808E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73808E.

Preview

Color preview on black background

This text has color #73808E on black background.


Color preview on white background

This text has color #73808E on white background.


Black color preview on #73808E background

This text has black color on #73808E background.


White color preview on #73808E background

This text has white color on #73808E background.


Related colors

Complementary color

Complementary color for #hex is #8C7F71.


I love getcolorcode.com

Triadic colors

1 #8E7380 and #808E73 with #73808E are triadic colors.

2 #8E8073 and #80738E with #73808E are triadic colors.