COLOR #73897B

HEX: #73897B RGB: (115,137,123)

Color info

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

RGB color model

#73897B color RGB value is (115,137,123).

RGB: (115,137,123) (45%, 54%, 48%)

RGB channels and saturation

R 115 of 255 = 45%
G 137 of 255 = 54%
B 123 of 255 = 48%

115
137
123

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

Portions of RGB colors in percentages

R + G + B = 115 + 137 + 123 = 375 (100%)
R 115 of 375 ~ 30.67%
G 137 of 375 ~ 36.53%
B 123 of 375 ~ 32.8'%

%30.67
%36.53
%32.8

CMYK color model

#73897B color CMYK value is (16,0,10,46).

  • cyan value is 16.06%
  • magenta value is 0.00%
  • yellow value is 10.22%
  • key color value is 46.27%

CMYK: (16,0,10,46)
C16M0Y10K46 (16%, 0%, 10%, 46%)
(0.16 / 0.00 / 0.10 / 0.46)

CMYK percentages

%16.06
%0
%10.22
%46.27

Codes

Color #73897B in popluar color models

73 89 7B
RGB 115 137 123
HSL 142° 8.73% 49.41%
HSB/HSV 142° 16.06% 53.73%
CMYK 16.06% 0.00% 10.22%
46.27%

Color #73897B in popluar number systems.

HEX 73 89 7B
Decimal 115 137 123
Binary 1110011 10001001 1111011
Octal 163 211 173

Shades and tints

Shades of #73897B

#73897B
(115,137,123)
#697D70
(105,125,112)
#5F7165
(95,113,101)
#55655A
(85,101,90)
#4B594F
(75,89,79)
#414D44
(65,77,68)
#374139
(55,65,57)
#2D352E
(45,53,46)
#232923
(35,41,35)
#191D18
(25,29,24)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #73897B

#73897B
(115,137,123)
#7F9387
(127,147,135)
#8B9D93
(139,157,147)
#97A79F
(151,167,159)
#A3B1AB
(163,177,171)
#AFBBB7
(175,187,183)
#BBC5C3
(187,197,195)
#C7CFCF
(199,207,207)
#D3D9DB
(211,217,219)
#DFE3E7
(223,227,231)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73897B; }

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

This text font color is #73897B.

Background Color

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

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

This div background color is #73897B.

Border color

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

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

This div border color is #73897B.

Opacity

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

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

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

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

This text has shadow with #73897B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73897B.

Preview

Color preview on black background

This text has color #73897B on black background.


Color preview on white background

This text has color #73897B on white background.


Black color preview on #73897B background

This text has black color on #73897B background.


White color preview on #73897B background

This text has white color on #73897B background.


Related colors

Complementary color

Complementary color for #73897B is #8C7684.


I love getcolorcode.com

Triadic colors

1 #7B7389 and #897B73 with #73897B are triadic colors.

2 #7B8973 and #89737B with #73897B are triadic colors.