COLOR #73865C

HEX: #73865C RGB: (115,134,92)

Color info

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

RGB color model

#73865C color RGB value is (115,134,92).

RGB: (115,134,92) (45%, 53%, 36%)

RGB channels and saturation

R 115 of 255 = 45%
G 134 of 255 = 53%
B 92 of 255 = 36%

115
134
92

R + G + B ~ 45%. #73865C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 134 + 92 = 341 (100%)
R 115 of 341 ~ 33.72%
G 134 of 341 ~ 39.3%
B 92 of 341 ~ 26.98'%

%33.72
%39.3
%26.98

CMYK color model

#73865C color CMYK value is (14,0,31,47).

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

CMYK: (14,0,31,47)
C14M0Y31K47 (14%, 0%, 31%, 47%)
(0.14 / 0.00 / 0.31 / 0.47)

CMYK percentages

%14.18
%0
%31.34
%47.45

Codes

Color #73865C in popluar color models

73 86 5C
RGB 115 134 92
HSL 87° 18.58% 44.31%
HSB/HSV 87° 31.34% 52.55%
CMYK 14.18% 0.00% 31.34%
47.45%

Color #73865C in popluar number systems.

HEX 73 86 5C
Decimal 115 134 92
Binary 1110011 10000110 1011100
Octal 163 206 134

Shades and tints

Shades of #73865C

#73865C
(115,134,92)
#697A54
(105,122,84)
#5F6E4C
(95,110,76)
#556244
(85,98,68)
#4B563C
(75,86,60)
#414A34
(65,74,52)
#373E2C
(55,62,44)
#2D3224
(45,50,36)
#23261C
(35,38,28)
#191A14
(25,26,20)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #73865C

#73865C
(115,134,92)
#7F916A
(127,145,106)
#8B9C78
(139,156,120)
#97A786
(151,167,134)
#A3B294
(163,178,148)
#AFBDA2
(175,189,162)
#BBC8B0
(187,200,176)
#C7D3BE
(199,211,190)
#D3DECC
(211,222,204)
#DFE9DA
(223,233,218)
#EBF4E8
(235,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73865C color. Also use rgb(115,134,92) instead hex code.

Text Font Color

.myTextColor { color: #73865C; }

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

This text font color is #73865C.

Background Color

.myBgColor { background-color: #73865C; }

<div style="background-color:#73865C">Inner text</div>

This div background color is #73865C.

Border color

.myBorderColor { border: 1px solid #73865C; }

<div style="border:3px solid #73865C">Div</div>

This div border color is #73865C.

Opacity

.myOpacity80 { color: #73865C; opacity: 0.8; }

<p style="color:#73865C;opacity:0.8;">80%</p>

Text with #73865C 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 #73865C;}

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

This text has shadow with #73865C color.


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

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

This text has shadow with #73865C primary color and red secondary color.


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

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

This text has shadow with #73865C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73865C.

Preview

Color preview on black background

This text has color #73865C on black background.


Color preview on white background

This text has color #73865C on white background.


Black color preview on #73865C background

This text has black color on #73865C background.


White color preview on #73865C background

This text has white color on #73865C background.


Related colors

Complementary color

Complementary color for #hex is #8C79A3.


I love getcolorcode.com

Triadic colors

1 #5C7386 and #865C73 with #73865C are triadic colors.

2 #5C8673 and #86735C with #73865C are triadic colors.