COLOR #73626E

HEX: #73626E
RGB: (115,98,110)

Color info

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

RGB color model

#73626E color RGB value is (115,98,110).

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

RGB channels and saturation

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

115
98
110

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

Portions of RGB colors in percentages

R + G + B =
115 + 98 + 110 = 323 (100%)
R 115 of 323 ~ 35.6%
G 98 of 323 ~ 30.34%
B 110 of 323 ~ 34.06%

%35.6
%30.34
%34.06

CMYK color model

#73626E color CMYK value is (0,15,4,55).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(0,15,4,55)
C0M15Y4K55 
(0%,15%,4%,55%)
(0.00/0.15/0.04/0.55)	

CMYK percentages

%0
%14.78
%4.35
%54.9

Codes

Color #73626E in popluar color models

73626E
RGB11598110
HSL318°7.98%41.76%
HSB/HSV318°14.78%45.10%
CMYK0.00%14.78%4.35%
54.90%

Color #73626E in popluar number systems.

HEX73626E
Decimal11598110
Binary111001111000101101110
Octal163142156

Shades and tints

Shades of #73626E

#73626E
(115,98,110)
#695A64
(105,90,100)
#5F525A
(95,82,90)
#554A50
(85,74,80)
#4B4246
(75,66,70)
#413A3C
(65,58,60)
#373232
(55,50,50)
#2D2A28
(45,42,40)
#23221E
(35,34,30)
#191A14
(25,26,20)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #73626E

#73626E
(115,98,110)
#7F707B
(127,112,123)
#8B7E88
(139,126,136)
#978C95
(151,140,149)
#A39AA2
(163,154,162)
#AFA8AF
(175,168,175)
#BBB6BC
(187,182,188)
#C7C4C9
(199,196,201)
#D3D2D6
(211,210,214)
#DFE0E3
(223,224,227)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73626E; }

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

This text font color is #73626E.


Background Color

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

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

This div background color is #73626E.


Border color

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

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

This div border color is #73626E.


Opacity

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

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

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

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

This text has shadow with #73626E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73626E on black background.


Color preview on white background

This text has color #73626E on white background.



Black color preview on #73626E background

This text has black color on #73626E background.


White color preview on #73626E background

This text has white color on #73626E background.