COLOR #73715C

HEX: #73715C
RGB: (115,113,92)

Color info

#73715C contains red, green and blue colors in about the same proportion. Web safe color of #73715C is #666666 (or #666).

RGB color model

#73715C color RGB value is (115,113,92).

  • red value is 115;
  • green value is 113;
  • blue value is 92.
RGB:
(115,113,92)
(45%,44%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 92 of 255 = 36%

115
113
92

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

Portions of RGB colors in percentages

R + G + B =
115 + 113 + 92 = 320 (100%)
R 115 of 320 ~ 35.94%
G 113 of 320 ~ 35.31%
B 92 of 320 ~ 28.75%

%35.94
%35.31
%28.75

CMYK color model

#73715C color CMYK value is (0,2,20,55).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(0,2,20,55)
C0M2Y20K55 
(0%,2%,20%,55%)
(0.00/0.02/0.20/0.55)	

CMYK percentages

%0
%1.74
%20
%54.9

Codes

Color #73715C in popluar color models

73715C
RGB11511392
HSL55°11.11%40.59%
HSB/HSV55°20.00%45.10%
CMYK0.00%1.74%20.00%
54.90%

Color #73715C in popluar number systems.

HEX73715C
Decimal11511392
Binary111001111100011011100
Octal163161134

Shades and tints

Shades of #73715C

#73715C
(115,113,92)
#696754
(105,103,84)
#5F5D4C
(95,93,76)
#555344
(85,83,68)
#4B493C
(75,73,60)
#413F34
(65,63,52)
#37352C
(55,53,44)
#2D2B24
(45,43,36)
#23211C
(35,33,28)
#191714
(25,23,20)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #73715C

#73715C
(115,113,92)
#7F7D6A
(127,125,106)
#8B8978
(139,137,120)
#979586
(151,149,134)
#A3A194
(163,161,148)
#AFADA2
(175,173,162)
#BBB9B0
(187,185,176)
#C7C5BE
(199,197,190)
#D3D1CC
(211,209,204)
#DFDDDA
(223,221,218)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73715C; }

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

This text font color is #73715C.


Background Color

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

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

This div background color is #73715C.


Border color

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

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

This div border color is #73715C.


Opacity

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

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

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

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

This text has shadow with #73715C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73715C on black background.


Color preview on white background

This text has color #73715C on white background.



Black color preview on #73715C background

This text has black color on #73715C background.


White color preview on #73715C background

This text has white color on #73715C background.