COLOR #73715E

HEX: #73715E
RGB: (115,113,94)

Color info

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

RGB color model

#73715E color RGB value is (115,113,94).

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

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 94 of 255 = 37%

115
113
94

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

Portions of RGB colors in percentages

R + G + B =
115 + 113 + 94 = 322 (100%)
R 115 of 322 ~ 35.71%
G 113 of 322 ~ 35.09%
B 94 of 322 ~ 29.19%

%35.71
%35.09
%29.19

CMYK color model

#73715E color CMYK value is (0,2,18,55).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 18.26%
  • key color value is 54.90%
CMYK:
(0,2,18,55)
C0M2Y18K55 
(0%,2%,18%,55%)
(0.00/0.02/0.18/0.55)	

CMYK percentages

%0
%1.74
%18.26
%54.9

Codes

Color #73715E in popluar color models

73715E
RGB11511394
HSL54°10.05%40.98%
HSB/HSV54°18.26%45.10%
CMYK0.00%1.74%18.26%
54.90%

Color #73715E in popluar number systems.

HEX73715E
Decimal11511394
Binary111001111100011011110
Octal163161136

Shades and tints

Shades of #73715E

#73715E
(115,113,94)
#696756
(105,103,86)
#5F5D4E
(95,93,78)
#555346
(85,83,70)
#4B493E
(75,73,62)
#413F36
(65,63,54)
#37352E
(55,53,46)
#2D2B26
(45,43,38)
#23211E
(35,33,30)
#191716
(25,23,22)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #73715E

#73715E
(115,113,94)
#7F7D6C
(127,125,108)
#8B897A
(139,137,122)
#979588
(151,149,136)
#A3A196
(163,161,150)
#AFADA4
(175,173,164)
#BBB9B2
(187,185,178)
#C7C5C0
(199,197,192)
#D3D1CE
(211,209,206)
#DFDDDC
(223,221,220)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73715E; }

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

This text font color is #73715E.


Background Color

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

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

This div background color is #73715E.


Border color

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

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

This div border color is #73715E.


Opacity

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

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

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

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

This text has shadow with #73715E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73715E on black background.


Color preview on white background

This text has color #73715E on white background.



Black color preview on #73715E background

This text has black color on #73715E background.


White color preview on #73715E background

This text has white color on #73715E background.