COLOR #73A296

HEX: #73A296
RGB: (115,162,150)

Color info

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

RGB color model

#73A296 color RGB value is (115,162,150).

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

RGB channels and saturation

R 115 of 255 = 45%
G 162 of 255 = 64%
B 150 of 255 = 59%

115
162
150

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

Portions of RGB colors in percentages

R + G + B =
115 + 162 + 150 = 427 (100%)
R 115 of 427 ~ 26.93%
G 162 of 427 ~ 37.94%
B 150 of 427 ~ 35.13%

%26.93
%37.94
%35.13

CMYK color model

#73A296 color CMYK value is (29,0,7,36).

  • cyan value is 29.01%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK:
(29,0,7,36)
C29M0Y7K36 
(29%,0%,7%,36%)
(0.29/0.00/0.07/0.36)	

CMYK percentages

%29.01
%0
%7.41
%36.47

Codes

Color #73A296 in popluar color models

73A296
RGB115162150
HSL165°20.17%54.31%
HSB/HSV165°29.01%63.53%
CMYK29.01%0.00%7.41%
36.47%

Color #73A296 in popluar number systems.

HEX73A296
Decimal115162150
Binary11100111010001010010110
Octal163242226

Shades and tints

Shades of #73A296

#73A296
(115,162,150)
#699489
(105,148,137)
#5F867C
(95,134,124)
#55786F
(85,120,111)
#4B6A62
(75,106,98)
#415C55
(65,92,85)
#374E48
(55,78,72)
#2D403B
(45,64,59)
#23322E
(35,50,46)
#192421
(25,36,33)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #73A296

#73A296
(115,162,150)
#7FAA9F
(127,170,159)
#8BB2A8
(139,178,168)
#97BAB1
(151,186,177)
#A3C2BA
(163,194,186)
#AFCAC3
(175,202,195)
#BBD2CC
(187,210,204)
#C7DAD5
(199,218,213)
#D3E2DE
(211,226,222)
#DFEAE7
(223,234,231)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73A296; }

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

This text font color is #73A296.


Background Color

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

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

This div background color is #73A296.


Border color

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

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

This div border color is #73A296.


Opacity

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

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

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

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

This text has shadow with #73A296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73A296 on black background.


Color preview on white background

This text has color #73A296 on white background.



Black color preview on #73A296 background

This text has black color on #73A296 background.


White color preview on #73A296 background

This text has white color on #73A296 background.