COLOR #73889D

HEX: #73889D
RGB: (115,136,157)

Color info

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

RGB color model

#73889D color RGB value is (115,136,157).

  • red value is 115;
  • green value is 136;
  • blue value is 157.
RGB:
(115,136,157)
(45%,53%,62%)

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 157 of 255 = 62%

115
136
157

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

Portions of RGB colors in percentages

R + G + B =
115 + 136 + 157 = 408 (100%)
R 115 of 408 ~ 28.19%
G 136 of 408 ~ 33.33%
B 157 of 408 ~ 38.48%

%28.19
%33.33
%38.48

CMYK color model

#73889D color CMYK value is (27,13,0,38).

  • cyan value is 26.75%
  • magenta value is 13.38%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(27,13,0,38)
C27M13Y0K38 
(27%,13%,0%,38%)
(0.27/0.13/0.00/0.38)	

CMYK percentages

%26.75
%13.38
%0
%38.43

Codes

Color #73889D in popluar color models

73889D
RGB115136157
HSL210°17.65%53.33%
HSB/HSV210°26.75%61.57%
CMYK26.75%13.38%0.00%
38.43%

Color #73889D in popluar number systems.

HEX73889D
Decimal115136157
Binary11100111000100010011101
Octal163210235

Shades and tints

Shades of #73889D

#73889D
(115,136,157)
#697C8F
(105,124,143)
#5F7081
(95,112,129)
#556473
(85,100,115)
#4B5865
(75,88,101)
#414C57
(65,76,87)
#374049
(55,64,73)
#2D343B
(45,52,59)
#23282D
(35,40,45)
#191C1F
(25,28,31)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #73889D

#73889D
(115,136,157)
#7F92A5
(127,146,165)
#8B9CAD
(139,156,173)
#97A6B5
(151,166,181)
#A3B0BD
(163,176,189)
#AFBAC5
(175,186,197)
#BBC4CD
(187,196,205)
#C7CED5
(199,206,213)
#D3D8DD
(211,216,221)
#DFE2E5
(223,226,229)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73889D color. Also use rgb(115,136,157) instead hex code.

Text Font Color

.myTextColor { color: #73889D; }

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

This text font color is #73889D.


Background Color

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

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

This div background color is #73889D.


Border color

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

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

This div border color is #73889D.


Opacity

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

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

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

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

This text has shadow with #73889D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73889D on black background.


Color preview on white background

This text has color #73889D on white background.



Black color preview on #73889D background

This text has black color on #73889D background.


White color preview on #73889D background

This text has white color on #73889D background.