COLOR #73B587

HEX: #73B587
RGB: (115,181,135)

Color info

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

RGB color model

#73B587 color RGB value is (115,181,135).

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

RGB channels and saturation

R 115 of 255 = 45%
G 181 of 255 = 71%
B 135 of 255 = 53%

115
181
135

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

Portions of RGB colors in percentages

R + G + B =
115 + 181 + 135 = 431 (100%)
R 115 of 431 ~ 26.68%
G 181 of 431 ~ 42%
B 135 of 431 ~ 31.32%

%26.68
%42
%31.32

CMYK color model

#73B587 color CMYK value is (36,0,25,29).

  • cyan value is 36.46%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 29.02%
CMYK:
(36,0,25,29)
C36M0Y25K29 
(36%,0%,25%,29%)
(0.36/0.00/0.25/0.29)	

CMYK percentages

%36.46
%0
%25.41
%29.02

Codes

Color #73B587 in popluar color models

73B587
RGB115181135
HSL138°30.84%58.04%
HSB/HSV138°36.46%70.98%
CMYK36.46%0.00%25.41%
29.02%

Color #73B587 in popluar number systems.

HEX73B587
Decimal115181135
Binary11100111011010110000111
Octal163265207

Shades and tints

Shades of #73B587

#73B587
(115,181,135)
#69A57B
(105,165,123)
#5F956F
(95,149,111)
#558563
(85,133,99)
#4B7557
(75,117,87)
#41654B
(65,101,75)
#37553F
(55,85,63)
#2D4533
(45,69,51)
#233527
(35,53,39)
#19251B
(25,37,27)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #73B587

#73B587
(115,181,135)
#7FBB91
(127,187,145)
#8BC19B
(139,193,155)
#97C7A5
(151,199,165)
#A3CDAF
(163,205,175)
#AFD3B9
(175,211,185)
#BBD9C3
(187,217,195)
#C7DFCD
(199,223,205)
#D3E5D7
(211,229,215)
#DFEBE1
(223,235,225)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B587; }

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

This text font color is #73B587.


Background Color

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

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

This div background color is #73B587.


Border color

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

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

This div border color is #73B587.


Opacity

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

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

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

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

This text has shadow with #73B587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B587 on black background.


Color preview on white background

This text has color #73B587 on white background.



Black color preview on #73B587 background

This text has black color on #73B587 background.


White color preview on #73B587 background

This text has white color on #73B587 background.