COLOR #73989F

HEX: #73989F
RGB: (115,152,159)

Color info

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

RGB color model

#73989F color RGB value is (115,152,159).

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

RGB channels and saturation

R 115 of 255 = 45%
G 152 of 255 = 60%
B 159 of 255 = 62%

115
152
159

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

Portions of RGB colors in percentages

R + G + B =
115 + 152 + 159 = 426 (100%)
R 115 of 426 ~ 27%
G 152 of 426 ~ 35.68%
B 159 of 426 ~ 37.32%

%27
%35.68
%37.32

CMYK color model

#73989F color CMYK value is (28,4,0,38).

  • cyan value is 27.67%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(28,4,0,38)
C28M4Y0K38 
(28%,4%,0%,38%)
(0.28/0.04/0.00/0.38)	

CMYK percentages

%27.67
%4.4
%0
%37.65

Codes

Color #73989F in popluar color models

73989F
RGB115152159
HSL190°18.64%53.73%
HSB/HSV190°27.67%62.35%
CMYK27.67%4.40%0.00%
37.65%

Color #73989F in popluar number systems.

HEX73989F
Decimal115152159
Binary11100111001100010011111
Octal163230237

Shades and tints

Shades of #73989F

#73989F
(115,152,159)
#698B91
(105,139,145)
#5F7E83
(95,126,131)
#557175
(85,113,117)
#4B6467
(75,100,103)
#415759
(65,87,89)
#374A4B
(55,74,75)
#2D3D3D
(45,61,61)
#23302F
(35,48,47)
#192321
(25,35,33)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #73989F

#73989F
(115,152,159)
#7FA1A7
(127,161,167)
#8BAAAF
(139,170,175)
#97B3B7
(151,179,183)
#A3BCBF
(163,188,191)
#AFC5C7
(175,197,199)
#BBCECF
(187,206,207)
#C7D7D7
(199,215,215)
#D3E0DF
(211,224,223)
#DFE9E7
(223,233,231)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73989F; }

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

This text font color is #73989F.


Background Color

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

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

This div background color is #73989F.


Border color

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

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

This div border color is #73989F.


Opacity

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

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

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

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

This text has shadow with #73989F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73989F on black background.


Color preview on white background

This text has color #73989F on white background.



Black color preview on #73989F background

This text has black color on #73989F background.


White color preview on #73989F background

This text has white color on #73989F background.