COLOR #735C46

HEX: #735C46 RGB: (115,92,70)

Color info

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

RGB color model

#735C46 color RGB value is (115,92,70).

RGB: (115,92,70) (45%, 36%, 27%)

RGB channels and saturation

R 115 of 255 = 45%
G 92 of 255 = 36%
B 70 of 255 = 27%

115
92
70

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

Portions of RGB colors in percentages

R + G + B = 115 + 92 + 70 = 277 (100%)
R 115 of 277 ~ 41.52%
G 92 of 277 ~ 33.21%
B 70 of 277 ~ 25.27'%

%41.52
%33.21
%25.27

CMYK color model

#735C46 color CMYK value is (0,20,39,55).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 39.13%
  • key color value is 54.90%

CMYK: (0,20,39,55)
C0M20Y39K55 (0%, 20%, 39%, 55%)
(0.00 / 0.20 / 0.39 / 0.55)

CMYK percentages

%0
%20
%39.13
%54.9

Codes

Color #735C46 in popluar color models

73 5C 46
RGB 115 92 70
HSL 29° 24.32% 36.27%
HSB/HSV 29° 39.13% 45.10%
CMYK 0.00% 20.00% 39.13%
54.90%

Color #735C46 in popluar number systems.

HEX 73 5C 46
Decimal 115 92 70
Binary 1110011 1011100 1000110
Octal 163 134 106

Shades and tints

Shades of #735C46

#735C46
(115,92,70)
#695440
(105,84,64)
#5F4C3A
(95,76,58)
#554434
(85,68,52)
#4B3C2E
(75,60,46)
#413428
(65,52,40)
#372C22
(55,44,34)
#2D241C
(45,36,28)
#231C16
(35,28,22)
#191410
(25,20,16)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #735C46

#735C46
(115,92,70)
#7F6A56
(127,106,86)
#8B7866
(139,120,102)
#978676
(151,134,118)
#A39486
(163,148,134)
#AFA296
(175,162,150)
#BBB0A6
(187,176,166)
#C7BEB6
(199,190,182)
#D3CCC6
(211,204,198)
#DFDAD6
(223,218,214)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735C46 color. Also use rgb(115,92,70) instead hex code.

Text Font Color

.myTextColor { color: #735C46; }

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

This text font color is #735C46.

Background Color

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

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

This div background color is #735C46.

Border color

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

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

This div border color is #735C46.

Opacity

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

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

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

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

This text has shadow with #735C46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #735C46.

Preview

Color preview on black background

This text has color #735C46 on black background.


Color preview on white background

This text has color #735C46 on white background.


Black color preview on #735C46 background

This text has black color on #735C46 background.


White color preview on #735C46 background

This text has white color on #735C46 background.


Related colors

Complementary color

Complementary color for #hex is #8CA3B9.


I love getcolorcode.com

Triadic colors

1 #46735C and #5C4673 with #735C46 are triadic colors.

2 #465C73 and #5C7346 with #735C46 are triadic colors.