COLOR #705B31

HEX: #705B31 RGB: (112,91,49)

Color info

#705B31 contains mainly red and green colors. Web safe color of #705B31 is #666633 (or #663).

RGB color model

#705B31 color RGB value is (112,91,49).

RGB: (112,91,49) (44%, 36%, 19%)

RGB channels and saturation

R 112 of 255 = 44%
G 91 of 255 = 36%
B 49 of 255 = 19%

112
91
49

R + G + B ~ 33%. #705B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 91 + 49 = 252 (100%)
R 112 of 252 ~ 44.44%
G 91 of 252 ~ 36.11%
B 49 of 252 ~ 19.44'%

%44.44
%36.11
%19.44

CMYK color model

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

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

CMYK: (0,19,56,56)
C0M19Y56K56 (0%, 19%, 56%, 56%)
(0.00 / 0.19 / 0.56 / 0.56)

CMYK percentages

%0
%18.75
%56.25
%56.08

Codes

Color #705B31 in popluar color models

70 5B 31
RGB 112 91 49
HSL 40° 39.13% 31.57%
HSB/HSV 40° 56.25% 43.92%
CMYK 0.00% 18.75% 56.25%
56.08%

Color #705B31 in popluar number systems.

HEX 70 5B 31
Decimal 112 91 49
Binary 1110000 1011011 110001
Octal 160 133 61

Shades and tints

Shades of #705B31

#705B31
(112,91,49)
#66532D
(102,83,45)
#5C4B29
(92,75,41)
#524325
(82,67,37)
#483B21
(72,59,33)
#3E331D
(62,51,29)
#342B19
(52,43,25)
#2A2315
(42,35,21)
#201B11
(32,27,17)
#16130D
(22,19,13)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #705B31

#705B31
(112,91,49)
#7D6943
(125,105,67)
#8A7755
(138,119,85)
#978567
(151,133,103)
#A49379
(164,147,121)
#B1A18B
(177,161,139)
#BEAF9D
(190,175,157)
#CBBDAF
(203,189,175)
#D8CBC1
(216,203,193)
#E5D9D3
(229,217,211)
#F2E7E5
(242,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705B31; }

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

This text font color is #705B31.

Background Color

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

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

This div background color is #705B31.

Border color

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

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

This div border color is #705B31.

Opacity

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

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

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

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

This text has shadow with #705B31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705B31.

Preview

Color preview on black background

This text has color #705B31 on black background.


Color preview on white background

This text has color #705B31 on white background.


Black color preview on #705B31 background

This text has black color on #705B31 background.


White color preview on #705B31 background

This text has white color on #705B31 background.


Related colors

Complementary color

Complementary color for #hex is #8FA4CE.


I love getcolorcode.com

Triadic colors

1 #31705B and #5B3170 with #705B31 are triadic colors.

2 #315B70 and #5B7031 with #705B31 are triadic colors.