COLOR #735F84

HEX: #735F84
RGB: (115,95,132)

Color info

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

RGB color model

#735F84 color RGB value is (115,95,132).

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

RGB channels and saturation

R 115 of 255 = 45%
G 95 of 255 = 37%
B 132 of 255 = 52%

115
95
132

R + G + B ~ 45%. #735F84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 95 + 132 = 342 (100%)
R 115 of 342 ~ 33.63%
G 95 of 342 ~ 27.78%
B 132 of 342 ~ 38.6%

%33.63
%27.78
%38.6

CMYK color model

#735F84 color CMYK value is (13,28,0,48).

  • cyan value is 12.88%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(13,28,0,48)
C13M28Y0K48 
(13%,28%,0%,48%)
(0.13/0.28/0.00/0.48)	

CMYK percentages

%12.88
%28.03
%0
%48.24

Codes

Color #735F84 in popluar color models

735F84
RGB11595132
HSL272°16.30%44.51%
HSB/HSV272°28.03%51.76%
CMYK12.88%28.03%0.00%
48.24%

Color #735F84 in popluar number systems.

HEX735F84
Decimal11595132
Binary1110011101111110000100
Octal163137204

Shades and tints

Shades of #735F84

#735F84
(115,95,132)
#695778
(105,87,120)
#5F4F6C
(95,79,108)
#554760
(85,71,96)
#4B3F54
(75,63,84)
#413748
(65,55,72)
#372F3C
(55,47,60)
#2D2730
(45,39,48)
#231F24
(35,31,36)
#191718
(25,23,24)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #735F84

#735F84
(115,95,132)
#7F6D8F
(127,109,143)
#8B7B9A
(139,123,154)
#9789A5
(151,137,165)
#A397B0
(163,151,176)
#AFA5BB
(175,165,187)
#BBB3C6
(187,179,198)
#C7C1D1
(199,193,209)
#D3CFDC
(211,207,220)
#DFDDE7
(223,221,231)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735F84; }

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

This text font color is #735F84.


Background Color

.myBgColor { background-color: #735F84; }

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

This div background color is #735F84.


Border color

.myBorderColor { border: 1px solid #735F84; }

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

This div border color is #735F84.


Opacity

.myOpacity80 { color: #735F84; opacity: 0.8; }

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

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

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

This text has shadow with #735F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735F84 on black background.


Color preview on white background

This text has color #735F84 on white background.



Black color preview on #735F84 background

This text has black color on #735F84 background.


White color preview on #735F84 background

This text has white color on #735F84 background.