COLOR #73527A

HEX: #73527A
RGB: (115,82,122)

Color info

#73527A contains red, green and blue colors in about the same proportion. Web safe color of #73527A is #666666 (or #666).

RGB color model

#73527A color RGB value is (115,82,122).

  • red value is 115;
  • green value is 82;
  • blue value is 122.
RGB:
(115,82,122)
(45%,32%,48%)

RGB channels and saturation

R 115 of 255 = 45%
G 82 of 255 = 32%
B 122 of 255 = 48%

115
82
122

R + G + B ~ 42%. #73527A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 82 + 122 = 319 (100%)
R 115 of 319 ~ 36.05%
G 82 of 319 ~ 25.71%
B 122 of 319 ~ 38.24%

%36.05
%25.71
%38.24

CMYK color model

#73527A color CMYK value is (6,33,0,52).

  • cyan value is 5.74%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(6,33,0,52)
C6M33Y0K52 
(6%,33%,0%,52%)
(0.06/0.33/0.00/0.52)	

CMYK percentages

%5.74
%32.79
%0
%52.16

Codes

Color #73527A in popluar color models

73527A
RGB11582122
HSL290°19.61%40.00%
HSB/HSV290°32.79%47.84%
CMYK5.74%32.79%0.00%
52.16%

Color #73527A in popluar number systems.

HEX73527A
Decimal11582122
Binary111001110100101111010
Octal163122172

Shades and tints

Shades of #73527A

#73527A
(115,82,122)
#694B6F
(105,75,111)
#5F4464
(95,68,100)
#553D59
(85,61,89)
#4B364E
(75,54,78)
#412F43
(65,47,67)
#372838
(55,40,56)
#2D212D
(45,33,45)
#231A22
(35,26,34)
#191317
(25,19,23)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #73527A

#73527A
(115,82,122)
#7F6186
(127,97,134)
#8B7092
(139,112,146)
#977F9E
(151,127,158)
#A38EAA
(163,142,170)
#AF9DB6
(175,157,182)
#BBACC2
(187,172,194)
#C7BBCE
(199,187,206)
#D3CADA
(211,202,218)
#DFD9E6
(223,217,230)
#EBE8F2
(235,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73527A color. Also use rgb(115,82,122) instead hex code.

Text Font Color

.myTextColor { color: #73527A; }

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

This text font color is #73527A.


Background Color

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

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

This div background color is #73527A.


Border color

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

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

This div border color is #73527A.


Opacity

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

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

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

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

This text has shadow with #73527A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73527A on black background.


Color preview on white background

This text has color #73527A on white background.



Black color preview on #73527A background

This text has black color on #73527A background.


White color preview on #73527A background

This text has white color on #73527A background.