COLOR #73949C

HEX: #73949C
RGB: (115,148,156)

Color info

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

RGB color model

#73949C color RGB value is (115,148,156).

  • red value is 115;
  • green value is 148;
  • blue value is 156.
RGB:
(115,148,156)
(45%,58%,61%)

RGB channels and saturation

R 115 of 255 = 45%
G 148 of 255 = 58%
B 156 of 255 = 61%

115
148
156

R + G + B ~ 55%. #73949C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 148 + 156 = 419 (100%)
R 115 of 419 ~ 27.45%
G 148 of 419 ~ 35.32%
B 156 of 419 ~ 37.23%

%27.45
%35.32
%37.23

CMYK color model

#73949C color CMYK value is (26,5,0,39).

  • cyan value is 26.28%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(26,5,0,39)
C26M5Y0K39 
(26%,5%,0%,39%)
(0.26/0.05/0.00/0.39)	

CMYK percentages

%26.28
%5.13
%0
%38.82

Codes

Color #73949C in popluar color models

73949C
RGB115148156
HSL192°17.15%53.14%
HSB/HSV192°26.28%61.18%
CMYK26.28%5.13%0.00%
38.82%

Color #73949C in popluar number systems.

HEX73949C
Decimal115148156
Binary11100111001010010011100
Octal163224234

Shades and tints

Shades of #73949C

#73949C
(115,148,156)
#69878E
(105,135,142)
#5F7A80
(95,122,128)
#556D72
(85,109,114)
#4B6064
(75,96,100)
#415356
(65,83,86)
#374648
(55,70,72)
#2D393A
(45,57,58)
#232C2C
(35,44,44)
#191F1E
(25,31,30)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #73949C

#73949C
(115,148,156)
#7F9DA5
(127,157,165)
#8BA6AE
(139,166,174)
#97AFB7
(151,175,183)
#A3B8C0
(163,184,192)
#AFC1C9
(175,193,201)
#BBCAD2
(187,202,210)
#C7D3DB
(199,211,219)
#D3DCE4
(211,220,228)
#DFE5ED
(223,229,237)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73949C color. Also use rgb(115,148,156) instead hex code.

Text Font Color

.myTextColor { color: #73949C; }

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

This text font color is #73949C.


Background Color

.myBgColor { background-color: #73949C; }

<div style="background-color:#73949C">Inner text</div>

This div background color is #73949C.


Border color

.myBorderColor { border: 1px solid #73949C; }

<div style="border:3px solid #73949C">Div</div>

This div border color is #73949C.


Opacity

.myOpacity80 { color: #73949C; opacity: 0.8; }

<p style="color:#73949C;opacity:0.8;">80%</p>

Text with #73949C 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 #73949C;}

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

This text has shadow with #73949C color.

.textShadow {text-shadow: 3px 3px 1px #73949C, 3px 3px 1px red;}

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

This text has shadow with #73949C primary color and red secondary color.


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

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

This text has shadow with #73949C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73949C on black background.


Color preview on white background

This text has color #73949C on white background.



Black color preview on #73949C background

This text has black color on #73949C background.


White color preview on #73949C background

This text has white color on #73949C background.