COLOR #73685A

HEX: #73685A
RGB: (115,104,90)

Color info

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

RGB color model

#73685A color RGB value is (115,104,90).

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

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 90 of 255 = 35%

115
104
90

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

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 90 = 309 (100%)
R 115 of 309 ~ 37.22%
G 104 of 309 ~ 33.66%
B 90 of 309 ~ 29.13%

%37.22
%33.66
%29.13

CMYK color model

#73685A color CMYK value is (0,10,22,55).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 21.74%
  • key color value is 54.90%
CMYK:
(0,10,22,55)
C0M10Y22K55 
(0%,10%,22%,55%)
(0.00/0.10/0.22/0.55)	

CMYK percentages

%0
%9.57
%21.74
%54.9

Codes

Color #73685A in popluar color models

73685A
RGB11510490
HSL34°12.20%40.20%
HSB/HSV34°21.74%45.10%
CMYK0.00%9.57%21.74%
54.90%

Color #73685A in popluar number systems.

HEX73685A
Decimal11510490
Binary111001111010001011010
Octal163150132

Shades and tints

Shades of #73685A

#73685A
(115,104,90)
#695F52
(105,95,82)
#5F564A
(95,86,74)
#554D42
(85,77,66)
#4B443A
(75,68,58)
#413B32
(65,59,50)
#37322A
(55,50,42)
#2D2922
(45,41,34)
#23201A
(35,32,26)
#191712
(25,23,18)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #73685A

#73685A
(115,104,90)
#7F7569
(127,117,105)
#8B8278
(139,130,120)
#978F87
(151,143,135)
#A39C96
(163,156,150)
#AFA9A5
(175,169,165)
#BBB6B4
(187,182,180)
#C7C3C3
(199,195,195)
#D3D0D2
(211,208,210)
#DFDDE1
(223,221,225)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73685A; }

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

This text font color is #73685A.


Background Color

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

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

This div background color is #73685A.


Border color

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

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

This div border color is #73685A.


Opacity

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

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

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

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

This text has shadow with #73685A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73685A on black background.


Color preview on white background

This text has color #73685A on white background.



Black color preview on #73685A background

This text has black color on #73685A background.


White color preview on #73685A background

This text has white color on #73685A background.