COLOR #73275F

HEX: #73275F
RGB: (115,39,95)

Color info

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

RGB color model

#73275F color RGB value is (115,39,95).

  • red value is 115;
  • green value is 39;
  • blue value is 95.
RGB:
(115,39,95)
(45%,15%,37%)

RGB channels and saturation

R 115 of 255 = 45%
G 39 of 255 = 15%
B 95 of 255 = 37%

115
39
95

R + G + B ~ 32%. #73275F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 39 + 95 = 249 (100%)
R 115 of 249 ~ 46.18%
G 39 of 249 ~ 15.66%
B 95 of 249 ~ 38.15%

%46.18
%15.66
%38.15

CMYK color model

#73275F color CMYK value is (0,66,17,55).

  • cyan value is 0.00%
  • magenta value is 66.09%
  • yellow value is 17.39%
  • key color value is 54.90%
CMYK:
(0,66,17,55)
C0M66Y17K55 
(0%,66%,17%,55%)
(0.00/0.66/0.17/0.55)	

CMYK percentages

%0
%66.09
%17.39
%54.9

Codes

Color #73275F in popluar color models

73275F
RGB1153995
HSL316°49.35%30.20%
HSB/HSV316°66.09%45.10%
CMYK0.00%66.09%17.39%
54.90%

Color #73275F in popluar number systems.

HEX73275F
Decimal1153995
Binary11100111001111011111
Octal16347137

Shades and tints

Shades of #73275F

#73275F
(115,39,95)
#692457
(105,36,87)
#5F214F
(95,33,79)
#551E47
(85,30,71)
#4B1B3F
(75,27,63)
#411837
(65,24,55)
#37152F
(55,21,47)
#2D1227
(45,18,39)
#230F1F
(35,15,31)
#190C17
(25,12,23)
#0F090F
(15,9,15)
#000000
(0,0,0)

Tints of #73275F

#73275F
(115,39,95)
#7F3A6D
(127,58,109)
#8B4D7B
(139,77,123)
#976089
(151,96,137)
#A37397
(163,115,151)
#AF86A5
(175,134,165)
#BB99B3
(187,153,179)
#C7ACC1
(199,172,193)
#D3BFCF
(211,191,207)
#DFD2DD
(223,210,221)
#EBE5EB
(235,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73275F color. Also use rgb(115,39,95) instead hex code.

Text Font Color

.myTextColor { color: #73275F; }

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

This text font color is #73275F.


Background Color

.myBgColor { background-color: #73275F; }

<div style="background-color:#73275F">Inner text</div>

This div background color is #73275F.


Border color

.myBorderColor { border: 1px solid #73275F; }

<div style="border:3px solid #73275F">Div</div>

This div border color is #73275F.


Opacity

.myOpacity80 { color: #73275F; opacity: 0.8; }

<p style="color:#73275F;opacity:0.8;">80%</p>

Text with #73275F 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 #73275F;}

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

This text has shadow with #73275F color.

.textShadow {text-shadow: 3px 3px 1px #73275F, 3px 3px 1px red;}

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

This text has shadow with #73275F primary color and red secondary color.


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

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

This text has shadow with #73275F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73275F on black background.


Color preview on white background

This text has color #73275F on white background.



Black color preview on #73275F background

This text has black color on #73275F background.


White color preview on #73275F background

This text has white color on #73275F background.