COLOR #73A39A

HEX: #73A39A
RGB: (115,163,154)

Color info

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

RGB color model

#73A39A color RGB value is (115,163,154).

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

RGB channels and saturation

R 115 of 255 = 45%
G 163 of 255 = 64%
B 154 of 255 = 60%

115
163
154

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

Portions of RGB colors in percentages

R + G + B =
115 + 163 + 154 = 432 (100%)
R 115 of 432 ~ 26.62%
G 163 of 432 ~ 37.73%
B 154 of 432 ~ 35.65%

%26.62
%37.73
%35.65

CMYK color model

#73A39A color CMYK value is (29,0,6,36).

  • cyan value is 29.45%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK:
(29,0,6,36)
C29M0Y6K36 
(29%,0%,6%,36%)
(0.29/0.00/0.06/0.36)	

CMYK percentages

%29.45
%0
%5.52
%36.08

Codes

Color #73A39A in popluar color models

73A39A
RGB115163154
HSL169°20.69%54.51%
HSB/HSV169°29.45%63.92%
CMYK29.45%0.00%5.52%
36.08%

Color #73A39A in popluar number systems.

HEX73A39A
Decimal115163154
Binary11100111010001110011010
Octal163243232

Shades and tints

Shades of #73A39A

#73A39A
(115,163,154)
#69958C
(105,149,140)
#5F877E
(95,135,126)
#557970
(85,121,112)
#4B6B62
(75,107,98)
#415D54
(65,93,84)
#374F46
(55,79,70)
#2D4138
(45,65,56)
#23332A
(35,51,42)
#19251C
(25,37,28)
#0F170E
(15,23,14)
#000000
(0,0,0)

Tints of #73A39A

#73A39A
(115,163,154)
#7FABA3
(127,171,163)
#8BB3AC
(139,179,172)
#97BBB5
(151,187,181)
#A3C3BE
(163,195,190)
#AFCBC7
(175,203,199)
#BBD3D0
(187,211,208)
#C7DBD9
(199,219,217)
#D3E3E2
(211,227,226)
#DFEBEB
(223,235,235)
#EBF3F4
(235,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A39A; }

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

This text font color is #73A39A.


Background Color

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

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

This div background color is #73A39A.


Border color

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

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

This div border color is #73A39A.


Opacity

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

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

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

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

This text has shadow with #73A39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A39A on black background.


Color preview on white background

This text has color #73A39A on white background.



Black color preview on #73A39A background

This text has black color on #73A39A background.


White color preview on #73A39A background

This text has white color on #73A39A background.