COLOR #735B44

HEX: #735B44
RGB: (115,91,68)

Color info

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

RGB color model

#735B44 color RGB value is (115,91,68).

  • red value is 115;
  • green value is 91;
  • blue value is 68.
RGB:
(115,91,68)
(45%,36%,27%)

RGB channels and saturation

R 115 of 255 = 45%
G 91 of 255 = 36%
B 68 of 255 = 27%

115
91
68

R + G + B ~ 36%. #735B44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 91 + 68 = 274 (100%)
R 115 of 274 ~ 41.97%
G 91 of 274 ~ 33.21%
B 68 of 274 ~ 24.82%

%41.97
%33.21
%24.82

CMYK color model

#735B44 color CMYK value is (0,21,41,55).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 40.87%
  • key color value is 54.90%
CMYK:
(0,21,41,55)
C0M21Y41K55 
(0%,21%,41%,55%)
(0.00/0.21/0.41/0.55)	

CMYK percentages

%0
%20.87
%40.87
%54.9

Codes

Color #735B44 in popluar color models

735B44
RGB1159168
HSL29°25.68%35.88%
HSB/HSV29°40.87%45.10%
CMYK0.00%20.87%40.87%
54.90%

Color #735B44 in popluar number systems.

HEX735B44
Decimal1159168
Binary111001110110111000100
Octal163133104

Shades and tints

Shades of #735B44

#735B44
(115,91,68)
#69533E
(105,83,62)
#5F4B38
(95,75,56)
#554332
(85,67,50)
#4B3B2C
(75,59,44)
#413326
(65,51,38)
#372B20
(55,43,32)
#2D231A
(45,35,26)
#231B14
(35,27,20)
#19130E
(25,19,14)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #735B44

#735B44
(115,91,68)
#7F6955
(127,105,85)
#8B7766
(139,119,102)
#978577
(151,133,119)
#A39388
(163,147,136)
#AFA199
(175,161,153)
#BBAFAA
(187,175,170)
#C7BDBB
(199,189,187)
#D3CBCC
(211,203,204)
#DFD9DD
(223,217,221)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735B44 color. Also use rgb(115,91,68) instead hex code.

Text Font Color

.myTextColor { color: #735B44; }

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

This text font color is #735B44.


Background Color

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

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

This div background color is #735B44.


Border color

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

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

This div border color is #735B44.


Opacity

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

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

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

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

This text has shadow with #735B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735B44 on black background.


Color preview on white background

This text has color #735B44 on white background.



Black color preview on #735B44 background

This text has black color on #735B44 background.


White color preview on #735B44 background

This text has white color on #735B44 background.