COLOR #705B3F

HEX: #705B3F RGB: (112,91,63)

Color info

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

RGB color model

#705B3F color RGB value is (112,91,63).

RGB: (112,91,63) (44%, 36%, 25%)

RGB channels and saturation

R 112 of 255 = 44%
G 91 of 255 = 36%
B 63 of 255 = 25%

112
91
63

R + G + B ~ 35%. #705B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 91 + 63 = 266 (100%)
R 112 of 266 ~ 42.11%
G 91 of 266 ~ 34.21%
B 63 of 266 ~ 23.68'%

%42.11
%34.21
%23.68

CMYK color model

#705B3F color CMYK value is (0,19,44,56).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 43.75%
  • key color value is 56.08%

CMYK: (0,19,44,56)
C0M19Y44K56 (0%, 19%, 44%, 56%)
(0.00 / 0.19 / 0.44 / 0.56)

CMYK percentages

%0
%18.75
%43.75
%56.08

Codes

Color #705B3F in popluar color models

70 5B 3F
RGB 112 91 63
HSL 34° 28.00% 34.31%
HSB/HSV 34° 43.75% 43.92%
CMYK 0.00% 18.75% 43.75%
56.08%

Color #705B3F in popluar number systems.

HEX 70 5B 3F
Decimal 112 91 63
Binary 1110000 1011011 111111
Octal 160 133 77

Shades and tints

Shades of #705B3F

#705B3F
(112,91,63)
#66533A
(102,83,58)
#5C4B35
(92,75,53)
#524330
(82,67,48)
#483B2B
(72,59,43)
#3E3326
(62,51,38)
#342B21
(52,43,33)
#2A231C
(42,35,28)
#201B17
(32,27,23)
#161312
(22,19,18)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #705B3F

#705B3F
(112,91,63)
#7D6950
(125,105,80)
#8A7761
(138,119,97)
#978572
(151,133,114)
#A49383
(164,147,131)
#B1A194
(177,161,148)
#BEAFA5
(190,175,165)
#CBBDB6
(203,189,182)
#D8CBC7
(216,203,199)
#E5D9D8
(229,217,216)
#F2E7E9
(242,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705B3F color. Also use rgb(112,91,63) instead hex code.

Text Font Color

.myTextColor { color: #705B3F; }

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

This text font color is #705B3F.

Background Color

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

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

This div background color is #705B3F.

Border color

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

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

This div border color is #705B3F.

Opacity

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

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

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

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

This text has shadow with #705B3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705B3F.

Preview

Color preview on black background

This text has color #705B3F on black background.


Color preview on white background

This text has color #705B3F on white background.


Black color preview on #705B3F background

This text has black color on #705B3F background.


White color preview on #705B3F background

This text has white color on #705B3F background.


Related colors

Complementary color

Complementary color for #hex is #8FA4C0.


I love getcolorcode.com

Triadic colors

1 #3F705B and #5B3F70 with #705B3F are triadic colors.

2 #3F5B70 and #5B703F with #705B3F are triadic colors.