COLOR #73457B

HEX: #73457B
RGB: (115,69,123)

Color info

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

RGB color model

#73457B color RGB value is (115,69,123).

  • red value is 115;
  • green value is 69;
  • blue value is 123.
RGB:
(115,69,123)
(45%,27%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 69 of 255 = 27%
B 123 of 255 = 48%

115
69
123

R + G + B ~ 40%. #73457B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 69 + 123 = 307 (100%)
R 115 of 307 ~ 37.46%
G 69 of 307 ~ 22.48%
B 123 of 307 ~ 40.07%

%37.46
%22.48
%40.07

CMYK color model

#73457B color CMYK value is (7,44,0,52).

  • cyan value is 6.50%
  • magenta value is 43.90%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,44,0,52)
C7M44Y0K52 
(7%,44%,0%,52%)
(0.07/0.44/0.00/0.52)	

CMYK percentages

%6.5
%43.9
%0
%51.76

Codes

Color #73457B in popluar color models

73457B
RGB11569123
HSL291°28.13%37.65%
HSB/HSV291°43.90%48.24%
CMYK6.50%43.90%0.00%
51.76%

Color #73457B in popluar number systems.

HEX73457B
Decimal11569123
Binary111001110001011111011
Octal163105173

Shades and tints

Shades of #73457B

#73457B
(115,69,123)
#693F70
(105,63,112)
#5F3965
(95,57,101)
#55335A
(85,51,90)
#4B2D4F
(75,45,79)
#412744
(65,39,68)
#372139
(55,33,57)
#2D1B2E
(45,27,46)
#231523
(35,21,35)
#190F18
(25,15,24)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #73457B

#73457B
(115,69,123)
#7F5587
(127,85,135)
#8B6593
(139,101,147)
#97759F
(151,117,159)
#A385AB
(163,133,171)
#AF95B7
(175,149,183)
#BBA5C3
(187,165,195)
#C7B5CF
(199,181,207)
#D3C5DB
(211,197,219)
#DFD5E7
(223,213,231)
#EBE5F3
(235,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73457B color. Also use rgb(115,69,123) instead hex code.

Text Font Color

.myTextColor { color: #73457B; }

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

This text font color is #73457B.


Background Color

.myBgColor { background-color: #73457B; }

<div style="background-color:#73457B">Inner text</div>

This div background color is #73457B.


Border color

.myBorderColor { border: 1px solid #73457B; }

<div style="border:3px solid #73457B">Div</div>

This div border color is #73457B.


Opacity

.myOpacity80 { color: #73457B; opacity: 0.8; }

<p style="color:#73457B;opacity:0.8;">80%</p>

Text with #73457B 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 #73457B;}

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

This text has shadow with #73457B color.

.textShadow {text-shadow: 3px 3px 1px #73457B, 3px 3px 1px red;}

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

This text has shadow with #73457B primary color and red secondary color.


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

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

This text has shadow with #73457B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73457B on black background.


Color preview on white background

This text has color #73457B on white background.



Black color preview on #73457B background

This text has black color on #73457B background.


White color preview on #73457B background

This text has white color on #73457B background.