COLOR #73B595

HEX: #73B595
RGB: (115,181,149)

Color info

#73B595 contains mainly green and blue colors. Web safe color of #73B595 is #66CC99 (or #6C9).

RGB color model

#73B595 color RGB value is (115,181,149).

  • red value is 115;
  • green value is 181;
  • blue value is 149.
RGB:
(115,181,149)
(45%,71%,58%)

RGB channels and saturation

R 115 of 255 = 45%
G 181 of 255 = 71%
B 149 of 255 = 58%

115
181
149

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

Portions of RGB colors in percentages

R + G + B =
115 + 181 + 149 = 445 (100%)
R 115 of 445 ~ 25.84%
G 181 of 445 ~ 40.67%
B 149 of 445 ~ 33.48%

%25.84
%40.67
%33.48

CMYK color model

#73B595 color CMYK value is (36,0,18,29).

  • cyan value is 36.46%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 29.02%
CMYK:
(36,0,18,29)
C36M0Y18K29 
(36%,0%,18%,29%)
(0.36/0.00/0.18/0.29)	

CMYK percentages

%36.46
%0
%17.68
%29.02

Codes

Color #73B595 in popluar color models

73B595
RGB115181149
HSL151°30.84%58.04%
HSB/HSV151°36.46%70.98%
CMYK36.46%0.00%17.68%
29.02%

Color #73B595 in popluar number systems.

HEX73B595
Decimal115181149
Binary11100111011010110010101
Octal163265225

Shades and tints

Shades of #73B595

#73B595
(115,181,149)
#69A588
(105,165,136)
#5F957B
(95,149,123)
#55856E
(85,133,110)
#4B7561
(75,117,97)
#416554
(65,101,84)
#375547
(55,85,71)
#2D453A
(45,69,58)
#23352D
(35,53,45)
#192520
(25,37,32)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #73B595

#73B595
(115,181,149)
#7FBB9E
(127,187,158)
#8BC1A7
(139,193,167)
#97C7B0
(151,199,176)
#A3CDB9
(163,205,185)
#AFD3C2
(175,211,194)
#BBD9CB
(187,217,203)
#C7DFD4
(199,223,212)
#D3E5DD
(211,229,221)
#DFEBE6
(223,235,230)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B595 color. Also use rgb(115,181,149) instead hex code.

Text Font Color

.myTextColor { color: #73B595; }

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

This text font color is #73B595.


Background Color

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

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

This div background color is #73B595.


Border color

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

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

This div border color is #73B595.


Opacity

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

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

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

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

This text has shadow with #73B595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B595 on black background.


Color preview on white background

This text has color #73B595 on white background.



Black color preview on #73B595 background

This text has black color on #73B595 background.


White color preview on #73B595 background

This text has white color on #73B595 background.