COLOR #735477

HEX: #735477
RGB: (115,84,119)

Color info

#735477 contains red, green and blue colors in about the same proportion. Web safe color of #735477 is #666666 (or #666).

RGB color model

#735477 color RGB value is (115,84,119).

  • red value is 115;
  • green value is 84;
  • blue value is 119.
RGB:
(115,84,119)
(45%,33%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 84 of 255 = 33%
B 119 of 255 = 47%

115
84
119

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

Portions of RGB colors in percentages

R + G + B =
115 + 84 + 119 = 318 (100%)
R 115 of 318 ~ 36.16%
G 84 of 318 ~ 26.42%
B 119 of 318 ~ 37.42%

%36.16
%26.42
%37.42

CMYK color model

#735477 color CMYK value is (3,29,0,53).

  • cyan value is 3.36%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(3,29,0,53)
C3M29Y0K53 
(3%,29%,0%,53%)
(0.03/0.29/0.00/0.53)	

CMYK percentages

%3.36
%29.41
%0
%53.33

Codes

Color #735477 in popluar color models

735477
RGB11584119
HSL293°17.24%39.80%
HSB/HSV293°29.41%46.67%
CMYK3.36%29.41%0.00%
53.33%

Color #735477 in popluar number systems.

HEX735477
Decimal11584119
Binary111001110101001110111
Octal163124167

Shades and tints

Shades of #735477

#735477
(115,84,119)
#694D6D
(105,77,109)
#5F4663
(95,70,99)
#553F59
(85,63,89)
#4B384F
(75,56,79)
#413145
(65,49,69)
#372A3B
(55,42,59)
#2D2331
(45,35,49)
#231C27
(35,28,39)
#19151D
(25,21,29)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #735477

#735477
(115,84,119)
#7F6383
(127,99,131)
#8B728F
(139,114,143)
#97819B
(151,129,155)
#A390A7
(163,144,167)
#AF9FB3
(175,159,179)
#BBAEBF
(187,174,191)
#C7BDCB
(199,189,203)
#D3CCD7
(211,204,215)
#DFDBE3
(223,219,227)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735477 color. Also use rgb(115,84,119) instead hex code.

Text Font Color

.myTextColor { color: #735477; }

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

This text font color is #735477.


Background Color

.myBgColor { background-color: #735477; }

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

This div background color is #735477.


Border color

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

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

This div border color is #735477.


Opacity

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

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

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

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

This text has shadow with #735477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735477 on black background.


Color preview on white background

This text has color #735477 on white background.



Black color preview on #735477 background

This text has black color on #735477 background.


White color preview on #735477 background

This text has white color on #735477 background.