COLOR #735D4E

HEX: #735D4E RGB: (115,93,78)

Color info

#735D4E contains red, green and blue colors in about the same proportion. Web safe color of #735D4E is #666666 (or #666).

RGB color model

#735D4E color RGB value is (115,93,78).

RGB: (115,93,78) (45%, 36%, 31%)

RGB channels and saturation

R 115 of 255 = 45%
G 93 of 255 = 36%
B 78 of 255 = 31%

115
93
78

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

Portions of RGB colors in percentages

R + G + B = 115 + 93 + 78 = 286 (100%)
R 115 of 286 ~ 40.21%
G 93 of 286 ~ 32.52%
B 78 of 286 ~ 27.27'%

%40.21
%32.52
%27.27

CMYK color model

#735D4E color CMYK value is (0,19,32,55).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 32.17%
  • key color value is 54.90%

CMYK: (0,19,32,55)
C0M19Y32K55 (0%, 19%, 32%, 55%)
(0.00 / 0.19 / 0.32 / 0.55)

CMYK percentages

%0
%19.13
%32.17
%54.9

Codes

Color #735D4E in popluar color models

73 5D 4E
RGB 115 93 78
HSL 24° 19.17% 37.84%
HSB/HSV 24° 32.17% 45.10%
CMYK 0.00% 19.13% 32.17%
54.90%

Color #735D4E in popluar number systems.

HEX 73 5D 4E
Decimal 115 93 78
Binary 1110011 1011101 1001110
Octal 163 135 116

Shades and tints

Shades of #735D4E

#735D4E
(115,93,78)
#695547
(105,85,71)
#5F4D40
(95,77,64)
#554539
(85,69,57)
#4B3D32
(75,61,50)
#41352B
(65,53,43)
#372D24
(55,45,36)
#2D251D
(45,37,29)
#231D16
(35,29,22)
#19150F
(25,21,15)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #735D4E

#735D4E
(115,93,78)
#7F6B5E
(127,107,94)
#8B796E
(139,121,110)
#97877E
(151,135,126)
#A3958E
(163,149,142)
#AFA39E
(175,163,158)
#BBB1AE
(187,177,174)
#C7BFBE
(199,191,190)
#D3CDCE
(211,205,206)
#DFDBDE
(223,219,222)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735D4E color. Also use rgb(115,93,78) instead hex code.

Text Font Color

.myTextColor { color: #735D4E; }

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

This text font color is #735D4E.

Background Color

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

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

This div background color is #735D4E.

Border color

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

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

This div border color is #735D4E.

Opacity

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

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

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

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

This text has shadow with #735D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #735D4E.

Preview

Color preview on black background

This text has color #735D4E on black background.


Color preview on white background

This text has color #735D4E on white background.


Black color preview on #735D4E background

This text has black color on #735D4E background.


White color preview on #735D4E background

This text has white color on #735D4E background.


Related colors

Complementary color

Complementary color for #hex is #8CA2B1.


I love getcolorcode.com

Triadic colors

1 #4E735D and #5D4E73 with #735D4E are triadic colors.

2 #4E5D73 and #5D734E with #735D4E are triadic colors.