COLOR #73496A

HEX: #73496A
RGB: (115,73,106)

Color info

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

RGB color model

#73496A color RGB value is (115,73,106).

  • red value is 115;
  • green value is 73;
  • blue value is 106.
RGB:
(115,73,106)
(45%,29%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 73 of 255 = 29%
B 106 of 255 = 42%

115
73
106

R + G + B ~ 39%. #73496A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 73 + 106 = 294 (100%)
R 115 of 294 ~ 39.12%
G 73 of 294 ~ 24.83%
B 106 of 294 ~ 36.05%

%39.12
%24.83
%36.05

CMYK color model

#73496A color CMYK value is (0,37,8,55).

  • cyan value is 0.00%
  • magenta value is 36.52%
  • yellow value is 7.83%
  • key color value is 54.90%
CMYK:
(0,37,8,55)
C0M37Y8K55 
(0%,37%,8%,55%)
(0.00/0.37/0.08/0.55)	

CMYK percentages

%0
%36.52
%7.83
%54.9

Codes

Color #73496A in popluar color models

73496A
RGB11573106
HSL313°22.34%36.86%
HSB/HSV313°36.52%45.10%
CMYK0.00%36.52%7.83%
54.90%

Color #73496A in popluar number systems.

HEX73496A
Decimal11573106
Binary111001110010011101010
Octal163111152

Shades and tints

Shades of #73496A

#73496A
(115,73,106)
#694361
(105,67,97)
#5F3D58
(95,61,88)
#55374F
(85,55,79)
#4B3146
(75,49,70)
#412B3D
(65,43,61)
#372534
(55,37,52)
#2D1F2B
(45,31,43)
#231922
(35,25,34)
#191319
(25,19,25)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #73496A

#73496A
(115,73,106)
#7F5977
(127,89,119)
#8B6984
(139,105,132)
#977991
(151,121,145)
#A3899E
(163,137,158)
#AF99AB
(175,153,171)
#BBA9B8
(187,169,184)
#C7B9C5
(199,185,197)
#D3C9D2
(211,201,210)
#DFD9DF
(223,217,223)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73496A color. Also use rgb(115,73,106) instead hex code.

Text Font Color

.myTextColor { color: #73496A; }

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

This text font color is #73496A.


Background Color

.myBgColor { background-color: #73496A; }

<div style="background-color:#73496A">Inner text</div>

This div background color is #73496A.


Border color

.myBorderColor { border: 1px solid #73496A; }

<div style="border:3px solid #73496A">Div</div>

This div border color is #73496A.


Opacity

.myOpacity80 { color: #73496A; opacity: 0.8; }

<p style="color:#73496A;opacity:0.8;">80%</p>

Text with #73496A 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 #73496A;}

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

This text has shadow with #73496A color.

.textShadow {text-shadow: 3px 3px 1px #73496A, 3px 3px 1px red;}

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

This text has shadow with #73496A primary color and red secondary color.


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

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

This text has shadow with #73496A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73496A on black background.


Color preview on white background

This text has color #73496A on white background.



Black color preview on #73496A background

This text has black color on #73496A background.


White color preview on #73496A background

This text has white color on #73496A background.