COLOR #705E46

HEX: #705E46 RGB: (112,94,70)

Color info

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

RGB color model

#705E46 color RGB value is (112,94,70).

RGB: (112,94,70) (44%, 37%, 27%)

RGB channels and saturation

R 112 of 255 = 44%
G 94 of 255 = 37%
B 70 of 255 = 27%

112
94
70

R + G + B ~ 36%. #705E46 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 94 + 70 = 276 (100%)
R 112 of 276 ~ 40.58%
G 94 of 276 ~ 34.06%
B 70 of 276 ~ 25.36'%

%40.58
%34.06
%25.36

CMYK color model

#705E46 color CMYK value is (0,16,38,56).

  • cyan value is 0.00%
  • magenta value is 16.07%
  • yellow value is 37.50%
  • key color value is 56.08%

CMYK: (0,16,38,56)
C0M16Y38K56 (0%, 16%, 38%, 56%)
(0.00 / 0.16 / 0.38 / 0.56)

CMYK percentages

%0
%16.07
%37.5
%56.08

Codes

Color #705E46 in popluar color models

70 5E 46
RGB 112 94 70
HSL 34° 23.08% 35.69%
HSB/HSV 34° 37.50% 43.92%
CMYK 0.00% 16.07% 37.50%
56.08%

Color #705E46 in popluar number systems.

HEX 70 5E 46
Decimal 112 94 70
Binary 1110000 1011110 1000110
Octal 160 136 106

Shades and tints

Shades of #705E46

#705E46
(112,94,70)
#665640
(102,86,64)
#5C4E3A
(92,78,58)
#524634
(82,70,52)
#483E2E
(72,62,46)
#3E3628
(62,54,40)
#342E22
(52,46,34)
#2A261C
(42,38,28)
#201E16
(32,30,22)
#161610
(22,22,16)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #705E46

#705E46
(112,94,70)
#7D6C56
(125,108,86)
#8A7A66
(138,122,102)
#978876
(151,136,118)
#A49686
(164,150,134)
#B1A496
(177,164,150)
#BEB2A6
(190,178,166)
#CBC0B6
(203,192,182)
#D8CEC6
(216,206,198)
#E5DCD6
(229,220,214)
#F2EAE6
(242,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705E46 color. Also use rgb(112,94,70) instead hex code.

Text Font Color

.myTextColor { color: #705E46; }

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

This text font color is #705E46.

Background Color

.myBgColor { background-color: #705E46; }

<div style="background-color:#705E46">Inner text</div>

This div background color is #705E46.

Border color

.myBorderColor { border: 1px solid #705E46; }

<div style="border:3px solid #705E46">Div</div>

This div border color is #705E46.

Opacity

.myOpacity80 { color: #705E46; opacity: 0.8; }

<p style="color:#705E46;opacity:0.8;">80%</p>

Text with #705E46 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 #705E46;}

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

This text has shadow with #705E46 color.


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

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

This text has shadow with #705E46 primary color and red secondary color.


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

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

This text has shadow with #705E46 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #705E46.

Preview

Color preview on black background

This text has color #705E46 on black background.


Color preview on white background

This text has color #705E46 on white background.


Black color preview on #705E46 background

This text has black color on #705E46 background.


White color preview on #705E46 background

This text has white color on #705E46 background.


Related colors

Complementary color

Complementary color for #hex is #8FA1B9.


I love getcolorcode.com

Triadic colors

1 #46705E and #5E4670 with #705E46 are triadic colors.

2 #465E70 and #5E7046 with #705E46 are triadic colors.