COLOR #735684

HEX: #735684
RGB: (115,86,132)

Color info

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

RGB color model

#735684 color RGB value is (115,86,132).

  • red value is 115;
  • green value is 86;
  • blue value is 132.
RGB:
(115,86,132)
(45%,34%,52%)

RGB channels and saturation

R 115 of 255 = 45%
G 86 of 255 = 34%
B 132 of 255 = 52%

115
86
132

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

Portions of RGB colors in percentages

R + G + B =
115 + 86 + 132 = 333 (100%)
R 115 of 333 ~ 34.53%
G 86 of 333 ~ 25.83%
B 132 of 333 ~ 39.64%

%34.53
%25.83
%39.64

CMYK color model

#735684 color CMYK value is (13,35,0,48).

  • cyan value is 12.88%
  • magenta value is 34.85%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(13,35,0,48)
C13M35Y0K48 
(13%,35%,0%,48%)
(0.13/0.35/0.00/0.48)	

CMYK percentages

%12.88
%34.85
%0
%48.24

Codes

Color #735684 in popluar color models

735684
RGB11586132
HSL278°21.10%42.75%
HSB/HSV278°34.85%51.76%
CMYK12.88%34.85%0.00%
48.24%

Color #735684 in popluar number systems.

HEX735684
Decimal11586132
Binary1110011101011010000100
Octal163126204

Shades and tints

Shades of #735684

#735684
(115,86,132)
#694F78
(105,79,120)
#5F486C
(95,72,108)
#554160
(85,65,96)
#4B3A54
(75,58,84)
#413348
(65,51,72)
#372C3C
(55,44,60)
#2D2530
(45,37,48)
#231E24
(35,30,36)
#191718
(25,23,24)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #735684

#735684
(115,86,132)
#7F658F
(127,101,143)
#8B749A
(139,116,154)
#9783A5
(151,131,165)
#A392B0
(163,146,176)
#AFA1BB
(175,161,187)
#BBB0C6
(187,176,198)
#C7BFD1
(199,191,209)
#D3CEDC
(211,206,220)
#DFDDE7
(223,221,231)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735684 color. Also use rgb(115,86,132) instead hex code.

Text Font Color

.myTextColor { color: #735684; }

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

This text font color is #735684.


Background Color

.myBgColor { background-color: #735684; }

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

This div background color is #735684.


Border color

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

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

This div border color is #735684.


Opacity

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

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

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

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

This text has shadow with #735684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735684 on black background.


Color preview on white background

This text has color #735684 on white background.



Black color preview on #735684 background

This text has black color on #735684 background.


White color preview on #735684 background

This text has white color on #735684 background.