COLOR #735976

HEX: #735976
RGB: (115,89,118)

Color info

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

RGB color model

#735976 color RGB value is (115,89,118).

  • red value is 115;
  • green value is 89;
  • blue value is 118.
RGB:
(115,89,118)
(45%,35%,46%)

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 118 of 255 = 46%

115
89
118

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

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 118 = 322 (100%)
R 115 of 322 ~ 35.71%
G 89 of 322 ~ 27.64%
B 118 of 322 ~ 36.65%

%35.71
%27.64
%36.65

CMYK color model

#735976 color CMYK value is (3,25,0,54).

  • cyan value is 2.54%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,25,0,54)
C3M25Y0K54 
(3%,25%,0%,54%)
(0.03/0.25/0.00/0.54)	

CMYK percentages

%2.54
%24.58
%0
%53.73

Codes

Color #735976 in popluar color models

735976
RGB11589118
HSL294°14.01%40.59%
HSB/HSV294°24.58%46.27%
CMYK2.54%24.58%0.00%
53.73%

Color #735976 in popluar number systems.

HEX735976
Decimal11589118
Binary111001110110011110110
Octal163131166

Shades and tints

Shades of #735976

#735976
(115,89,118)
#69516C
(105,81,108)
#5F4962
(95,73,98)
#554158
(85,65,88)
#4B394E
(75,57,78)
#413144
(65,49,68)
#37293A
(55,41,58)
#2D2130
(45,33,48)
#231926
(35,25,38)
#19111C
(25,17,28)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #735976

#735976
(115,89,118)
#7F6882
(127,104,130)
#8B778E
(139,119,142)
#97869A
(151,134,154)
#A395A6
(163,149,166)
#AFA4B2
(175,164,178)
#BBB3BE
(187,179,190)
#C7C2CA
(199,194,202)
#D3D1D6
(211,209,214)
#DFE0E2
(223,224,226)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735976 color. Also use rgb(115,89,118) instead hex code.

Text Font Color

.myTextColor { color: #735976; }

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

This text font color is #735976.


Background Color

.myBgColor { background-color: #735976; }

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

This div background color is #735976.


Border color

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

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

This div border color is #735976.


Opacity

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

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

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

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

This text has shadow with #735976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735976 on black background.


Color preview on white background

This text has color #735976 on white background.



Black color preview on #735976 background

This text has black color on #735976 background.


White color preview on #735976 background

This text has white color on #735976 background.