COLOR #73506C

HEX: #73506C
RGB: (115,80,108)

Color info

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

RGB color model

#73506C color RGB value is (115,80,108).

  • red value is 115;
  • green value is 80;
  • blue value is 108.
RGB:
(115,80,108)
(45%,31%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 80 of 255 = 31%
B 108 of 255 = 42%

115
80
108

R + G + B ~ 39%. #73506C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 80 + 108 = 303 (100%)
R 115 of 303 ~ 37.95%
G 80 of 303 ~ 26.4%
B 108 of 303 ~ 35.64%

%37.95
%26.4
%35.64

CMYK color model

#73506C color CMYK value is (0,30,6,55).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 6.09%
  • key color value is 54.90%
CMYK:
(0,30,6,55)
C0M30Y6K55 
(0%,30%,6%,55%)
(0.00/0.30/0.06/0.55)	

CMYK percentages

%0
%30.43
%6.09
%54.9

Codes

Color #73506C in popluar color models

73506C
RGB11580108
HSL312°17.95%38.24%
HSB/HSV312°30.43%45.10%
CMYK0.00%30.43%6.09%
54.90%

Color #73506C in popluar number systems.

HEX73506C
Decimal11580108
Binary111001110100001101100
Octal163120154

Shades and tints

Shades of #73506C

#73506C
(115,80,108)
#694963
(105,73,99)
#5F425A
(95,66,90)
#553B51
(85,59,81)
#4B3448
(75,52,72)
#412D3F
(65,45,63)
#372636
(55,38,54)
#2D1F2D
(45,31,45)
#231824
(35,24,36)
#19111B
(25,17,27)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #73506C

#73506C
(115,80,108)
#7F5F79
(127,95,121)
#8B6E86
(139,110,134)
#977D93
(151,125,147)
#A38CA0
(163,140,160)
#AF9BAD
(175,155,173)
#BBAABA
(187,170,186)
#C7B9C7
(199,185,199)
#D3C8D4
(211,200,212)
#DFD7E1
(223,215,225)
#EBE6EE
(235,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73506C color. Also use rgb(115,80,108) instead hex code.

Text Font Color

.myTextColor { color: #73506C; }

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

This text font color is #73506C.


Background Color

.myBgColor { background-color: #73506C; }

<div style="background-color:#73506C">Inner text</div>

This div background color is #73506C.


Border color

.myBorderColor { border: 1px solid #73506C; }

<div style="border:3px solid #73506C">Div</div>

This div border color is #73506C.


Opacity

.myOpacity80 { color: #73506C; opacity: 0.8; }

<p style="color:#73506C;opacity:0.8;">80%</p>

Text with #73506C 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 #73506C;}

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

This text has shadow with #73506C color.

.textShadow {text-shadow: 3px 3px 1px #73506C, 3px 3px 1px red;}

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

This text has shadow with #73506C primary color and red secondary color.


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

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

This text has shadow with #73506C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73506C on black background.


Color preview on white background

This text has color #73506C on white background.



Black color preview on #73506C background

This text has black color on #73506C background.


White color preview on #73506C background

This text has white color on #73506C background.