COLOR #735959

HEX: #735959
RGB: (115,89,89)

Color info

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

RGB color model

#735959 color RGB value is (115,89,89).

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

RGB channels and saturation

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

115
89
89

R + G + B ~ 38%. #735959 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 89 = 293 (100%)
R 115 of 293 ~ 39.25%
G 89 of 293 ~ 30.38%
B 89 of 293 ~ 30.38%

%39.25
%30.38
%30.38

CMYK color model

#735959 color CMYK value is (0,23,23,55).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 22.61%
  • key color value is 54.90%
CMYK:
(0,23,23,55)
C0M23Y23K55 
(0%,23%,23%,55%)
(0.00/0.23/0.23/0.55)	

CMYK percentages

%0
%22.61
%22.61
%54.9

Codes

Color #735959 in popluar color models

735959
RGB1158989
HSL12.75%40.00%
HSB/HSV22.61%45.10%
CMYK0.00%22.61%22.61%
54.90%

Color #735959 in popluar number systems.

HEX735959
Decimal1158989
Binary111001110110011011001
Octal163131131

Shades and tints

Shades of #735959

#735959
(115,89,89)
#695151
(105,81,81)
#5F4949
(95,73,73)
#554141
(85,65,65)
#4B3939
(75,57,57)
#413131
(65,49,49)
#372929
(55,41,41)
#2D2121
(45,33,33)
#231919
(35,25,25)
#191111
(25,17,17)
#0F0909
(15,9,9)
#000000
(0,0,0)

Tints of #735959

#735959
(115,89,89)
#7F6868
(127,104,104)
#8B7777
(139,119,119)
#978686
(151,134,134)
#A39595
(163,149,149)
#AFA4A4
(175,164,164)
#BBB3B3
(187,179,179)
#C7C2C2
(199,194,194)
#D3D1D1
(211,209,209)
#DFE0E0
(223,224,224)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735959; }

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

This text font color is #735959.


Background Color

.myBgColor { background-color: #735959; }

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

This div background color is #735959.


Border color

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

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

This div border color is #735959.


Opacity

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

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

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

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

This text has shadow with #735959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735959 on black background.


Color preview on white background

This text has color #735959 on white background.



Black color preview on #735959 background

This text has black color on #735959 background.


White color preview on #735959 background

This text has white color on #735959 background.