COLOR #735E85

HEX: #735E85
RGB: (115,94,133)

Color info

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

RGB color model

#735E85 color RGB value is (115,94,133).

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

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 133 of 255 = 52%

115
94
133

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

Portions of RGB colors in percentages

R + G + B =
115 + 94 + 133 = 342 (100%)
R 115 of 342 ~ 33.63%
G 94 of 342 ~ 27.49%
B 133 of 342 ~ 38.89%

%33.63
%27.49
%38.89

CMYK color model

#735E85 color CMYK value is (14,29,0,48).

  • cyan value is 13.53%
  • magenta value is 29.32%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(14,29,0,48)
C14M29Y0K48 
(14%,29%,0%,48%)
(0.14/0.29/0.00/0.48)	

CMYK percentages

%13.53
%29.32
%0
%47.84

Codes

Color #735E85 in popluar color models

735E85
RGB11594133
HSL272°17.18%44.51%
HSB/HSV272°29.32%52.16%
CMYK13.53%29.32%0.00%
47.84%

Color #735E85 in popluar number systems.

HEX735E85
Decimal11594133
Binary1110011101111010000101
Octal163136205

Shades and tints

Shades of #735E85

#735E85
(115,94,133)
#695679
(105,86,121)
#5F4E6D
(95,78,109)
#554661
(85,70,97)
#4B3E55
(75,62,85)
#413649
(65,54,73)
#372E3D
(55,46,61)
#2D2631
(45,38,49)
#231E25
(35,30,37)
#191619
(25,22,25)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #735E85

#735E85
(115,94,133)
#7F6C90
(127,108,144)
#8B7A9B
(139,122,155)
#9788A6
(151,136,166)
#A396B1
(163,150,177)
#AFA4BC
(175,164,188)
#BBB2C7
(187,178,199)
#C7C0D2
(199,192,210)
#D3CEDD
(211,206,221)
#DFDCE8
(223,220,232)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735E85 color. Also use rgb(115,94,133) instead hex code.

Text Font Color

.myTextColor { color: #735E85; }

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

This text font color is #735E85.


Background Color

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

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

This div background color is #735E85.


Border color

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

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

This div border color is #735E85.


Opacity

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

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

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

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

This text has shadow with #735E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735E85 on black background.


Color preview on white background

This text has color #735E85 on white background.



Black color preview on #735E85 background

This text has black color on #735E85 background.


White color preview on #735E85 background

This text has white color on #735E85 background.