COLOR #73866F

HEX: #73866F RGB: (115,134,111)

Color info

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

RGB color model

#73866F color RGB value is (115,134,111).

RGB: (115,134,111) (45%, 53%, 44%)

RGB channels and saturation

R 115 of 255 = 45%
G 134 of 255 = 53%
B 111 of 255 = 44%

115
134
111

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

Portions of RGB colors in percentages

R + G + B = 115 + 134 + 111 = 360 (100%)
R 115 of 360 ~ 31.94%
G 134 of 360 ~ 37.22%
B 111 of 360 ~ 30.83'%

%31.94
%37.22
%30.83

CMYK color model

#73866F color CMYK value is (14,0,17,47).

  • cyan value is 14.18%
  • magenta value is 0.00%
  • yellow value is 17.16%
  • key color value is 47.45%

CMYK: (14,0,17,47)
C14M0Y17K47 (14%, 0%, 17%, 47%)
(0.14 / 0.00 / 0.17 / 0.47)

CMYK percentages

%14.18
%0
%17.16
%47.45

Codes

Color #73866F in popluar color models

73 86 6F
RGB 115 134 111
HSL 110° 9.39% 48.04%
HSB/HSV 110° 17.16% 52.55%
CMYK 14.18% 0.00% 17.16%
47.45%

Color #73866F in popluar number systems.

HEX 73 86 6F
Decimal 115 134 111
Binary 1110011 10000110 1101111
Octal 163 206 157

Shades and tints

Shades of #73866F

#73866F
(115,134,111)
#697A65
(105,122,101)
#5F6E5B
(95,110,91)
#556251
(85,98,81)
#4B5647
(75,86,71)
#414A3D
(65,74,61)
#373E33
(55,62,51)
#2D3229
(45,50,41)
#23261F
(35,38,31)
#191A15
(25,26,21)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #73866F

#73866F
(115,134,111)
#7F917C
(127,145,124)
#8B9C89
(139,156,137)
#97A796
(151,167,150)
#A3B2A3
(163,178,163)
#AFBDB0
(175,189,176)
#BBC8BD
(187,200,189)
#C7D3CA
(199,211,202)
#D3DED7
(211,222,215)
#DFE9E4
(223,233,228)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73866F color. Also use rgb(115,134,111) instead hex code.

Text Font Color

.myTextColor { color: #73866F; }

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

This text font color is #73866F.

Background Color

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

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

This div background color is #73866F.

Border color

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

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

This div border color is #73866F.

Opacity

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

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

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

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

This text has shadow with #73866F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73866F.

Preview

Color preview on black background

This text has color #73866F on black background.


Color preview on white background

This text has color #73866F on white background.


Black color preview on #73866F background

This text has black color on #73866F background.


White color preview on #73866F background

This text has white color on #73866F background.


Related colors

Complementary color

Complementary color for #hex is #8C7990.


I love getcolorcode.com

Triadic colors

1 #6F7386 and #866F73 with #73866F are triadic colors.

2 #6F8673 and #86736F with #73866F are triadic colors.