COLOR #73504F

HEX: #73504F
RGB: (115,80,79)

Color info

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

RGB color model

#73504F color RGB value is (115,80,79).

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

RGB channels and saturation

R 115 of 255 = 45%
G 80 of 255 = 31%
B 79 of 255 = 31%

115
80
79

R + G + B ~ 36%. #73504F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 80 + 79 = 274 (100%)
R 115 of 274 ~ 41.97%
G 80 of 274 ~ 29.2%
B 79 of 274 ~ 28.83%

%41.97
%29.2
%28.83

CMYK color model

#73504F color CMYK value is (0,30,31,55).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(0,30,31,55)
C0M30Y31K55 
(0%,30%,31%,55%)
(0.00/0.30/0.31/0.55)	

CMYK percentages

%0
%30.43
%31.3
%54.9

Codes

Color #73504F in popluar color models

73504F
RGB1158079
HSL18.56%38.04%
HSB/HSV31.30%45.10%
CMYK0.00%30.43%31.30%
54.90%

Color #73504F in popluar number systems.

HEX73504F
Decimal1158079
Binary111001110100001001111
Octal163120117

Shades and tints

Shades of #73504F

#73504F
(115,80,79)
#694948
(105,73,72)
#5F4241
(95,66,65)
#553B3A
(85,59,58)
#4B3433
(75,52,51)
#412D2C
(65,45,44)
#372625
(55,38,37)
#2D1F1E
(45,31,30)
#231817
(35,24,23)
#191110
(25,17,16)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #73504F

#73504F
(115,80,79)
#7F5F5F
(127,95,95)
#8B6E6F
(139,110,111)
#977D7F
(151,125,127)
#A38C8F
(163,140,143)
#AF9B9F
(175,155,159)
#BBAAAF
(187,170,175)
#C7B9BF
(199,185,191)
#D3C8CF
(211,200,207)
#DFD7DF
(223,215,223)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73504F color. Also use rgb(115,80,79) instead hex code.

Text Font Color

.myTextColor { color: #73504F; }

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

This text font color is #73504F.


Background Color

.myBgColor { background-color: #73504F; }

<div style="background-color:#73504F">Inner text</div>

This div background color is #73504F.


Border color

.myBorderColor { border: 1px solid #73504F; }

<div style="border:3px solid #73504F">Div</div>

This div border color is #73504F.


Opacity

.myOpacity80 { color: #73504F; opacity: 0.8; }

<p style="color:#73504F;opacity:0.8;">80%</p>

Text with #73504F 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 #73504F;}

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

This text has shadow with #73504F color.

.textShadow {text-shadow: 3px 3px 1px #73504F, 3px 3px 1px red;}

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

This text has shadow with #73504F primary color and red secondary color.


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

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

This text has shadow with #73504F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73504F on black background.


Color preview on white background

This text has color #73504F on white background.



Black color preview on #73504F background

This text has black color on #73504F background.


White color preview on #73504F background

This text has white color on #73504F background.