COLOR #73839E

HEX: #73839E RGB: (115,131,158)

Color info

#73839E contains red, green and blue colors in about the same proportion. Web safe color of #73839E is #669999 (or #699).

RGB color model

#73839E color RGB value is (115,131,158).

RGB: (115,131,158) (45%, 51%, 62%)

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 158 of 255 = 62%

115
131
158

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

Portions of RGB colors in percentages

R + G + B = 115 + 131 + 158 = 404 (100%)
R 115 of 404 ~ 28.47%
G 131 of 404 ~ 32.43%
B 158 of 404 ~ 39.11'%

%28.47
%32.43
%39.11

CMYK color model

#73839E color CMYK value is (27,17,0,38).

  • cyan value is 27.22%
  • magenta value is 17.09%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (27,17,0,38)
C27M17Y0K38 (27%, 17%, 0%, 38%)
(0.27 / 0.17 / 0.00 / 0.38)

CMYK percentages

%27.22
%17.09
%0
%38.04

Codes

Color #73839E in popluar color models

73 83 9E
RGB 115 131 158
HSL 218° 18.14% 53.53%
HSB/HSV 218° 27.22% 61.96%
CMYK 27.22% 17.09% 0.00%
38.04%

Color #73839E in popluar number systems.

HEX 73 83 9E
Decimal 115 131 158
Binary 1110011 10000011 10011110
Octal 163 203 236

Shades and tints

Shades of #73839E

#73839E
(115,131,158)
#697890
(105,120,144)
#5F6D82
(95,109,130)
#556274
(85,98,116)
#4B5766
(75,87,102)
#414C58
(65,76,88)
#37414A
(55,65,74)
#2D363C
(45,54,60)
#232B2E
(35,43,46)
#192020
(25,32,32)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #73839E

#73839E
(115,131,158)
#7F8EA6
(127,142,166)
#8B99AE
(139,153,174)
#97A4B6
(151,164,182)
#A3AFBE
(163,175,190)
#AFBAC6
(175,186,198)
#BBC5CE
(187,197,206)
#C7D0D6
(199,208,214)
#D3DBDE
(211,219,222)
#DFE6E6
(223,230,230)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73839E color. Also use rgb(115,131,158) instead hex code.

Text Font Color

.myTextColor { color: #73839E; }

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

This text font color is #73839E.

Background Color

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

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

This div background color is #73839E.

Border color

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

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

This div border color is #73839E.

Opacity

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

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

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

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

This text has shadow with #73839E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73839E.

Preview

Color preview on black background

This text has color #73839E on black background.


Color preview on white background

This text has color #73839E on white background.


Black color preview on #73839E background

This text has black color on #73839E background.


White color preview on #73839E background

This text has white color on #73839E background.


Related colors

Complementary color

Complementary color for #hex is #8C7C61.


I love getcolorcode.com

Triadic colors

1 #9E7383 and #839E73 with #73839E are triadic colors.

2 #9E8373 and #83739E with #73839E are triadic colors.