COLOR #73504D

HEX: #73504D
RGB: (115,80,77)

Color info

#73504D contains red, green and blue colors in about the same proportion. Web safe color of #73504D is #666633 (or #663).

RGB color model

#73504D color RGB value is (115,80,77).

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

RGB channels and saturation

R 115 of 255 = 45%
G 80 of 255 = 31%
B 77 of 255 = 30%

115
80
77

R + G + B ~ 35%. #73504D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 80 + 77 = 272 (100%)
R 115 of 272 ~ 42.28%
G 80 of 272 ~ 29.41%
B 77 of 272 ~ 28.31%

%42.28
%29.41
%28.31

CMYK color model

#73504D color CMYK value is (0,30,33,55).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 33.04%
  • key color value is 54.90%
CMYK:
(0,30,33,55)
C0M30Y33K55 
(0%,30%,33%,55%)
(0.00/0.30/0.33/0.55)	

CMYK percentages

%0
%30.43
%33.04
%54.9

Codes

Color #73504D in popluar color models

73504D
RGB1158077
HSL19.79%37.65%
HSB/HSV33.04%45.10%
CMYK0.00%30.43%33.04%
54.90%

Color #73504D in popluar number systems.

HEX73504D
Decimal1158077
Binary111001110100001001101
Octal163120115

Shades and tints

Shades of #73504D

#73504D
(115,80,77)
#694946
(105,73,70)
#5F423F
(95,66,63)
#553B38
(85,59,56)
#4B3431
(75,52,49)
#412D2A
(65,45,42)
#372623
(55,38,35)
#2D1F1C
(45,31,28)
#231815
(35,24,21)
#19110E
(25,17,14)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #73504D

#73504D
(115,80,77)
#7F5F5D
(127,95,93)
#8B6E6D
(139,110,109)
#977D7D
(151,125,125)
#A38C8D
(163,140,141)
#AF9B9D
(175,155,157)
#BBAAAD
(187,170,173)
#C7B9BD
(199,185,189)
#D3C8CD
(211,200,205)
#DFD7DD
(223,215,221)
#EBE6ED
(235,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73504D; }

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

This text font color is #73504D.


Background Color

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

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

This div background color is #73504D.


Border color

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

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

This div border color is #73504D.


Opacity

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

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

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

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

This text has shadow with #73504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73504D on black background.


Color preview on white background

This text has color #73504D on white background.



Black color preview on #73504D background

This text has black color on #73504D background.


White color preview on #73504D background

This text has white color on #73504D background.