COLOR #73626D

HEX: #73626D
RGB: (115,98,109)

Color info

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

RGB color model

#73626D color RGB value is (115,98,109).

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

RGB channels and saturation

R 115 of 255 = 45%
G 98 of 255 = 38%
B 109 of 255 = 43%

115
98
109

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

Portions of RGB colors in percentages

R + G + B =
115 + 98 + 109 = 322 (100%)
R 115 of 322 ~ 35.71%
G 98 of 322 ~ 30.43%
B 109 of 322 ~ 33.85%

%35.71
%30.43
%33.85

CMYK color model

#73626D color CMYK value is (0,15,5,55).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(0,15,5,55)
C0M15Y5K55 
(0%,15%,5%,55%)
(0.00/0.15/0.05/0.55)	

CMYK percentages

%0
%14.78
%5.22
%54.9

Codes

Color #73626D in popluar color models

73626D
RGB11598109
HSL321°7.98%41.76%
HSB/HSV321°14.78%45.10%
CMYK0.00%14.78%5.22%
54.90%

Color #73626D in popluar number systems.

HEX73626D
Decimal11598109
Binary111001111000101101101
Octal163142155

Shades and tints

Shades of #73626D

#73626D
(115,98,109)
#695A64
(105,90,100)
#5F525B
(95,82,91)
#554A52
(85,74,82)
#4B4249
(75,66,73)
#413A40
(65,58,64)
#373237
(55,50,55)
#2D2A2E
(45,42,46)
#232225
(35,34,37)
#191A1C
(25,26,28)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #73626D

#73626D
(115,98,109)
#7F707A
(127,112,122)
#8B7E87
(139,126,135)
#978C94
(151,140,148)
#A39AA1
(163,154,161)
#AFA8AE
(175,168,174)
#BBB6BB
(187,182,187)
#C7C4C8
(199,196,200)
#D3D2D5
(211,210,213)
#DFE0E2
(223,224,226)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73626D; }

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

This text font color is #73626D.


Background Color

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

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

This div background color is #73626D.


Border color

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

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

This div border color is #73626D.


Opacity

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

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

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

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

This text has shadow with #73626D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73626D on black background.


Color preview on white background

This text has color #73626D on white background.



Black color preview on #73626D background

This text has black color on #73626D background.


White color preview on #73626D background

This text has white color on #73626D background.