COLOR #735472

HEX: #735472
RGB: (115,84,114)

Color info

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

RGB color model

#735472 color RGB value is (115,84,114).

  • red value is 115;
  • green value is 84;
  • blue value is 114.
RGB:
(115,84,114)
(45%,33%,45%)

RGB channels and saturation

R 115 of 255 = 45%
G 84 of 255 = 33%
B 114 of 255 = 45%

115
84
114

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

Portions of RGB colors in percentages

R + G + B =
115 + 84 + 114 = 313 (100%)
R 115 of 313 ~ 36.74%
G 84 of 313 ~ 26.84%
B 114 of 313 ~ 36.42%

%36.74
%26.84
%36.42

CMYK color model

#735472 color CMYK value is (0,27,1,55).

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 0.87%
  • key color value is 54.90%
CMYK:
(0,27,1,55)
C0M27Y1K55 
(0%,27%,1%,55%)
(0.00/0.27/0.01/0.55)	

CMYK percentages

%0
%26.96
%0.87
%54.9

Codes

Color #735472 in popluar color models

735472
RGB11584114
HSL302°15.58%39.02%
HSB/HSV302°26.96%45.10%
CMYK0.00%26.96%0.87%
54.90%

Color #735472 in popluar number systems.

HEX735472
Decimal11584114
Binary111001110101001110010
Octal163124162

Shades and tints

Shades of #735472

#735472
(115,84,114)
#694D68
(105,77,104)
#5F465E
(95,70,94)
#553F54
(85,63,84)
#4B384A
(75,56,74)
#413140
(65,49,64)
#372A36
(55,42,54)
#2D232C
(45,35,44)
#231C22
(35,28,34)
#191518
(25,21,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #735472

#735472
(115,84,114)
#7F637E
(127,99,126)
#8B728A
(139,114,138)
#978196
(151,129,150)
#A390A2
(163,144,162)
#AF9FAE
(175,159,174)
#BBAEBA
(187,174,186)
#C7BDC6
(199,189,198)
#D3CCD2
(211,204,210)
#DFDBDE
(223,219,222)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735472 color. Also use rgb(115,84,114) instead hex code.

Text Font Color

.myTextColor { color: #735472; }

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

This text font color is #735472.


Background Color

.myBgColor { background-color: #735472; }

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

This div background color is #735472.


Border color

.myBorderColor { border: 1px solid #735472; }

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

This div border color is #735472.


Opacity

.myOpacity80 { color: #735472; opacity: 0.8; }

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

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

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

This text has shadow with #735472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735472 on black background.


Color preview on white background

This text has color #735472 on white background.



Black color preview on #735472 background

This text has black color on #735472 background.


White color preview on #735472 background

This text has white color on #735472 background.