COLOR #735459

HEX: #735459
RGB: (115,84,89)

Color info

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

RGB color model

#735459 color RGB value is (115,84,89).

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

RGB channels and saturation

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

115
84
89

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

Portions of RGB colors in percentages

R + G + B =
115 + 84 + 89 = 288 (100%)
R 115 of 288 ~ 39.93%
G 84 of 288 ~ 29.17%
B 89 of 288 ~ 30.9%

%39.93
%29.17
%30.9

CMYK color model

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

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

CMYK percentages

%0
%26.96
%22.61
%54.9

Codes

Color #735459 in popluar color models

735459
RGB1158489
HSL350°15.58%39.02%
HSB/HSV350°26.96%45.10%
CMYK0.00%26.96%22.61%
54.90%

Color #735459 in popluar number systems.

HEX735459
Decimal1158489
Binary111001110101001011001
Octal163124131

Shades and tints

Shades of #735459

#735459
(115,84,89)
#694D51
(105,77,81)
#5F4649
(95,70,73)
#553F41
(85,63,65)
#4B3839
(75,56,57)
#413131
(65,49,49)
#372A29
(55,42,41)
#2D2321
(45,35,33)
#231C19
(35,28,25)
#191511
(25,21,17)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #735459

#735459
(115,84,89)
#7F6368
(127,99,104)
#8B7277
(139,114,119)
#978186
(151,129,134)
#A39095
(163,144,149)
#AF9FA4
(175,159,164)
#BBAEB3
(187,174,179)
#C7BDC2
(199,189,194)
#D3CCD1
(211,204,209)
#DFDBE0
(223,219,224)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735459; }

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

This text font color is #735459.


Background Color

.myBgColor { background-color: #735459; }

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

This div background color is #735459.


Border color

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

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

This div border color is #735459.


Opacity

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

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

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

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

This text has shadow with #735459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735459 on black background.


Color preview on white background

This text has color #735459 on white background.



Black color preview on #735459 background

This text has black color on #735459 background.


White color preview on #735459 background

This text has white color on #735459 background.