COLOR #73985F

HEX: #73985F
RGB: (115,152,95)

Color info

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

RGB color model

#73985F color RGB value is (115,152,95).

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

RGB channels and saturation

R 115 of 255 = 45%
G 152 of 255 = 60%
B 95 of 255 = 37%

115
152
95

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

Portions of RGB colors in percentages

R + G + B =
115 + 152 + 95 = 362 (100%)
R 115 of 362 ~ 31.77%
G 152 of 362 ~ 41.99%
B 95 of 362 ~ 26.24%

%31.77
%41.99
%26.24

CMYK color model

#73985F color CMYK value is (24,0,38,40).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 40.39%
CMYK:
(24,0,38,40)
C24M0Y38K40 
(24%,0%,38%,40%)
(0.24/0.00/0.38/0.40)	

CMYK percentages

%24.34
%0
%37.5
%40.39

Codes

Color #73985F in popluar color models

73985F
RGB11515295
HSL99°23.08%48.43%
HSB/HSV99°37.50%59.61%
CMYK24.34%0.00%37.50%
40.39%

Color #73985F in popluar number systems.

HEX73985F
Decimal11515295
Binary1110011100110001011111
Octal163230137

Shades and tints

Shades of #73985F

#73985F
(115,152,95)
#698B57
(105,139,87)
#5F7E4F
(95,126,79)
#557147
(85,113,71)
#4B643F
(75,100,63)
#415737
(65,87,55)
#374A2F
(55,74,47)
#2D3D27
(45,61,39)
#23301F
(35,48,31)
#192317
(25,35,23)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #73985F

#73985F
(115,152,95)
#7FA16D
(127,161,109)
#8BAA7B
(139,170,123)
#97B389
(151,179,137)
#A3BC97
(163,188,151)
#AFC5A5
(175,197,165)
#BBCEB3
(187,206,179)
#C7D7C1
(199,215,193)
#D3E0CF
(211,224,207)
#DFE9DD
(223,233,221)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73985F; }

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

This text font color is #73985F.


Background Color

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

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

This div background color is #73985F.


Border color

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

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

This div border color is #73985F.


Opacity

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

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

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

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

This text has shadow with #73985F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73985F on black background.


Color preview on white background

This text has color #73985F on white background.



Black color preview on #73985F background

This text has black color on #73985F background.


White color preview on #73985F background

This text has white color on #73985F background.