COLOR #73B48B

HEX: #73B48B
RGB: (115,180,139)

Color info

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

RGB color model

#73B48B color RGB value is (115,180,139).

  • red value is 115;
  • green value is 180;
  • blue value is 139.
RGB:
(115,180,139)
(45%,71%,55%)

RGB channels and saturation

R 115 of 255 = 45%
G 180 of 255 = 71%
B 139 of 255 = 55%

115
180
139

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

Portions of RGB colors in percentages

R + G + B =
115 + 180 + 139 = 434 (100%)
R 115 of 434 ~ 26.5%
G 180 of 434 ~ 41.47%
B 139 of 434 ~ 32.03%

%26.5
%41.47
%32.03

CMYK color model

#73B48B color CMYK value is (36,0,23,29).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 29.41%
CMYK:
(36,0,23,29)
C36M0Y23K29 
(36%,0%,23%,29%)
(0.36/0.00/0.23/0.29)	

CMYK percentages

%36.11
%0
%22.78
%29.41

Codes

Color #73B48B in popluar color models

73B48B
RGB115180139
HSL142°30.23%57.84%
HSB/HSV142°36.11%70.59%
CMYK36.11%0.00%22.78%
29.41%

Color #73B48B in popluar number systems.

HEX73B48B
Decimal115180139
Binary11100111011010010001011
Octal163264213

Shades and tints

Shades of #73B48B

#73B48B
(115,180,139)
#69A47F
(105,164,127)
#5F9473
(95,148,115)
#558467
(85,132,103)
#4B745B
(75,116,91)
#41644F
(65,100,79)
#375443
(55,84,67)
#2D4437
(45,68,55)
#23342B
(35,52,43)
#19241F
(25,36,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #73B48B

#73B48B
(115,180,139)
#7FBA95
(127,186,149)
#8BC09F
(139,192,159)
#97C6A9
(151,198,169)
#A3CCB3
(163,204,179)
#AFD2BD
(175,210,189)
#BBD8C7
(187,216,199)
#C7DED1
(199,222,209)
#D3E4DB
(211,228,219)
#DFEAE5
(223,234,229)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B48B color. Also use rgb(115,180,139) instead hex code.

Text Font Color

.myTextColor { color: #73B48B; }

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

This text font color is #73B48B.


Background Color

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

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

This div background color is #73B48B.


Border color

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

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

This div border color is #73B48B.


Opacity

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

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

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

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

This text has shadow with #73B48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B48B on black background.


Color preview on white background

This text has color #73B48B on white background.



Black color preview on #73B48B background

This text has black color on #73B48B background.


White color preview on #73B48B background

This text has white color on #73B48B background.