COLOR #73986E

HEX: #73986E
RGB: (115,152,110)

Color info

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

RGB color model

#73986E color RGB value is (115,152,110).

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

RGB channels and saturation

R 115 of 255 = 45%
G 152 of 255 = 60%
B 110 of 255 = 43%

115
152
110

R + G + B ~ 49%. #73986E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 152 + 110 = 377 (100%)
R 115 of 377 ~ 30.5%
G 152 of 377 ~ 40.32%
B 110 of 377 ~ 29.18%

%30.5
%40.32
%29.18

CMYK color model

#73986E color CMYK value is (24,0,28,40).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 27.63%
  • key color value is 40.39%
CMYK:
(24,0,28,40)
C24M0Y28K40 
(24%,0%,28%,40%)
(0.24/0.00/0.28/0.40)	

CMYK percentages

%24.34
%0
%27.63
%40.39

Codes

Color #73986E in popluar color models

73986E
RGB115152110
HSL113°16.94%51.37%
HSB/HSV113°27.63%59.61%
CMYK24.34%0.00%27.63%
40.39%

Color #73986E in popluar number systems.

HEX73986E
Decimal115152110
Binary1110011100110001101110
Octal163230156

Shades and tints

Shades of #73986E

#73986E
(115,152,110)
#698B64
(105,139,100)
#5F7E5A
(95,126,90)
#557150
(85,113,80)
#4B6446
(75,100,70)
#41573C
(65,87,60)
#374A32
(55,74,50)
#2D3D28
(45,61,40)
#23301E
(35,48,30)
#192314
(25,35,20)
#0F160A
(15,22,10)
#000000
(0,0,0)

Tints of #73986E

#73986E
(115,152,110)
#7FA17B
(127,161,123)
#8BAA88
(139,170,136)
#97B395
(151,179,149)
#A3BCA2
(163,188,162)
#AFC5AF
(175,197,175)
#BBCEBC
(187,206,188)
#C7D7C9
(199,215,201)
#D3E0D6
(211,224,214)
#DFE9E3
(223,233,227)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73986E color. Also use rgb(115,152,110) instead hex code.

Text Font Color

.myTextColor { color: #73986E; }

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

This text font color is #73986E.


Background Color

.myBgColor { background-color: #73986E; }

<div style="background-color:#73986E">Inner text</div>

This div background color is #73986E.


Border color

.myBorderColor { border: 1px solid #73986E; }

<div style="border:3px solid #73986E">Div</div>

This div border color is #73986E.


Opacity

.myOpacity80 { color: #73986E; opacity: 0.8; }

<p style="color:#73986E;opacity:0.8;">80%</p>

Text with #73986E 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 #73986E;}

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

This text has shadow with #73986E color.

.textShadow {text-shadow: 3px 3px 1px #73986E, 3px 3px 1px red;}

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

This text has shadow with #73986E primary color and red secondary color.


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

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

This text has shadow with #73986E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73986E on black background.


Color preview on white background

This text has color #73986E on white background.



Black color preview on #73986E background

This text has black color on #73986E background.


White color preview on #73986E background

This text has white color on #73986E background.