COLOR #73697A

HEX: #73697A
RGB: (115,105,122)

Color info

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

RGB color model

#73697A color RGB value is (115,105,122).

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

RGB channels and saturation

R 115 of 255 = 45%
G 105 of 255 = 41%
B 122 of 255 = 48%

115
105
122

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

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 122 = 342 (100%)
R 115 of 342 ~ 33.63%
G 105 of 342 ~ 30.7%
B 122 of 342 ~ 35.67%

%33.63
%30.7
%35.67

CMYK color model

#73697A color CMYK value is (6,14,0,52).

  • cyan value is 5.74%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(6,14,0,52)
C6M14Y0K52 
(6%,14%,0%,52%)
(0.06/0.14/0.00/0.52)	

CMYK percentages

%5.74
%13.93
%0
%52.16

Codes

Color #73697A in popluar color models

73697A
RGB115105122
HSL275°7.49%44.51%
HSB/HSV275°13.93%47.84%
CMYK5.74%13.93%0.00%
52.16%

Color #73697A in popluar number systems.

HEX73697A
Decimal115105122
Binary111001111010011111010
Octal163151172

Shades and tints

Shades of #73697A

#73697A
(115,105,122)
#69606F
(105,96,111)
#5F5764
(95,87,100)
#554E59
(85,78,89)
#4B454E
(75,69,78)
#413C43
(65,60,67)
#373338
(55,51,56)
#2D2A2D
(45,42,45)
#232122
(35,33,34)
#191817
(25,24,23)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #73697A

#73697A
(115,105,122)
#7F7686
(127,118,134)
#8B8392
(139,131,146)
#97909E
(151,144,158)
#A39DAA
(163,157,170)
#AFAAB6
(175,170,182)
#BBB7C2
(187,183,194)
#C7C4CE
(199,196,206)
#D3D1DA
(211,209,218)
#DFDEE6
(223,222,230)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73697A color. Also use rgb(115,105,122) instead hex code.

Text Font Color

.myTextColor { color: #73697A; }

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

This text font color is #73697A.


Background Color

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

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

This div background color is #73697A.


Border color

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

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

This div border color is #73697A.


Opacity

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

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

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

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

This text has shadow with #73697A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73697A on black background.


Color preview on white background

This text has color #73697A on white background.



Black color preview on #73697A background

This text has black color on #73697A background.


White color preview on #73697A background

This text has white color on #73697A background.