COLOR #73928D

HEX: #73928D
RGB: (115,146,141)

Color info

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

RGB color model

#73928D color RGB value is (115,146,141).

  • red value is 115;
  • green value is 146;
  • blue value is 141.
RGB:
(115,146,141)
(45%,57%,55%)

RGB channels and saturation

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

115
146
141

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

Portions of RGB colors in percentages

R + G + B =
115 + 146 + 141 = 402 (100%)
R 115 of 402 ~ 28.61%
G 146 of 402 ~ 36.32%
B 141 of 402 ~ 35.07%

%28.61
%36.32
%35.07

CMYK color model

#73928D color CMYK value is (21,0,3,43).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 42.75%
CMYK:
(21,0,3,43)
C21M0Y3K43 
(21%,0%,3%,43%)
(0.21/0.00/0.03/0.43)	

CMYK percentages

%21.23
%0
%3.42
%42.75

Codes

Color #73928D in popluar color models

73928D
RGB115146141
HSL170°12.45%51.18%
HSB/HSV170°21.23%57.25%
CMYK21.23%0.00%3.42%
42.75%

Color #73928D in popluar number systems.

HEX73928D
Decimal115146141
Binary11100111001001010001101
Octal163222215

Shades and tints

Shades of #73928D

#73928D
(115,146,141)
#698581
(105,133,129)
#5F7875
(95,120,117)
#556B69
(85,107,105)
#4B5E5D
(75,94,93)
#415151
(65,81,81)
#374445
(55,68,69)
#2D3739
(45,55,57)
#232A2D
(35,42,45)
#191D21
(25,29,33)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #73928D

#73928D
(115,146,141)
#7F9B97
(127,155,151)
#8BA4A1
(139,164,161)
#97ADAB
(151,173,171)
#A3B6B5
(163,182,181)
#AFBFBF
(175,191,191)
#BBC8C9
(187,200,201)
#C7D1D3
(199,209,211)
#D3DADD
(211,218,221)
#DFE3E7
(223,227,231)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73928D; }

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

This text font color is #73928D.


Background Color

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

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

This div background color is #73928D.


Border color

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

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

This div border color is #73928D.


Opacity

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

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

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

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

This text has shadow with #73928D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73928D on black background.


Color preview on white background

This text has color #73928D on white background.



Black color preview on #73928D background

This text has black color on #73928D background.


White color preview on #73928D background

This text has white color on #73928D background.