COLOR #73B29C

HEX: #73B29C
RGB: (115,178,156)

Color info

#73B29C contains mainly green and blue colors. Web safe color of #73B29C is #669999 (or #699).

RGB color model

#73B29C color RGB value is (115,178,156).

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

RGB channels and saturation

R 115 of 255 = 45%
G 178 of 255 = 70%
B 156 of 255 = 61%

115
178
156

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

Portions of RGB colors in percentages

R + G + B =
115 + 178 + 156 = 449 (100%)
R 115 of 449 ~ 25.61%
G 178 of 449 ~ 39.64%
B 156 of 449 ~ 34.74%

%25.61
%39.64
%34.74

CMYK color model

#73B29C color CMYK value is (35,0,12,30).

  • cyan value is 35.39%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(35,0,12,30)
C35M0Y12K30 
(35%,0%,12%,30%)
(0.35/0.00/0.12/0.30)	

CMYK percentages

%35.39
%0
%12.36
%30.2

Codes

Color #73B29C in popluar color models

73B29C
RGB115178156
HSL159°29.03%57.45%
HSB/HSV159°35.39%69.80%
CMYK35.39%0.00%12.36%
30.20%

Color #73B29C in popluar number systems.

HEX73B29C
Decimal115178156
Binary11100111011001010011100
Octal163262234

Shades and tints

Shades of #73B29C

#73B29C
(115,178,156)
#69A28E
(105,162,142)
#5F9280
(95,146,128)
#558272
(85,130,114)
#4B7264
(75,114,100)
#416256
(65,98,86)
#375248
(55,82,72)
#2D423A
(45,66,58)
#23322C
(35,50,44)
#19221E
(25,34,30)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #73B29C

#73B29C
(115,178,156)
#7FB9A5
(127,185,165)
#8BC0AE
(139,192,174)
#97C7B7
(151,199,183)
#A3CEC0
(163,206,192)
#AFD5C9
(175,213,201)
#BBDCD2
(187,220,210)
#C7E3DB
(199,227,219)
#D3EAE4
(211,234,228)
#DFF1ED
(223,241,237)
#EBF8F6
(235,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B29C; }

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

This text font color is #73B29C.


Background Color

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

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

This div background color is #73B29C.


Border color

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

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

This div border color is #73B29C.


Opacity

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

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

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

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

This text has shadow with #73B29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B29C on black background.


Color preview on white background

This text has color #73B29C on white background.



Black color preview on #73B29C background

This text has black color on #73B29C background.


White color preview on #73B29C background

This text has white color on #73B29C background.