COLOR #735565

HEX: #735565
RGB: (115,85,101)

Color info

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

RGB color model

#735565 color RGB value is (115,85,101).

  • red value is 115;
  • green value is 85;
  • blue value is 101.
RGB:
(115,85,101)
(45%,33%,40%)

RGB channels and saturation

R 115 of 255 = 45%
G 85 of 255 = 33%
B 101 of 255 = 40%

115
85
101

R + G + B ~ 39%. #735565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 85 + 101 = 301 (100%)
R 115 of 301 ~ 38.21%
G 85 of 301 ~ 28.24%
B 101 of 301 ~ 33.55%

%38.21
%28.24
%33.55

CMYK color model

#735565 color CMYK value is (0,26,12,55).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 12.17%
  • key color value is 54.90%
CMYK:
(0,26,12,55)
C0M26Y12K55 
(0%,26%,12%,55%)
(0.00/0.26/0.12/0.55)	

CMYK percentages

%0
%26.09
%12.17
%54.9

Codes

Color #735565 in popluar color models

735565
RGB11585101
HSL328°15.00%39.22%
HSB/HSV328°26.09%45.10%
CMYK0.00%26.09%12.17%
54.90%

Color #735565 in popluar number systems.

HEX735565
Decimal11585101
Binary111001110101011100101
Octal163125145

Shades and tints

Shades of #735565

#735565
(115,85,101)
#694E5C
(105,78,92)
#5F4753
(95,71,83)
#55404A
(85,64,74)
#4B3941
(75,57,65)
#413238
(65,50,56)
#372B2F
(55,43,47)
#2D2426
(45,36,38)
#231D1D
(35,29,29)
#191614
(25,22,20)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #735565

#735565
(115,85,101)
#7F6473
(127,100,115)
#8B7381
(139,115,129)
#97828F
(151,130,143)
#A3919D
(163,145,157)
#AFA0AB
(175,160,171)
#BBAFB9
(187,175,185)
#C7BEC7
(199,190,199)
#D3CDD5
(211,205,213)
#DFDCE3
(223,220,227)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735565 color. Also use rgb(115,85,101) instead hex code.

Text Font Color

.myTextColor { color: #735565; }

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

This text font color is #735565.


Background Color

.myBgColor { background-color: #735565; }

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

This div background color is #735565.


Border color

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

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

This div border color is #735565.


Opacity

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

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

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

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

This text has shadow with #735565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735565 on black background.


Color preview on white background

This text has color #735565 on white background.



Black color preview on #735565 background

This text has black color on #735565 background.


White color preview on #735565 background

This text has white color on #735565 background.