COLOR #73475D

HEX: #73475D
RGB: (115,71,93)

Color info

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

RGB color model

#73475D color RGB value is (115,71,93).

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

RGB channels and saturation

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

115
71
93

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

Portions of RGB colors in percentages

R + G + B =
115 + 71 + 93 = 279 (100%)
R 115 of 279 ~ 41.22%
G 71 of 279 ~ 25.45%
B 93 of 279 ~ 33.33%

%41.22
%25.45
%33.33

CMYK color model

#73475D color CMYK value is (0,38,19,55).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 19.13%
  • key color value is 54.90%
CMYK:
(0,38,19,55)
C0M38Y19K55 
(0%,38%,19%,55%)
(0.00/0.38/0.19/0.55)	

CMYK percentages

%0
%38.26
%19.13
%54.9

Codes

Color #73475D in popluar color models

73475D
RGB1157193
HSL330°23.66%36.47%
HSB/HSV330°38.26%45.10%
CMYK0.00%38.26%19.13%
54.90%

Color #73475D in popluar number systems.

HEX73475D
Decimal1157193
Binary111001110001111011101
Octal163107135

Shades and tints

Shades of #73475D

#73475D
(115,71,93)
#694155
(105,65,85)
#5F3B4D
(95,59,77)
#553545
(85,53,69)
#4B2F3D
(75,47,61)
#412935
(65,41,53)
#37232D
(55,35,45)
#2D1D25
(45,29,37)
#23171D
(35,23,29)
#191115
(25,17,21)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #73475D

#73475D
(115,71,93)
#7F576B
(127,87,107)
#8B6779
(139,103,121)
#977787
(151,119,135)
#A38795
(163,135,149)
#AF97A3
(175,151,163)
#BBA7B1
(187,167,177)
#C7B7BF
(199,183,191)
#D3C7CD
(211,199,205)
#DFD7DB
(223,215,219)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73475D; }

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

This text font color is #73475D.


Background Color

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

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

This div background color is #73475D.


Border color

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

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

This div border color is #73475D.


Opacity

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

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

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

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

This text has shadow with #73475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73475D on black background.


Color preview on white background

This text has color #73475D on white background.



Black color preview on #73475D background

This text has black color on #73475D background.


White color preview on #73475D background

This text has white color on #73475D background.