COLOR #73346A

HEX: #73346A
RGB: (115,52,106)

Color info

#73346A contains mainly red and blue colors. Web safe color of #73346A is #663366 (or #636).

RGB color model

#73346A color RGB value is (115,52,106).

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

RGB channels and saturation

R 115 of 255 = 45%
G 52 of 255 = 20%
B 106 of 255 = 42%

115
52
106

R + G + B ~ 36%. #73346A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 52 + 106 = 273 (100%)
R 115 of 273 ~ 42.12%
G 52 of 273 ~ 19.05%
B 106 of 273 ~ 38.83%

%42.12
%19.05
%38.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 54.78%
  • yellow value is 7.83%
  • key color value is 54.90%
CMYK:
(0,55,8,55)
C0M55Y8K55 
(0%,55%,8%,55%)
(0.00/0.55/0.08/0.55)	

CMYK percentages

%0
%54.78
%7.83
%54.9

Codes

Color #73346A in popluar color models

73346A
RGB11552106
HSL309°37.72%32.75%
HSB/HSV309°54.78%45.10%
CMYK0.00%54.78%7.83%
54.90%

Color #73346A in popluar number systems.

HEX73346A
Decimal11552106
Binary11100111101001101010
Octal16364152

Shades and tints

Shades of #73346A

#73346A
(115,52,106)
#693061
(105,48,97)
#5F2C58
(95,44,88)
#55284F
(85,40,79)
#4B2446
(75,36,70)
#41203D
(65,32,61)
#371C34
(55,28,52)
#2D182B
(45,24,43)
#231422
(35,20,34)
#191019
(25,16,25)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #73346A

#73346A
(115,52,106)
#7F4677
(127,70,119)
#8B5884
(139,88,132)
#976A91
(151,106,145)
#A37C9E
(163,124,158)
#AF8EAB
(175,142,171)
#BBA0B8
(187,160,184)
#C7B2C5
(199,178,197)
#D3C4D2
(211,196,210)
#DFD6DF
(223,214,223)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73346A; }

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

This text font color is #73346A.


Background Color

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

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

This div background color is #73346A.


Border color

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

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

This div border color is #73346A.


Opacity

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

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

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

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

This text has shadow with #73346A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73346A on black background.


Color preview on white background

This text has color #73346A on white background.



Black color preview on #73346A background

This text has black color on #73346A background.


White color preview on #73346A background

This text has white color on #73346A background.