COLOR #735D89

HEX: #735D89
RGB: (115,93,137)

Color info

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

RGB color model

#735D89 color RGB value is (115,93,137).

  • red value is 115;
  • green value is 93;
  • blue value is 137.
RGB:
(115,93,137)
(45%,36%,54%)

RGB channels and saturation

R 115 of 255 = 45%
G 93 of 255 = 36%
B 137 of 255 = 54%

115
93
137

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

Portions of RGB colors in percentages

R + G + B =
115 + 93 + 137 = 345 (100%)
R 115 of 345 ~ 33.33%
G 93 of 345 ~ 26.96%
B 137 of 345 ~ 39.71%

%33.33
%26.96
%39.71

CMYK color model

#735D89 color CMYK value is (16,32,0,46).

  • cyan value is 16.06%
  • magenta value is 32.12%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(16,32,0,46)
C16M32Y0K46 
(16%,32%,0%,46%)
(0.16/0.32/0.00/0.46)	

CMYK percentages

%16.06
%32.12
%0
%46.27

Codes

Color #735D89 in popluar color models

735D89
RGB11593137
HSL270°19.13%45.10%
HSB/HSV270°32.12%53.73%
CMYK16.06%32.12%0.00%
46.27%

Color #735D89 in popluar number systems.

HEX735D89
Decimal11593137
Binary1110011101110110001001
Octal163135211

Shades and tints

Shades of #735D89

#735D89
(115,93,137)
#69557D
(105,85,125)
#5F4D71
(95,77,113)
#554565
(85,69,101)
#4B3D59
(75,61,89)
#41354D
(65,53,77)
#372D41
(55,45,65)
#2D2535
(45,37,53)
#231D29
(35,29,41)
#19151D
(25,21,29)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #735D89

#735D89
(115,93,137)
#7F6B93
(127,107,147)
#8B799D
(139,121,157)
#9787A7
(151,135,167)
#A395B1
(163,149,177)
#AFA3BB
(175,163,187)
#BBB1C5
(187,177,197)
#C7BFCF
(199,191,207)
#D3CDD9
(211,205,217)
#DFDBE3
(223,219,227)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735D89 color. Also use rgb(115,93,137) instead hex code.

Text Font Color

.myTextColor { color: #735D89; }

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

This text font color is #735D89.


Background Color

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

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

This div background color is #735D89.


Border color

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

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

This div border color is #735D89.


Opacity

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

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

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

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

This text has shadow with #735D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735D89 on black background.


Color preview on white background

This text has color #735D89 on white background.



Black color preview on #735D89 background

This text has black color on #735D89 background.


White color preview on #735D89 background

This text has white color on #735D89 background.