COLOR #73BA82

HEX: #73BA82
RGB: (115,186,130)

Color info

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

RGB color model

#73BA82 color RGB value is (115,186,130).

  • red value is 115;
  • green value is 186;
  • blue value is 130.
RGB:
(115,186,130)
(45%,73%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 186 of 255 = 73%
B 130 of 255 = 51%

115
186
130

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

Portions of RGB colors in percentages

R + G + B =
115 + 186 + 130 = 431 (100%)
R 115 of 431 ~ 26.68%
G 186 of 431 ~ 43.16%
B 130 of 431 ~ 30.16%

%26.68
%43.16
%30.16

CMYK color model

#73BA82 color CMYK value is (38,0,30,27).

  • cyan value is 38.17%
  • magenta value is 0.00%
  • yellow value is 30.11%
  • key color value is 27.06%
CMYK:
(38,0,30,27)
C38M0Y30K27 
(38%,0%,30%,27%)
(0.38/0.00/0.30/0.27)	

CMYK percentages

%38.17
%0
%30.11
%27.06

Codes

Color #73BA82 in popluar color models

73BA82
RGB115186130
HSL133°33.97%59.02%
HSB/HSV133°38.17%72.94%
CMYK38.17%0.00%30.11%
27.06%

Color #73BA82 in popluar number systems.

HEX73BA82
Decimal115186130
Binary11100111011101010000010
Octal163272202

Shades and tints

Shades of #73BA82

#73BA82
(115,186,130)
#69AA77
(105,170,119)
#5F9A6C
(95,154,108)
#558A61
(85,138,97)
#4B7A56
(75,122,86)
#416A4B
(65,106,75)
#375A40
(55,90,64)
#2D4A35
(45,74,53)
#233A2A
(35,58,42)
#192A1F
(25,42,31)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #73BA82

#73BA82
(115,186,130)
#7FC08D
(127,192,141)
#8BC698
(139,198,152)
#97CCA3
(151,204,163)
#A3D2AE
(163,210,174)
#AFD8B9
(175,216,185)
#BBDEC4
(187,222,196)
#C7E4CF
(199,228,207)
#D3EADA
(211,234,218)
#DFF0E5
(223,240,229)
#EBF6F0
(235,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BA82 color. Also use rgb(115,186,130) instead hex code.

Text Font Color

.myTextColor { color: #73BA82; }

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

This text font color is #73BA82.


Background Color

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

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

This div background color is #73BA82.


Border color

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

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

This div border color is #73BA82.


Opacity

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

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

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

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

This text has shadow with #73BA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BA82 on black background.


Color preview on white background

This text has color #73BA82 on white background.



Black color preview on #73BA82 background

This text has black color on #73BA82 background.


White color preview on #73BA82 background

This text has white color on #73BA82 background.