COLOR #735E4D

HEX: #735E4D RGB: (115,94,77)

Color info

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

RGB color model

#735E4D color RGB value is (115,94,77).

RGB: (115,94,77) (45%, 37%, 30%)

RGB channels and saturation

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

115
94
77

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

Portions of RGB colors in percentages

R + G + B = 115 + 94 + 77 = 286 (100%)
R 115 of 286 ~ 40.21%
G 94 of 286 ~ 32.87%
B 77 of 286 ~ 26.92'%

%40.21
%32.87
%26.92

CMYK color model

#735E4D color CMYK value is (0,18,33,55).

  • cyan value is 0.00%
  • magenta value is 18.26%
  • yellow value is 33.04%
  • key color value is 54.90%
CMYK: (0,18,33,55) C0M18Y33K55 (0%,18%,33%,55%) (0.00/0.18/0.33/0.55) 

CMYK percentages

%0
%18.26
%33.04
%54.9

Codes

Color #735E4D in popluar color models

73 5E 4D
RGB 115 94 77
HSL 27° 19.79% 37.65%
HSB/HSV 27° 33.04% 45.10%
CMYK 0.00% 18.26% 33.04%
54.90%

Color #735E4D in popluar number systems.

HEX 73 5E 4D
Decimal 115 94 77
Binary 1110011 1011110 1001101
Octal 163 136 115

Shades and tints

Shades of #735E4D

#735E4D
(115,94,77)
#695646
(105,86,70)
#5F4E3F
(95,78,63)
#554638
(85,70,56)
#4B3E31
(75,62,49)
#41362A
(65,54,42)
#372E23
(55,46,35)
#2D261C
(45,38,28)
#231E15
(35,30,21)
#19160E
(25,22,14)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #735E4D

#735E4D
(115,94,77)
#7F6C5D
(127,108,93)
#8B7A6D
(139,122,109)
#97887D
(151,136,125)
#A3968D
(163,150,141)
#AFA49D
(175,164,157)
#BBB2AD
(187,178,173)
#C7C0BD
(199,192,189)
#D3CECD
(211,206,205)
#DFDCDD
(223,220,221)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735E4D; }

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

This text font color is #735E4D.

Background Color

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

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

This div background color is #735E4D.

Border color

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

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

This div border color is #735E4D.

Opacity

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

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

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

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

This text has shadow with #735E4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #735E4D.

Preview

Color preview on black background

This text has color #735E4D on black background.


Color preview on white background

This text has color #735E4D on white background.


Black color preview on #735E4D background

This text has black color on #735E4D background.


White color preview on #735E4D background

This text has white color on #735E4D background.


Related colors

Complementary color

Complementary color for #hex is #8CA1B2.


I love getcolorcode.com

Triadic colors

1 #4D735E and #5E4D73 with #735E4D are triadic colors.

2 #4D5E73 and #5E734D with #735E4D are triadic colors.