COLOR #73606B

HEX: #73606B
RGB: (115,96,107)

Color info

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

RGB color model

#73606B color RGB value is (115,96,107).

  • red value is 115;
  • green value is 96;
  • blue value is 107.
RGB:
(115,96,107)
(45%,38%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 96 of 255 = 38%
B 107 of 255 = 42%

115
96
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 96 + 107 = 318 (100%)
R 115 of 318 ~ 36.16%
G 96 of 318 ~ 30.19%
B 107 of 318 ~ 33.65%

%36.16
%30.19
%33.65

CMYK color model

#73606B color CMYK value is (0,17,7,55).

  • cyan value is 0.00%
  • magenta value is 16.52%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(0,17,7,55)
C0M17Y7K55 
(0%,17%,7%,55%)
(0.00/0.17/0.07/0.55)	

CMYK percentages

%0
%16.52
%6.96
%54.9

Codes

Color #73606B in popluar color models

73606B
RGB11596107
HSL325°9.00%41.37%
HSB/HSV325°16.52%45.10%
CMYK0.00%16.52%6.96%
54.90%

Color #73606B in popluar number systems.

HEX73606B
Decimal11596107
Binary111001111000001101011
Octal163140153

Shades and tints

Shades of #73606B

#73606B
(115,96,107)
#695862
(105,88,98)
#5F5059
(95,80,89)
#554850
(85,72,80)
#4B4047
(75,64,71)
#41383E
(65,56,62)
#373035
(55,48,53)
#2D282C
(45,40,44)
#232023
(35,32,35)
#19181A
(25,24,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #73606B

#73606B
(115,96,107)
#7F6E78
(127,110,120)
#8B7C85
(139,124,133)
#978A92
(151,138,146)
#A3989F
(163,152,159)
#AFA6AC
(175,166,172)
#BBB4B9
(187,180,185)
#C7C2C6
(199,194,198)
#D3D0D3
(211,208,211)
#DFDEE0
(223,222,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73606B color. Also use rgb(115,96,107) instead hex code.

Text Font Color

.myTextColor { color: #73606B; }

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

This text font color is #73606B.


Background Color

.myBgColor { background-color: #73606B; }

<div style="background-color:#73606B">Inner text</div>

This div background color is #73606B.


Border color

.myBorderColor { border: 1px solid #73606B; }

<div style="border:3px solid #73606B">Div</div>

This div border color is #73606B.


Opacity

.myOpacity80 { color: #73606B; opacity: 0.8; }

<p style="color:#73606B;opacity:0.8;">80%</p>

Text with #73606B 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 #73606B;}

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

This text has shadow with #73606B color.

.textShadow {text-shadow: 3px 3px 1px #73606B, 3px 3px 1px red;}

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

This text has shadow with #73606B primary color and red secondary color.


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

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

This text has shadow with #73606B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73606B on black background.


Color preview on white background

This text has color #73606B on white background.



Black color preview on #73606B background

This text has black color on #73606B background.


White color preview on #73606B background

This text has white color on #73606B background.