COLOR #735F88

HEX: #735F88
RGB: (115,95,136)

Color info

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

RGB color model

#735F88 color RGB value is (115,95,136).

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

RGB channels and saturation

R 115 of 255 = 45%
G 95 of 255 = 37%
B 136 of 255 = 53%

115
95
136

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

Portions of RGB colors in percentages

R + G + B =
115 + 95 + 136 = 346 (100%)
R 115 of 346 ~ 33.24%
G 95 of 346 ~ 27.46%
B 136 of 346 ~ 39.31%

%33.24
%27.46
%39.31

CMYK color model

#735F88 color CMYK value is (15,30,0,47).

  • cyan value is 15.44%
  • magenta value is 30.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(15,30,0,47)
C15M30Y0K47 
(15%,30%,0%,47%)
(0.15/0.30/0.00/0.47)	

CMYK percentages

%15.44
%30.15
%0
%46.67

Codes

Color #735F88 in popluar color models

735F88
RGB11595136
HSL269°17.75%45.29%
HSB/HSV269°30.15%53.33%
CMYK15.44%30.15%0.00%
46.67%

Color #735F88 in popluar number systems.

HEX735F88
Decimal11595136
Binary1110011101111110001000
Octal163137210

Shades and tints

Shades of #735F88

#735F88
(115,95,136)
#69577C
(105,87,124)
#5F4F70
(95,79,112)
#554764
(85,71,100)
#4B3F58
(75,63,88)
#41374C
(65,55,76)
#372F40
(55,47,64)
#2D2734
(45,39,52)
#231F28
(35,31,40)
#19171C
(25,23,28)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #735F88

#735F88
(115,95,136)
#7F6D92
(127,109,146)
#8B7B9C
(139,123,156)
#9789A6
(151,137,166)
#A397B0
(163,151,176)
#AFA5BA
(175,165,186)
#BBB3C4
(187,179,196)
#C7C1CE
(199,193,206)
#D3CFD8
(211,207,216)
#DFDDE2
(223,221,226)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735F88; }

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

This text font color is #735F88.


Background Color

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

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

This div background color is #735F88.


Border color

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

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

This div border color is #735F88.


Opacity

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

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

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

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

This text has shadow with #735F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735F88 on black background.


Color preview on white background

This text has color #735F88 on white background.



Black color preview on #735F88 background

This text has black color on #735F88 background.


White color preview on #735F88 background

This text has white color on #735F88 background.