COLOR #73928B

HEX: #73928B RGB: (115,146,139)

Color info

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

RGB color model

#73928B color RGB value is (115,146,139).

RGB: (115,146,139) (45%, 57%, 55%)

RGB channels and saturation

R 115 of 255 = 45%
G 146 of 255 = 57%
B 139 of 255 = 55%

115
146
139

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

Portions of RGB colors in percentages

R + G + B = 115 + 146 + 139 = 400 (100%)
R 115 of 400 ~ 28.75%
G 146 of 400 ~ 36.5%
B 139 of 400 ~ 34.75'%

%28.75
%36.5
%34.75

CMYK color model

#73928B color CMYK value is (21,0,5,43).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 42.75%

CMYK: (21,0,5,43)
C21M0Y5K43 (21%, 0%, 5%, 43%)
(0.21 / 0.00 / 0.05 / 0.43)

CMYK percentages

%21.23
%0
%4.79
%42.75

Codes

Color #73928B in popluar color models

73 92 8B
RGB 115 146 139
HSL 166° 12.45% 51.18%
HSB/HSV 166° 21.23% 57.25%
CMYK 21.23% 0.00% 4.79%
42.75%

Color #73928B in popluar number systems.

HEX 73 92 8B
Decimal 115 146 139
Binary 1110011 10010010 10001011
Octal 163 222 213

Shades and tints

Shades of #73928B

#73928B
(115,146,139)
#69857F
(105,133,127)
#5F7873
(95,120,115)
#556B67
(85,107,103)
#4B5E5B
(75,94,91)
#41514F
(65,81,79)
#374443
(55,68,67)
#2D3737
(45,55,55)
#232A2B
(35,42,43)
#191D1F
(25,29,31)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #73928B

#73928B
(115,146,139)
#7F9B95
(127,155,149)
#8BA49F
(139,164,159)
#97ADA9
(151,173,169)
#A3B6B3
(163,182,179)
#AFBFBD
(175,191,189)
#BBC8C7
(187,200,199)
#C7D1D1
(199,209,209)
#D3DADB
(211,218,219)
#DFE3E5
(223,227,229)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73928B color. Also use rgb(115,146,139) instead hex code.

Text Font Color

.myTextColor { color: #73928B; }

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

This text font color is #73928B.

Background Color

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

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

This div background color is #73928B.

Border color

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

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

This div border color is #73928B.

Opacity

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

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

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

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

This text has shadow with #73928B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73928B.

Preview

Color preview on black background

This text has color #73928B on black background.


Color preview on white background

This text has color #73928B on white background.


Black color preview on #73928B background

This text has black color on #73928B background.


White color preview on #73928B background

This text has white color on #73928B background.


Related colors

Complementary color

Complementary color for #hex is #8C6D74.


I love getcolorcode.com

Triadic colors

1 #8B7392 and #928B73 with #73928B are triadic colors.

2 #8B9273 and #92738B with #73928B are triadic colors.