COLOR #73899F

HEX: #73899F
RGB: (115,137,159)

Color info

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

RGB color model

#73899F color RGB value is (115,137,159).

  • red value is 115;
  • green value is 137;
  • blue value is 159.
RGB:
(115,137,159)
(45%,54%,62%)

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 159 of 255 = 62%

115
137
159

R + G + B ~ 54%. #73899F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 137 + 159 = 411 (100%)
R 115 of 411 ~ 27.98%
G 137 of 411 ~ 33.33%
B 159 of 411 ~ 38.69%

%27.98
%33.33
%38.69

CMYK color model

#73899F color CMYK value is (28,14,0,38).

  • cyan value is 27.67%
  • magenta value is 13.84%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(28,14,0,38)
C28M14Y0K38 
(28%,14%,0%,38%)
(0.28/0.14/0.00/0.38)	

CMYK percentages

%27.67
%13.84
%0
%37.65

Codes

Color #73899F in popluar color models

73899F
RGB115137159
HSL210°18.64%53.73%
HSB/HSV210°27.67%62.35%
CMYK27.67%13.84%0.00%
37.65%

Color #73899F in popluar number systems.

HEX73899F
Decimal115137159
Binary11100111000100110011111
Octal163211237

Shades and tints

Shades of #73899F

#73899F
(115,137,159)
#697D91
(105,125,145)
#5F7183
(95,113,131)
#556575
(85,101,117)
#4B5967
(75,89,103)
#414D59
(65,77,89)
#37414B
(55,65,75)
#2D353D
(45,53,61)
#23292F
(35,41,47)
#191D21
(25,29,33)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #73899F

#73899F
(115,137,159)
#7F93A7
(127,147,167)
#8B9DAF
(139,157,175)
#97A7B7
(151,167,183)
#A3B1BF
(163,177,191)
#AFBBC7
(175,187,199)
#BBC5CF
(187,197,207)
#C7CFD7
(199,207,215)
#D3D9DF
(211,217,223)
#DFE3E7
(223,227,231)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73899F color. Also use rgb(115,137,159) instead hex code.

Text Font Color

.myTextColor { color: #73899F; }

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

This text font color is #73899F.


Background Color

.myBgColor { background-color: #73899F; }

<div style="background-color:#73899F">Inner text</div>

This div background color is #73899F.


Border color

.myBorderColor { border: 1px solid #73899F; }

<div style="border:3px solid #73899F">Div</div>

This div border color is #73899F.


Opacity

.myOpacity80 { color: #73899F; opacity: 0.8; }

<p style="color:#73899F;opacity:0.8;">80%</p>

Text with #73899F 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 #73899F;}

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

This text has shadow with #73899F color.

.textShadow {text-shadow: 3px 3px 1px #73899F, 3px 3px 1px red;}

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

This text has shadow with #73899F primary color and red secondary color.


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

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

This text has shadow with #73899F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #73899F;
-webkit-box-shadow: 1px 1px 3px 2px #73899F;
box-shadow:1px 1px 3px 2px #73899F;">
Div content here</div>
This div box has shadow with color #73899F.

Preview

Color preview on black background

This text has color #73899F on black background.


Color preview on white background

This text has color #73899F on white background.



Black color preview on #73899F background

This text has black color on #73899F background.


White color preview on #73899F background

This text has white color on #73899F background.