COLOR #73A29C

HEX: #73A29C
RGB: (115,162,156)

Color info

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

RGB color model

#73A29C color RGB value is (115,162,156).

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

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 156 of 255 = 61%

115
162
156

R + G + B ~ 57%. #73A29C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 162 + 156 = 433 (100%)
R 115 of 433 ~ 26.56%
G 162 of 433 ~ 37.41%
B 156 of 433 ~ 36.03%

%26.56
%37.41
%36.03

CMYK color model

#73A29C color CMYK value is (29,0,4,36).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 36.47%
CMYK:
(29,0,4,36)
C29M0Y4K36 
(29%,0%,4%,36%)
(0.29/0.00/0.04/0.36)	

CMYK percentages

%29.01
%0
%3.7
%36.47

Codes

Color #73A29C in popluar color models

73A29C
RGB115162156
HSL172°20.17%54.31%
HSB/HSV172°29.01%63.53%
CMYK29.01%0.00%3.70%
36.47%

Color #73A29C in popluar number systems.

HEX73A29C
Decimal115162156
Binary11100111010001010011100
Octal163242234

Shades and tints

Shades of #73A29C

#73A29C
(115,162,156)
#69948E
(105,148,142)
#5F8680
(95,134,128)
#557872
(85,120,114)
#4B6A64
(75,106,100)
#415C56
(65,92,86)
#374E48
(55,78,72)
#2D403A
(45,64,58)
#23322C
(35,50,44)
#19241E
(25,36,30)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #73A29C

#73A29C
(115,162,156)
#7FAAA5
(127,170,165)
#8BB2AE
(139,178,174)
#97BAB7
(151,186,183)
#A3C2C0
(163,194,192)
#AFCAC9
(175,202,201)
#BBD2D2
(187,210,210)
#C7DADB
(199,218,219)
#D3E2E4
(211,226,228)
#DFEAED
(223,234,237)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A29C color. Also use rgb(115,162,156) instead hex code.

Text Font Color

.myTextColor { color: #73A29C; }

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

This text font color is #73A29C.


Background Color

.myBgColor { background-color: #73A29C; }

<div style="background-color:#73A29C">Inner text</div>

This div background color is #73A29C.


Border color

.myBorderColor { border: 1px solid #73A29C; }

<div style="border:3px solid #73A29C">Div</div>

This div border color is #73A29C.


Opacity

.myOpacity80 { color: #73A29C; opacity: 0.8; }

<p style="color:#73A29C;opacity:0.8;">80%</p>

Text with #73A29C 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 #73A29C;}

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

This text has shadow with #73A29C color.

.textShadow {text-shadow: 3px 3px 1px #73A29C, 3px 3px 1px red;}

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

This text has shadow with #73A29C primary color and red secondary color.


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

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

This text has shadow with #73A29C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A29C on black background.


Color preview on white background

This text has color #73A29C on white background.



Black color preview on #73A29C background

This text has black color on #73A29C background.


White color preview on #73A29C background

This text has white color on #73A29C background.