COLOR #73A19A

HEX: #73A19A
RGB: (115,161,154)

Color info

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

RGB color model

#73A19A color RGB value is (115,161,154).

  • red value is 115;
  • green value is 161;
  • blue value is 154.
RGB:
(115,161,154)
(45%,63%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 161 of 255 = 63%
B 154 of 255 = 60%

115
161
154

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

Portions of RGB colors in percentages

R + G + B =
115 + 161 + 154 = 430 (100%)
R 115 of 430 ~ 26.74%
G 161 of 430 ~ 37.44%
B 154 of 430 ~ 35.81%

%26.74
%37.44
%35.81

CMYK color model

#73A19A color CMYK value is (29,0,4,37).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 36.86%
CMYK:
(29,0,4,37)
C29M0Y4K37 
(29%,0%,4%,37%)
(0.29/0.00/0.04/0.37)	

CMYK percentages

%28.57
%0
%4.35
%36.86

Codes

Color #73A19A in popluar color models

73A19A
RGB115161154
HSL171°19.66%54.12%
HSB/HSV171°28.57%63.14%
CMYK28.57%0.00%4.35%
36.86%

Color #73A19A in popluar number systems.

HEX73A19A
Decimal115161154
Binary11100111010000110011010
Octal163241232

Shades and tints

Shades of #73A19A

#73A19A
(115,161,154)
#69938C
(105,147,140)
#5F857E
(95,133,126)
#557770
(85,119,112)
#4B6962
(75,105,98)
#415B54
(65,91,84)
#374D46
(55,77,70)
#2D3F38
(45,63,56)
#23312A
(35,49,42)
#19231C
(25,35,28)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #73A19A

#73A19A
(115,161,154)
#7FA9A3
(127,169,163)
#8BB1AC
(139,177,172)
#97B9B5
(151,185,181)
#A3C1BE
(163,193,190)
#AFC9C7
(175,201,199)
#BBD1D0
(187,209,208)
#C7D9D9
(199,217,217)
#D3E1E2
(211,225,226)
#DFE9EB
(223,233,235)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73A19A color. Also use rgb(115,161,154) instead hex code.

Text Font Color

.myTextColor { color: #73A19A; }

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

This text font color is #73A19A.


Background Color

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

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

This div background color is #73A19A.


Border color

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

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

This div border color is #73A19A.


Opacity

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

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

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

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

This text has shadow with #73A19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A19A on black background.


Color preview on white background

This text has color #73A19A on white background.



Black color preview on #73A19A background

This text has black color on #73A19A background.


White color preview on #73A19A background

This text has white color on #73A19A background.