COLOR #73475C

HEX: #73475C
RGB: (115,71,92)

Color info

#73475C contains red, green and blue colors in about the same proportion. Web safe color of #73475C is #663366 (or #636).

RGB color model

#73475C color RGB value is (115,71,92).

  • red value is 115;
  • green value is 71;
  • blue value is 92.
RGB:
(115,71,92)
(45%,28%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 71 of 255 = 28%
B 92 of 255 = 36%

115
71
92

R + G + B ~ 36%. #73475C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 71 + 92 = 278 (100%)
R 115 of 278 ~ 41.37%
G 71 of 278 ~ 25.54%
B 92 of 278 ~ 33.09%

%41.37
%25.54
%33.09

CMYK color model

#73475C color CMYK value is (0,38,20,55).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 20.00%
  • key color value is 54.90%
CMYK:
(0,38,20,55)
C0M38Y20K55 
(0%,38%,20%,55%)
(0.00/0.38/0.20/0.55)	

CMYK percentages

%0
%38.26
%20
%54.9

Codes

Color #73475C in popluar color models

73475C
RGB1157192
HSL331°23.66%36.47%
HSB/HSV331°38.26%45.10%
CMYK0.00%38.26%20.00%
54.90%

Color #73475C in popluar number systems.

HEX73475C
Decimal1157192
Binary111001110001111011100
Octal163107134

Shades and tints

Shades of #73475C

#73475C
(115,71,92)
#694154
(105,65,84)
#5F3B4C
(95,59,76)
#553544
(85,53,68)
#4B2F3C
(75,47,60)
#412934
(65,41,52)
#37232C
(55,35,44)
#2D1D24
(45,29,36)
#23171C
(35,23,28)
#191114
(25,17,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #73475C

#73475C
(115,71,92)
#7F576A
(127,87,106)
#8B6778
(139,103,120)
#977786
(151,119,134)
#A38794
(163,135,148)
#AF97A2
(175,151,162)
#BBA7B0
(187,167,176)
#C7B7BE
(199,183,190)
#D3C7CC
(211,199,204)
#DFD7DA
(223,215,218)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73475C color. Also use rgb(115,71,92) instead hex code.

Text Font Color

.myTextColor { color: #73475C; }

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

This text font color is #73475C.


Background Color

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

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

This div background color is #73475C.


Border color

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

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

This div border color is #73475C.


Opacity

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

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

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

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

This text has shadow with #73475C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73475C on black background.


Color preview on white background

This text has color #73475C on white background.



Black color preview on #73475C background

This text has black color on #73475C background.


White color preview on #73475C background

This text has white color on #73475C background.