COLOR #73929C

HEX: #73929C
RGB: (115,146,156)

Color info

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

RGB color model

#73929C color RGB value is (115,146,156).

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

RGB channels and saturation

R 115 of 255 = 45%
G 146 of 255 = 57%
B 156 of 255 = 61%

115
146
156

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

Portions of RGB colors in percentages

R + G + B =
115 + 146 + 156 = 417 (100%)
R 115 of 417 ~ 27.58%
G 146 of 417 ~ 35.01%
B 156 of 417 ~ 37.41%

%27.58
%35.01
%37.41

CMYK color model

#73929C color CMYK value is (26,6,0,39).

  • cyan value is 26.28%
  • magenta value is 6.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(26,6,0,39)
C26M6Y0K39 
(26%,6%,0%,39%)
(0.26/0.06/0.00/0.39)	

CMYK percentages

%26.28
%6.41
%0
%38.82

Codes

Color #73929C in popluar color models

73929C
RGB115146156
HSL195°17.15%53.14%
HSB/HSV195°26.28%61.18%
CMYK26.28%6.41%0.00%
38.82%

Color #73929C in popluar number systems.

HEX73929C
Decimal115146156
Binary11100111001001010011100
Octal163222234

Shades and tints

Shades of #73929C

#73929C
(115,146,156)
#69858E
(105,133,142)
#5F7880
(95,120,128)
#556B72
(85,107,114)
#4B5E64
(75,94,100)
#415156
(65,81,86)
#374448
(55,68,72)
#2D373A
(45,55,58)
#232A2C
(35,42,44)
#191D1E
(25,29,30)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #73929C

#73929C
(115,146,156)
#7F9BA5
(127,155,165)
#8BA4AE
(139,164,174)
#97ADB7
(151,173,183)
#A3B6C0
(163,182,192)
#AFBFC9
(175,191,201)
#BBC8D2
(187,200,210)
#C7D1DB
(199,209,219)
#D3DAE4
(211,218,228)
#DFE3ED
(223,227,237)
#EBECF6
(235,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73929C; }

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

This text font color is #73929C.


Background Color

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

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

This div background color is #73929C.


Border color

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

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

This div border color is #73929C.


Opacity

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

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

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

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

This text has shadow with #73929C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73929C on black background.


Color preview on white background

This text has color #73929C on white background.



Black color preview on #73929C background

This text has black color on #73929C background.


White color preview on #73929C background

This text has white color on #73929C background.