COLOR #735E49

HEX: #735E49
RGB: (115,94,73)

Color info

#735E49 contains red, green and blue colors in about the same proportion. Web safe color of #735E49 is #666633 (or #663).

RGB color model

#735E49 color RGB value is (115,94,73).

  • red value is 115;
  • green value is 94;
  • blue value is 73.
RGB:
(115,94,73)
(45%,37%,29%)

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 73 of 255 = 29%

115
94
73

R + G + B ~ 37%. #735E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 94 + 73 = 282 (100%)
R 115 of 282 ~ 40.78%
G 94 of 282 ~ 33.33%
B 73 of 282 ~ 25.89%

%40.78
%33.33
%25.89

CMYK color model

#735E49 color CMYK value is (0,18,37,55).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 36.52%
  • key color value is 54.90%
CMYK:
(0,18,37,55)
C0M18Y37K55 
(0%,18%,37%,55%)
(0.00/0.18/0.37/0.55)	

CMYK percentages

%0
%18.26
%36.52
%54.9

Codes

Color #735E49 in popluar color models

735E49
RGB1159473
HSL30°22.34%36.86%
HSB/HSV30°36.52%45.10%
CMYK0.00%18.26%36.52%
54.90%

Color #735E49 in popluar number systems.

HEX735E49
Decimal1159473
Binary111001110111101001001
Octal163136111

Shades and tints

Shades of #735E49

#735E49
(115,94,73)
#695643
(105,86,67)
#5F4E3D
(95,78,61)
#554637
(85,70,55)
#4B3E31
(75,62,49)
#41362B
(65,54,43)
#372E25
(55,46,37)
#2D261F
(45,38,31)
#231E19
(35,30,25)
#191613
(25,22,19)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #735E49

#735E49
(115,94,73)
#7F6C59
(127,108,89)
#8B7A69
(139,122,105)
#978879
(151,136,121)
#A39689
(163,150,137)
#AFA499
(175,164,153)
#BBB2A9
(187,178,169)
#C7C0B9
(199,192,185)
#D3CEC9
(211,206,201)
#DFDCD9
(223,220,217)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735E49 color. Also use rgb(115,94,73) instead hex code.

Text Font Color

.myTextColor { color: #735E49; }

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

This text font color is #735E49.


Background Color

.myBgColor { background-color: #735E49; }

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

This div background color is #735E49.


Border color

.myBorderColor { border: 1px solid #735E49; }

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

This div border color is #735E49.


Opacity

.myOpacity80 { color: #735E49; opacity: 0.8; }

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

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

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

This text has shadow with #735E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735E49 on black background.


Color preview on white background

This text has color #735E49 on white background.



Black color preview on #735E49 background

This text has black color on #735E49 background.


White color preview on #735E49 background

This text has white color on #735E49 background.