COLOR #73685F

HEX: #73685F
RGB: (115,104,95)

Color info

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

RGB color model

#73685F color RGB value is (115,104,95).

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

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 95 of 255 = 37%

115
104
95

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

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 95 = 314 (100%)
R 115 of 314 ~ 36.62%
G 104 of 314 ~ 33.12%
B 95 of 314 ~ 30.25%

%36.62
%33.12
%30.25

CMYK color model

#73685F color CMYK value is (0,10,17,55).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 17.39%
  • key color value is 54.90%
CMYK:
(0,10,17,55)
C0M10Y17K55 
(0%,10%,17%,55%)
(0.00/0.10/0.17/0.55)	

CMYK percentages

%0
%9.57
%17.39
%54.9

Codes

Color #73685F in popluar color models

73685F
RGB11510495
HSL27°9.52%41.18%
HSB/HSV27°17.39%45.10%
CMYK0.00%9.57%17.39%
54.90%

Color #73685F in popluar number systems.

HEX73685F
Decimal11510495
Binary111001111010001011111
Octal163150137

Shades and tints

Shades of #73685F

#73685F
(115,104,95)
#695F57
(105,95,87)
#5F564F
(95,86,79)
#554D47
(85,77,71)
#4B443F
(75,68,63)
#413B37
(65,59,55)
#37322F
(55,50,47)
#2D2927
(45,41,39)
#23201F
(35,32,31)
#191717
(25,23,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #73685F

#73685F
(115,104,95)
#7F756D
(127,117,109)
#8B827B
(139,130,123)
#978F89
(151,143,137)
#A39C97
(163,156,151)
#AFA9A5
(175,169,165)
#BBB6B3
(187,182,179)
#C7C3C1
(199,195,193)
#D3D0CF
(211,208,207)
#DFDDDD
(223,221,221)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73685F; }

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

This text font color is #73685F.


Background Color

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

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

This div background color is #73685F.


Border color

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

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

This div border color is #73685F.


Opacity

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

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

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

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

This text has shadow with #73685F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73685F on black background.


Color preview on white background

This text has color #73685F on white background.



Black color preview on #73685F background

This text has black color on #73685F background.


White color preview on #73685F background

This text has white color on #73685F background.