COLOR #73987F

HEX: #73987F
RGB: (115,152,127)

Color info

#73987F contains red, green and blue colors in about the same proportion. Web safe color of #73987F is #669966 (or #696).

RGB color model

#73987F color RGB value is (115,152,127).

  • red value is 115;
  • green value is 152;
  • blue value is 127.
RGB:
(115,152,127)
(45%,60%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 152 of 255 = 60%
B 127 of 255 = 50%

115
152
127

R + G + B ~ 52%. #73987F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 152 + 127 = 394 (100%)
R 115 of 394 ~ 29.19%
G 152 of 394 ~ 38.58%
B 127 of 394 ~ 32.23%

%29.19
%38.58
%32.23

CMYK color model

#73987F color CMYK value is (24,0,16,40).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 16.45%
  • key color value is 40.39%
CMYK:
(24,0,16,40)
C24M0Y16K40 
(24%,0%,16%,40%)
(0.24/0.00/0.16/0.40)	

CMYK percentages

%24.34
%0
%16.45
%40.39

Codes

Color #73987F in popluar color models

73987F
RGB115152127
HSL139°15.23%52.35%
HSB/HSV139°24.34%59.61%
CMYK24.34%0.00%16.45%
40.39%

Color #73987F in popluar number systems.

HEX73987F
Decimal115152127
Binary1110011100110001111111
Octal163230177

Shades and tints

Shades of #73987F

#73987F
(115,152,127)
#698B74
(105,139,116)
#5F7E69
(95,126,105)
#55715E
(85,113,94)
#4B6453
(75,100,83)
#415748
(65,87,72)
#374A3D
(55,74,61)
#2D3D32
(45,61,50)
#233027
(35,48,39)
#19231C
(25,35,28)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #73987F

#73987F
(115,152,127)
#7FA18A
(127,161,138)
#8BAA95
(139,170,149)
#97B3A0
(151,179,160)
#A3BCAB
(163,188,171)
#AFC5B6
(175,197,182)
#BBCEC1
(187,206,193)
#C7D7CC
(199,215,204)
#D3E0D7
(211,224,215)
#DFE9E2
(223,233,226)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73987F color. Also use rgb(115,152,127) instead hex code.

Text Font Color

.myTextColor { color: #73987F; }

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

This text font color is #73987F.


Background Color

.myBgColor { background-color: #73987F; }

<div style="background-color:#73987F">Inner text</div>

This div background color is #73987F.


Border color

.myBorderColor { border: 1px solid #73987F; }

<div style="border:3px solid #73987F">Div</div>

This div border color is #73987F.


Opacity

.myOpacity80 { color: #73987F; opacity: 0.8; }

<p style="color:#73987F;opacity:0.8;">80%</p>

Text with #73987F 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 #73987F;}

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

This text has shadow with #73987F color.

.textShadow {text-shadow: 3px 3px 1px #73987F, 3px 3px 1px red;}

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

This text has shadow with #73987F primary color and red secondary color.


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

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

This text has shadow with #73987F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73987F on black background.


Color preview on white background

This text has color #73987F on white background.



Black color preview on #73987F background

This text has black color on #73987F background.


White color preview on #73987F background

This text has white color on #73987F background.