COLOR #73B391

HEX: #73B391 RGB: (115,179,145)

Color info

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

RGB color model

#73B391 color RGB value is (115,179,145).

RGB: (115,179,145) (45%, 70%, 57%)

RGB channels and saturation

R 115 of 255 = 45%
G 179 of 255 = 70%
B 145 of 255 = 57%

115
179
145

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

Portions of RGB colors in percentages

R + G + B = 115 + 179 + 145 = 439 (100%)
R 115 of 439 ~ 26.2%
G 179 of 439 ~ 40.77%
B 145 of 439 ~ 33.03'%

%26.2
%40.77
%33.03

CMYK color model

#73B391 color CMYK value is (36,0,19,30).

  • cyan value is 35.75%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%

CMYK: (36,0,19,30)
C36M0Y19K30 (36%, 0%, 19%, 30%)
(0.36 / 0.00 / 0.19 / 0.30)

CMYK percentages

%35.75
%0
%18.99
%29.8

Codes

Color #73B391 in popluar color models

73 B3 91
RGB 115 179 145
HSL 148° 29.63% 57.65%
HSB/HSV 148° 35.75% 70.20%
CMYK 35.75% 0.00% 18.99%
29.80%

Color #73B391 in popluar number systems.

HEX 73 B3 91
Decimal 115 179 145
Binary 1110011 10110011 10010001
Octal 163 263 221

Shades and tints

Shades of #73B391

#73B391
(115,179,145)
#69A384
(105,163,132)
#5F9377
(95,147,119)
#55836A
(85,131,106)
#4B735D
(75,115,93)
#416350
(65,99,80)
#375343
(55,83,67)
#2D4336
(45,67,54)
#233329
(35,51,41)
#19231C
(25,35,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #73B391

#73B391
(115,179,145)
#7FB99B
(127,185,155)
#8BBFA5
(139,191,165)
#97C5AF
(151,197,175)
#A3CBB9
(163,203,185)
#AFD1C3
(175,209,195)
#BBD7CD
(187,215,205)
#C7DDD7
(199,221,215)
#D3E3E1
(211,227,225)
#DFE9EB
(223,233,235)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B391 color. Also use rgb(115,179,145) instead hex code.

Text Font Color

.myTextColor { color: #73B391; }

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

This text font color is #73B391.

Background Color

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

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

This div background color is #73B391.

Border color

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

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

This div border color is #73B391.

Opacity

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

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

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

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

This text has shadow with #73B391 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B391.

Preview

Color preview on black background

This text has color #73B391 on black background.


Color preview on white background

This text has color #73B391 on white background.


Black color preview on #73B391 background

This text has black color on #73B391 background.


White color preview on #73B391 background

This text has white color on #73B391 background.


Related colors

Complementary color

Complementary color for #hex is #8C4C6E.


I love getcolorcode.com

Triadic colors

1 #9173B3 and #B39173 with #73B391 are triadic colors.

2 #91B373 and #B37391 with #73B391 are triadic colors.