COLOR #73B592

HEX: #73B592
RGB: (115,181,146)

Color info

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

RGB color model

#73B592 color RGB value is (115,181,146).

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

RGB channels and saturation

R 115 of 255 = 45%
G 181 of 255 = 71%
B 146 of 255 = 57%

115
181
146

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

Portions of RGB colors in percentages

R + G + B =
115 + 181 + 146 = 442 (100%)
R 115 of 442 ~ 26.02%
G 181 of 442 ~ 40.95%
B 146 of 442 ~ 33.03%

%26.02
%40.95
%33.03

CMYK color model

#73B592 color CMYK value is (36,0,19,29).

  • cyan value is 36.46%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 29.02%
CMYK:
(36,0,19,29)
C36M0Y19K29 
(36%,0%,19%,29%)
(0.36/0.00/0.19/0.29)	

CMYK percentages

%36.46
%0
%19.34
%29.02

Codes

Color #73B592 in popluar color models

73B592
RGB115181146
HSL148°30.84%58.04%
HSB/HSV148°36.46%70.98%
CMYK36.46%0.00%19.34%
29.02%

Color #73B592 in popluar number systems.

HEX73B592
Decimal115181146
Binary11100111011010110010010
Octal163265222

Shades and tints

Shades of #73B592

#73B592
(115,181,146)
#69A585
(105,165,133)
#5F9578
(95,149,120)
#55856B
(85,133,107)
#4B755E
(75,117,94)
#416551
(65,101,81)
#375544
(55,85,68)
#2D4537
(45,69,55)
#23352A
(35,53,42)
#19251D
(25,37,29)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #73B592

#73B592
(115,181,146)
#7FBB9B
(127,187,155)
#8BC1A4
(139,193,164)
#97C7AD
(151,199,173)
#A3CDB6
(163,205,182)
#AFD3BF
(175,211,191)
#BBD9C8
(187,217,200)
#C7DFD1
(199,223,209)
#D3E5DA
(211,229,218)
#DFEBE3
(223,235,227)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B592; }

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

This text font color is #73B592.


Background Color

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

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

This div background color is #73B592.


Border color

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

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

This div border color is #73B592.


Opacity

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

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

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

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

This text has shadow with #73B592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B592 on black background.


Color preview on white background

This text has color #73B592 on white background.



Black color preview on #73B592 background

This text has black color on #73B592 background.


White color preview on #73B592 background

This text has white color on #73B592 background.