COLOR #73696D

HEX: #73696D
RGB: (115,105,109)

Color info

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

RGB color model

#73696D color RGB value is (115,105,109).

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

RGB channels and saturation

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

115
105
109

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

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 109 = 329 (100%)
R 115 of 329 ~ 34.95%
G 105 of 329 ~ 31.91%
B 109 of 329 ~ 33.13%

%34.95
%31.91
%33.13

CMYK color model

#73696D color CMYK value is (0,9,5,55).

  • cyan value is 0.00%
  • magenta value is 8.70%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(0,9,5,55)
C0M9Y5K55 
(0%,9%,5%,55%)
(0.00/0.09/0.05/0.55)	

CMYK percentages

%0
%8.7
%5.22
%54.9

Codes

Color #73696D in popluar color models

73696D
RGB115105109
HSL336°4.55%43.14%
HSB/HSV336°8.70%45.10%
CMYK0.00%8.70%5.22%
54.90%

Color #73696D in popluar number systems.

HEX73696D
Decimal115105109
Binary111001111010011101101
Octal163151155

Shades and tints

Shades of #73696D

#73696D
(115,105,109)
#696064
(105,96,100)
#5F575B
(95,87,91)
#554E52
(85,78,82)
#4B4549
(75,69,73)
#413C40
(65,60,64)
#373337
(55,51,55)
#2D2A2E
(45,42,46)
#232125
(35,33,37)
#19181C
(25,24,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #73696D

#73696D
(115,105,109)
#7F767A
(127,118,122)
#8B8387
(139,131,135)
#979094
(151,144,148)
#A39DA1
(163,157,161)
#AFAAAE
(175,170,174)
#BBB7BB
(187,183,187)
#C7C4C8
(199,196,200)
#D3D1D5
(211,209,213)
#DFDEE2
(223,222,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73696D; }

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

This text font color is #73696D.


Background Color

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

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

This div background color is #73696D.


Border color

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

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

This div border color is #73696D.


Opacity

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

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

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

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

This text has shadow with #73696D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73696D on black background.


Color preview on white background

This text has color #73696D on white background.



Black color preview on #73696D background

This text has black color on #73696D background.


White color preview on #73696D background

This text has white color on #73696D background.