COLOR #73385F

HEX: #73385F
RGB: (115,56,95)

Color info

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

RGB color model

#73385F color RGB value is (115,56,95).

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

RGB channels and saturation

R 115 of 255 = 45%
G 56 of 255 = 22%
B 95 of 255 = 37%

115
56
95

R + G + B ~ 35%. #73385F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 56 + 95 = 266 (100%)
R 115 of 266 ~ 43.23%
G 56 of 266 ~ 21.05%
B 95 of 266 ~ 35.71%

%43.23
%21.05
%35.71

CMYK color model

#73385F color CMYK value is (0,51,17,55).

  • cyan value is 0.00%
  • magenta value is 51.30%
  • yellow value is 17.39%
  • key color value is 54.90%
CMYK:
(0,51,17,55)
C0M51Y17K55 
(0%,51%,17%,55%)
(0.00/0.51/0.17/0.55)	

CMYK percentages

%0
%51.3
%17.39
%54.9

Codes

Color #73385F in popluar color models

73385F
RGB1155695
HSL320°34.50%33.53%
HSB/HSV320°51.30%45.10%
CMYK0.00%51.30%17.39%
54.90%

Color #73385F in popluar number systems.

HEX73385F
Decimal1155695
Binary11100111110001011111
Octal16370137

Shades and tints

Shades of #73385F

#73385F
(115,56,95)
#693357
(105,51,87)
#5F2E4F
(95,46,79)
#552947
(85,41,71)
#4B243F
(75,36,63)
#411F37
(65,31,55)
#371A2F
(55,26,47)
#2D1527
(45,21,39)
#23101F
(35,16,31)
#190B17
(25,11,23)
#0F060F
(15,6,15)
#000000
(0,0,0)

Tints of #73385F

#73385F
(115,56,95)
#7F4A6D
(127,74,109)
#8B5C7B
(139,92,123)
#976E89
(151,110,137)
#A38097
(163,128,151)
#AF92A5
(175,146,165)
#BBA4B3
(187,164,179)
#C7B6C1
(199,182,193)
#D3C8CF
(211,200,207)
#DFDADD
(223,218,221)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73385F; }

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

This text font color is #73385F.


Background Color

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

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

This div background color is #73385F.


Border color

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

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

This div border color is #73385F.


Opacity

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

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

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

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

This text has shadow with #73385F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73385F on black background.


Color preview on white background

This text has color #73385F on white background.



Black color preview on #73385F background

This text has black color on #73385F background.


White color preview on #73385F background

This text has white color on #73385F background.