COLOR #73506E

HEX: #73506E
RGB: (115,80,110)

Color info

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

RGB color model

#73506E color RGB value is (115,80,110).

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

RGB channels and saturation

R 115 of 255 = 45%
G 80 of 255 = 31%
B 110 of 255 = 43%

115
80
110

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

Portions of RGB colors in percentages

R + G + B =
115 + 80 + 110 = 305 (100%)
R 115 of 305 ~ 37.7%
G 80 of 305 ~ 26.23%
B 110 of 305 ~ 36.07%

%37.7
%26.23
%36.07

CMYK color model

#73506E color CMYK value is (0,30,4,55).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(0,30,4,55)
C0M30Y4K55 
(0%,30%,4%,55%)
(0.00/0.30/0.04/0.55)	

CMYK percentages

%0
%30.43
%4.35
%54.9

Codes

Color #73506E in popluar color models

73506E
RGB11580110
HSL309°17.95%38.24%
HSB/HSV309°30.43%45.10%
CMYK0.00%30.43%4.35%
54.90%

Color #73506E in popluar number systems.

HEX73506E
Decimal11580110
Binary111001110100001101110
Octal163120156

Shades and tints

Shades of #73506E

#73506E
(115,80,110)
#694964
(105,73,100)
#5F425A
(95,66,90)
#553B50
(85,59,80)
#4B3446
(75,52,70)
#412D3C
(65,45,60)
#372632
(55,38,50)
#2D1F28
(45,31,40)
#23181E
(35,24,30)
#191114
(25,17,20)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #73506E

#73506E
(115,80,110)
#7F5F7B
(127,95,123)
#8B6E88
(139,110,136)
#977D95
(151,125,149)
#A38CA2
(163,140,162)
#AF9BAF
(175,155,175)
#BBAABC
(187,170,188)
#C7B9C9
(199,185,201)
#D3C8D6
(211,200,214)
#DFD7E3
(223,215,227)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73506E; }

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

This text font color is #73506E.


Background Color

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

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

This div background color is #73506E.


Border color

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

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

This div border color is #73506E.


Opacity

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

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

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

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

This text has shadow with #73506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73506E on black background.


Color preview on white background

This text has color #73506E on white background.



Black color preview on #73506E background

This text has black color on #73506E background.


White color preview on #73506E background

This text has white color on #73506E background.