COLOR #735E4C

HEX: #735E4C
RGB: (115,94,76)

Color info

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

RGB color model

#735E4C color RGB value is (115,94,76).

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

RGB channels and saturation

R 115 of 255 = 45%
G 94 of 255 = 37%
B 76 of 255 = 30%

115
94
76

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

Portions of RGB colors in percentages

R + G + B =
115 + 94 + 76 = 285 (100%)
R 115 of 285 ~ 40.35%
G 94 of 285 ~ 32.98%
B 76 of 285 ~ 26.67%

%40.35
%32.98
%26.67

CMYK color model

#735E4C color CMYK value is (0,18,34,55).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 33.91%
  • key color value is 54.90%
CMYK:
(0,18,34,55)
C0M18Y34K55 
(0%,18%,34%,55%)
(0.00/0.18/0.34/0.55)	

CMYK percentages

%0
%18.26
%33.91
%54.9

Codes

Color #735E4C in popluar color models

735E4C
RGB1159476
HSL28°20.42%37.45%
HSB/HSV28°33.91%45.10%
CMYK0.00%18.26%33.91%
54.90%

Color #735E4C in popluar number systems.

HEX735E4C
Decimal1159476
Binary111001110111101001100
Octal163136114

Shades and tints

Shades of #735E4C

#735E4C
(115,94,76)
#695646
(105,86,70)
#5F4E40
(95,78,64)
#55463A
(85,70,58)
#4B3E34
(75,62,52)
#41362E
(65,54,46)
#372E28
(55,46,40)
#2D2622
(45,38,34)
#231E1C
(35,30,28)
#191616
(25,22,22)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #735E4C

#735E4C
(115,94,76)
#7F6C5C
(127,108,92)
#8B7A6C
(139,122,108)
#97887C
(151,136,124)
#A3968C
(163,150,140)
#AFA49C
(175,164,156)
#BBB2AC
(187,178,172)
#C7C0BC
(199,192,188)
#D3CECC
(211,206,204)
#DFDCDC
(223,220,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735E4C; }

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

This text font color is #735E4C.


Background Color

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

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

This div background color is #735E4C.


Border color

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

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

This div border color is #735E4C.


Opacity

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

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

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

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

This text has shadow with #735E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735E4C on black background.


Color preview on white background

This text has color #735E4C on white background.



Black color preview on #735E4C background

This text has black color on #735E4C background.


White color preview on #735E4C background

This text has white color on #735E4C background.