COLOR #73476D

HEX: #73476D
RGB: (115,71,109)

Color info

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

RGB color model

#73476D color RGB value is (115,71,109).

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

RGB channels and saturation

R 115 of 255 = 45%
G 71 of 255 = 28%
B 109 of 255 = 43%

115
71
109

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

Portions of RGB colors in percentages

R + G + B =
115 + 71 + 109 = 295 (100%)
R 115 of 295 ~ 38.98%
G 71 of 295 ~ 24.07%
B 109 of 295 ~ 36.95%

%38.98
%24.07
%36.95

CMYK color model

#73476D color CMYK value is (0,38,5,55).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(0,38,5,55)
C0M38Y5K55 
(0%,38%,5%,55%)
(0.00/0.38/0.05/0.55)	

CMYK percentages

%0
%38.26
%5.22
%54.9

Codes

Color #73476D in popluar color models

73476D
RGB11571109
HSL308°23.66%36.47%
HSB/HSV308°38.26%45.10%
CMYK0.00%38.26%5.22%
54.90%

Color #73476D in popluar number systems.

HEX73476D
Decimal11571109
Binary111001110001111101101
Octal163107155

Shades and tints

Shades of #73476D

#73476D
(115,71,109)
#694164
(105,65,100)
#5F3B5B
(95,59,91)
#553552
(85,53,82)
#4B2F49
(75,47,73)
#412940
(65,41,64)
#372337
(55,35,55)
#2D1D2E
(45,29,46)
#231725
(35,23,37)
#19111C
(25,17,28)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #73476D

#73476D
(115,71,109)
#7F577A
(127,87,122)
#8B6787
(139,103,135)
#977794
(151,119,148)
#A387A1
(163,135,161)
#AF97AE
(175,151,174)
#BBA7BB
(187,167,187)
#C7B7C8
(199,183,200)
#D3C7D5
(211,199,213)
#DFD7E2
(223,215,226)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73476D; }

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

This text font color is #73476D.


Background Color

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

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

This div background color is #73476D.


Border color

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

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

This div border color is #73476D.


Opacity

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

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

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

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

This text has shadow with #73476D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73476D on black background.


Color preview on white background

This text has color #73476D on white background.



Black color preview on #73476D background

This text has black color on #73476D background.


White color preview on #73476D background

This text has white color on #73476D background.