COLOR #73684E

HEX: #73684E
RGB: (115,104,78)

Color info

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

RGB color model

#73684E color RGB value is (115,104,78).

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

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 78 of 255 = 31%

115
104
78

R + G + B ~ 39%. #73684E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 78 = 297 (100%)
R 115 of 297 ~ 38.72%
G 104 of 297 ~ 35.02%
B 78 of 297 ~ 26.26%

%38.72
%35.02
%26.26

CMYK color model

#73684E color CMYK value is (0,10,32,55).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 32.17%
  • key color value is 54.90%
CMYK:
(0,10,32,55)
C0M10Y32K55 
(0%,10%,32%,55%)
(0.00/0.10/0.32/0.55)	

CMYK percentages

%0
%9.57
%32.17
%54.9

Codes

Color #73684E in popluar color models

73684E
RGB11510478
HSL42°19.17%37.84%
HSB/HSV42°32.17%45.10%
CMYK0.00%9.57%32.17%
54.90%

Color #73684E in popluar number systems.

HEX73684E
Decimal11510478
Binary111001111010001001110
Octal163150116

Shades and tints

Shades of #73684E

#73684E
(115,104,78)
#695F47
(105,95,71)
#5F5640
(95,86,64)
#554D39
(85,77,57)
#4B4432
(75,68,50)
#413B2B
(65,59,43)
#373224
(55,50,36)
#2D291D
(45,41,29)
#232016
(35,32,22)
#19170F
(25,23,15)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #73684E

#73684E
(115,104,78)
#7F755E
(127,117,94)
#8B826E
(139,130,110)
#978F7E
(151,143,126)
#A39C8E
(163,156,142)
#AFA99E
(175,169,158)
#BBB6AE
(187,182,174)
#C7C3BE
(199,195,190)
#D3D0CE
(211,208,206)
#DFDDDE
(223,221,222)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73684E color. Also use rgb(115,104,78) instead hex code.

Text Font Color

.myTextColor { color: #73684E; }

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

This text font color is #73684E.


Background Color

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

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

This div background color is #73684E.


Border color

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

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

This div border color is #73684E.


Opacity

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

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

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

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

This text has shadow with #73684E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73684E on black background.


Color preview on white background

This text has color #73684E on white background.



Black color preview on #73684E background

This text has black color on #73684E background.


White color preview on #73684E background

This text has white color on #73684E background.