COLOR #735388

HEX: #735388
RGB: (115,83,136)

Color info

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

RGB color model

#735388 color RGB value is (115,83,136).

  • red value is 115;
  • green value is 83;
  • blue value is 136.
RGB:
(115,83,136)
(45%,33%,53%)

RGB channels and saturation

R 115 of 255 = 45%
G 83 of 255 = 33%
B 136 of 255 = 53%

115
83
136

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

Portions of RGB colors in percentages

R + G + B =
115 + 83 + 136 = 334 (100%)
R 115 of 334 ~ 34.43%
G 83 of 334 ~ 24.85%
B 136 of 334 ~ 40.72%

%34.43
%24.85
%40.72

CMYK color model

#735388 color CMYK value is (15,39,0,47).

  • cyan value is 15.44%
  • magenta value is 38.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(15,39,0,47)
C15M39Y0K47 
(15%,39%,0%,47%)
(0.15/0.39/0.00/0.47)	

CMYK percentages

%15.44
%38.97
%0
%46.67

Codes

Color #735388 in popluar color models

735388
RGB11583136
HSL276°24.20%42.94%
HSB/HSV276°38.97%53.33%
CMYK15.44%38.97%0.00%
46.67%

Color #735388 in popluar number systems.

HEX735388
Decimal11583136
Binary1110011101001110001000
Octal163123210

Shades and tints

Shades of #735388

#735388
(115,83,136)
#694C7C
(105,76,124)
#5F4570
(95,69,112)
#553E64
(85,62,100)
#4B3758
(75,55,88)
#41304C
(65,48,76)
#372940
(55,41,64)
#2D2234
(45,34,52)
#231B28
(35,27,40)
#19141C
(25,20,28)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #735388

#735388
(115,83,136)
#7F6292
(127,98,146)
#8B719C
(139,113,156)
#9780A6
(151,128,166)
#A38FB0
(163,143,176)
#AF9EBA
(175,158,186)
#BBADC4
(187,173,196)
#C7BCCE
(199,188,206)
#D3CBD8
(211,203,216)
#DFDAE2
(223,218,226)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735388 color. Also use rgb(115,83,136) instead hex code.

Text Font Color

.myTextColor { color: #735388; }

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

This text font color is #735388.


Background Color

.myBgColor { background-color: #735388; }

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

This div background color is #735388.


Border color

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

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

This div border color is #735388.


Opacity

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

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

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

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

This text has shadow with #735388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735388 on black background.


Color preview on white background

This text has color #735388 on white background.



Black color preview on #735388 background

This text has black color on #735388 background.


White color preview on #735388 background

This text has white color on #735388 background.