COLOR #73427B

HEX: #73427B
RGB: (115,66,123)

Color info

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

RGB color model

#73427B color RGB value is (115,66,123).

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

RGB channels and saturation

R 115 of 255 = 45%
G 66 of 255 = 26%
B 123 of 255 = 48%

115
66
123

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

Portions of RGB colors in percentages

R + G + B =
115 + 66 + 123 = 304 (100%)
R 115 of 304 ~ 37.83%
G 66 of 304 ~ 21.71%
B 123 of 304 ~ 40.46%

%37.83
%21.71
%40.46

CMYK color model

#73427B color CMYK value is (7,46,0,52).

  • cyan value is 6.50%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,46,0,52)
C7M46Y0K52 
(7%,46%,0%,52%)
(0.07/0.46/0.00/0.52)	

CMYK percentages

%6.5
%46.34
%0
%51.76

Codes

Color #73427B in popluar color models

73427B
RGB11566123
HSL292°30.16%37.06%
HSB/HSV292°46.34%48.24%
CMYK6.50%46.34%0.00%
51.76%

Color #73427B in popluar number systems.

HEX73427B
Decimal11566123
Binary111001110000101111011
Octal163102173

Shades and tints

Shades of #73427B

#73427B
(115,66,123)
#693C70
(105,60,112)
#5F3665
(95,54,101)
#55305A
(85,48,90)
#4B2A4F
(75,42,79)
#412444
(65,36,68)
#371E39
(55,30,57)
#2D182E
(45,24,46)
#231223
(35,18,35)
#190C18
(25,12,24)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #73427B

#73427B
(115,66,123)
#7F5387
(127,83,135)
#8B6493
(139,100,147)
#97759F
(151,117,159)
#A386AB
(163,134,171)
#AF97B7
(175,151,183)
#BBA8C3
(187,168,195)
#C7B9CF
(199,185,207)
#D3CADB
(211,202,219)
#DFDBE7
(223,219,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73427B; }

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

This text font color is #73427B.


Background Color

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

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

This div background color is #73427B.


Border color

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

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

This div border color is #73427B.


Opacity

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

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

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

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

This text has shadow with #73427B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73427B on black background.


Color preview on white background

This text has color #73427B on white background.



Black color preview on #73427B background

This text has black color on #73427B background.


White color preview on #73427B background

This text has white color on #73427B background.