COLOR #73686D

HEX: #73686D
RGB: (115,104,109)

Color info

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

RGB color model

#73686D color RGB value is (115,104,109).

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

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 109 of 255 = 43%

115
104
109

R + G + B ~ 43%. #73686D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 109 = 328 (100%)
R 115 of 328 ~ 35.06%
G 104 of 328 ~ 31.71%
B 109 of 328 ~ 33.23%

%35.06
%31.71
%33.23

CMYK color model

#73686D color CMYK value is (0,10,5,55).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(0,10,5,55)
C0M10Y5K55 
(0%,10%,5%,55%)
(0.00/0.10/0.05/0.55)	

CMYK percentages

%0
%9.57
%5.22
%54.9

Codes

Color #73686D in popluar color models

73686D
RGB115104109
HSL333°5.02%42.94%
HSB/HSV333°9.57%45.10%
CMYK0.00%9.57%5.22%
54.90%

Color #73686D in popluar number systems.

HEX73686D
Decimal115104109
Binary111001111010001101101
Octal163150155

Shades and tints

Shades of #73686D

#73686D
(115,104,109)
#695F64
(105,95,100)
#5F565B
(95,86,91)
#554D52
(85,77,82)
#4B4449
(75,68,73)
#413B40
(65,59,64)
#373237
(55,50,55)
#2D292E
(45,41,46)
#232025
(35,32,37)
#19171C
(25,23,28)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #73686D

#73686D
(115,104,109)
#7F757A
(127,117,122)
#8B8287
(139,130,135)
#978F94
(151,143,148)
#A39CA1
(163,156,161)
#AFA9AE
(175,169,174)
#BBB6BB
(187,182,187)
#C7C3C8
(199,195,200)
#D3D0D5
(211,208,213)
#DFDDE2
(223,221,226)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73686D color. Also use rgb(115,104,109) instead hex code.

Text Font Color

.myTextColor { color: #73686D; }

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

This text font color is #73686D.


Background Color

.myBgColor { background-color: #73686D; }

<div style="background-color:#73686D">Inner text</div>

This div background color is #73686D.


Border color

.myBorderColor { border: 1px solid #73686D; }

<div style="border:3px solid #73686D">Div</div>

This div border color is #73686D.


Opacity

.myOpacity80 { color: #73686D; opacity: 0.8; }

<p style="color:#73686D;opacity:0.8;">80%</p>

Text with #73686D 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 #73686D;}

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

This text has shadow with #73686D color.

.textShadow {text-shadow: 3px 3px 1px #73686D, 3px 3px 1px red;}

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

This text has shadow with #73686D primary color and red secondary color.


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

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

This text has shadow with #73686D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73686D on black background.


Color preview on white background

This text has color #73686D on white background.



Black color preview on #73686D background

This text has black color on #73686D background.


White color preview on #73686D background

This text has white color on #73686D background.