COLOR #73897E

HEX: #73897E RGB: (115,137,126)

Color info

#73897E contains red, green and blue colors in about the same proportion. Web safe color of #73897E is #669966 (or #696).

RGB color model

#73897E color RGB value is (115,137,126).

RGB: (115,137,126) (45%, 54%, 49%)

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 126 of 255 = 49%

115
137
126

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

Portions of RGB colors in percentages

R + G + B = 115 + 137 + 126 = 378 (100%)
R 115 of 378 ~ 30.42%
G 137 of 378 ~ 36.24%
B 126 of 378 ~ 33.33'%

%30.42
%36.24
%33.33

CMYK color model

#73897E color CMYK value is (16,0,8,46).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 8.03%
  • key color value is 46.27%
CMYK: (16,0,8,46) C16M0Y8K46 (16%,0%,8%,46%) (0.16/0.00/0.08/0.46) 

CMYK percentages

%16.06
%0
%8.03
%46.27

Codes

Color #73897E in popluar color models

73 89 7E
RGB 115 137 126
HSL 150° 8.73% 49.41%
HSB/HSV 150° 16.06% 53.73%
CMYK 16.06% 0.00% 8.03%
46.27%

Color #73897E in popluar number systems.

HEX 73 89 7E
Decimal 115 137 126
Binary 1110011 10001001 1111110
Octal 163 211 176

Shades and tints

Shades of #73897E

#73897E
(115,137,126)
#697D73
(105,125,115)
#5F7168
(95,113,104)
#55655D
(85,101,93)
#4B5952
(75,89,82)
#414D47
(65,77,71)
#37413C
(55,65,60)
#2D3531
(45,53,49)
#232926
(35,41,38)
#191D1B
(25,29,27)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #73897E

#73897E
(115,137,126)
#7F9389
(127,147,137)
#8B9D94
(139,157,148)
#97A79F
(151,167,159)
#A3B1AA
(163,177,170)
#AFBBB5
(175,187,181)
#BBC5C0
(187,197,192)
#C7CFCB
(199,207,203)
#D3D9D6
(211,217,214)
#DFE3E1
(223,227,225)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73897E color. Also use rgb(115,137,126) instead hex code.

Text Font Color

.myTextColor { color: #73897E; }

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

This text font color is #73897E.

Background Color

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

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

This div background color is #73897E.

Border color

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

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

This div border color is #73897E.

Opacity

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

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

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

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

This text has shadow with #73897E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73897E.

Preview

Color preview on black background

This text has color #73897E on black background.


Color preview on white background

This text has color #73897E on white background.


Black color preview on #73897E background

This text has black color on #73897E background.


White color preview on #73897E background

This text has white color on #73897E background.


Related colors

Complementary color

Complementary color for #hex is #8C7681.


I love getcolorcode.com

Triadic colors

1 #7E7389 and #897E73 with #73897E are triadic colors.

2 #7E8973 and #89737E with #73897E are triadic colors.