COLOR #735483

HEX: #735483
RGB: (115,84,131)

Color info

#735483 contains red, green and blue colors in about the same proportion. Web safe color of #735483 is #666699 (or #669).

RGB color model

#735483 color RGB value is (115,84,131).

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

RGB channels and saturation

R 115 of 255 = 45%
G 84 of 255 = 33%
B 131 of 255 = 51%

115
84
131

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

Portions of RGB colors in percentages

R + G + B =
115 + 84 + 131 = 330 (100%)
R 115 of 330 ~ 34.85%
G 84 of 330 ~ 25.45%
B 131 of 330 ~ 39.7%

%34.85
%25.45
%39.7

CMYK color model

#735483 color CMYK value is (12,36,0,49).

  • cyan value is 12.21%
  • magenta value is 35.88%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(12,36,0,49)
C12M36Y0K49 
(12%,36%,0%,49%)
(0.12/0.36/0.00/0.49)	

CMYK percentages

%12.21
%35.88
%0
%48.63

Codes

Color #735483 in popluar color models

735483
RGB11584131
HSL280°21.86%42.16%
HSB/HSV280°35.88%51.37%
CMYK12.21%35.88%0.00%
48.63%

Color #735483 in popluar number systems.

HEX735483
Decimal11584131
Binary1110011101010010000011
Octal163124203

Shades and tints

Shades of #735483

#735483
(115,84,131)
#694D78
(105,77,120)
#5F466D
(95,70,109)
#553F62
(85,63,98)
#4B3857
(75,56,87)
#41314C
(65,49,76)
#372A41
(55,42,65)
#2D2336
(45,35,54)
#231C2B
(35,28,43)
#191520
(25,21,32)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #735483

#735483
(115,84,131)
#7F638E
(127,99,142)
#8B7299
(139,114,153)
#9781A4
(151,129,164)
#A390AF
(163,144,175)
#AF9FBA
(175,159,186)
#BBAEC5
(187,174,197)
#C7BDD0
(199,189,208)
#D3CCDB
(211,204,219)
#DFDBE6
(223,219,230)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735483; }

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

This text font color is #735483.


Background Color

.myBgColor { background-color: #735483; }

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

This div background color is #735483.


Border color

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

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

This div border color is #735483.


Opacity

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

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

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

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

This text has shadow with #735483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735483 on black background.


Color preview on white background

This text has color #735483 on white background.



Black color preview on #735483 background

This text has black color on #735483 background.


White color preview on #735483 background

This text has white color on #735483 background.