COLOR #735B43

HEX: #735B43
RGB: (115,91,67)

Color info

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

RGB color model

#735B43 color RGB value is (115,91,67).

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

RGB channels and saturation

R 115 of 255 = 45%
G 91 of 255 = 36%
B 67 of 255 = 26%

115
91
67

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

Portions of RGB colors in percentages

R + G + B =
115 + 91 + 67 = 273 (100%)
R 115 of 273 ~ 42.12%
G 91 of 273 ~ 33.33%
B 67 of 273 ~ 24.54%

%42.12
%33.33
%24.54

CMYK color model

#735B43 color CMYK value is (0,21,42,55).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 41.74%
  • key color value is 54.90%
CMYK:
(0,21,42,55)
C0M21Y42K55 
(0%,21%,42%,55%)
(0.00/0.21/0.42/0.55)	

CMYK percentages

%0
%20.87
%41.74
%54.9

Codes

Color #735B43 in popluar color models

735B43
RGB1159167
HSL30°26.37%35.69%
HSB/HSV30°41.74%45.10%
CMYK0.00%20.87%41.74%
54.90%

Color #735B43 in popluar number systems.

HEX735B43
Decimal1159167
Binary111001110110111000011
Octal163133103

Shades and tints

Shades of #735B43

#735B43
(115,91,67)
#69533D
(105,83,61)
#5F4B37
(95,75,55)
#554331
(85,67,49)
#4B3B2B
(75,59,43)
#413325
(65,51,37)
#372B1F
(55,43,31)
#2D2319
(45,35,25)
#231B13
(35,27,19)
#19130D
(25,19,13)
#0F0B07
(15,11,7)
#000000
(0,0,0)

Tints of #735B43

#735B43
(115,91,67)
#7F6954
(127,105,84)
#8B7765
(139,119,101)
#978576
(151,133,118)
#A39387
(163,147,135)
#AFA198
(175,161,152)
#BBAFA9
(187,175,169)
#C7BDBA
(199,189,186)
#D3CBCB
(211,203,203)
#DFD9DC
(223,217,220)
#EBE7ED
(235,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735B43; }

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

This text font color is #735B43.


Background Color

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

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

This div background color is #735B43.


Border color

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

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

This div border color is #735B43.


Opacity

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

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

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

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

This text has shadow with #735B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735B43 on black background.


Color preview on white background

This text has color #735B43 on white background.



Black color preview on #735B43 background

This text has black color on #735B43 background.


White color preview on #735B43 background

This text has white color on #735B43 background.