COLOR #73506B

HEX: #73506B
RGB: (115,80,107)

Color info

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

RGB color model

#73506B color RGB value is (115,80,107).

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

RGB channels and saturation

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

115
80
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 80 + 107 = 302 (100%)
R 115 of 302 ~ 38.08%
G 80 of 302 ~ 26.49%
B 107 of 302 ~ 35.43%

%38.08
%26.49
%35.43

CMYK color model

#73506B color CMYK value is (0,30,7,55).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(0,30,7,55)
C0M30Y7K55 
(0%,30%,7%,55%)
(0.00/0.30/0.07/0.55)	

CMYK percentages

%0
%30.43
%6.96
%54.9

Codes

Color #73506B in popluar color models

73506B
RGB11580107
HSL314°17.95%38.24%
HSB/HSV314°30.43%45.10%
CMYK0.00%30.43%6.96%
54.90%

Color #73506B in popluar number systems.

HEX73506B
Decimal11580107
Binary111001110100001101011
Octal163120153

Shades and tints

Shades of #73506B

#73506B
(115,80,107)
#694962
(105,73,98)
#5F4259
(95,66,89)
#553B50
(85,59,80)
#4B3447
(75,52,71)
#412D3E
(65,45,62)
#372635
(55,38,53)
#2D1F2C
(45,31,44)
#231823
(35,24,35)
#19111A
(25,17,26)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #73506B

#73506B
(115,80,107)
#7F5F78
(127,95,120)
#8B6E85
(139,110,133)
#977D92
(151,125,146)
#A38C9F
(163,140,159)
#AF9BAC
(175,155,172)
#BBAAB9
(187,170,185)
#C7B9C6
(199,185,198)
#D3C8D3
(211,200,211)
#DFD7E0
(223,215,224)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73506B; }

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

This text font color is #73506B.


Background Color

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

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

This div background color is #73506B.


Border color

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

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

This div border color is #73506B.


Opacity

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

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

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

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

This text has shadow with #73506B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73506B on black background.


Color preview on white background

This text has color #73506B on white background.



Black color preview on #73506B background

This text has black color on #73506B background.


White color preview on #73506B background

This text has white color on #73506B background.