COLOR #705A3C

HEX: #705A3C RGB: (112,90,60)

Color info

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

RGB color model

#705A3C color RGB value is (112,90,60).

RGB: (112,90,60) (44%, 35%, 24%)

RGB channels and saturation

R 112 of 255 = 44%
G 90 of 255 = 35%
B 60 of 255 = 24%

112
90
60

R + G + B ~ 34%. #705A3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 90 + 60 = 262 (100%)
R 112 of 262 ~ 42.75%
G 90 of 262 ~ 34.35%
B 60 of 262 ~ 22.9'%

%42.75
%34.35
%22.9

CMYK color model

#705A3C color CMYK value is (0,20,46,56).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 46.43%
  • key color value is 56.08%
CMYK: (0,20,46,56) C0M20Y46K56 (0%,20%,46%,56%) (0.00/0.20/0.46/0.56) 

CMYK percentages

%0
%19.64
%46.43
%56.08

Codes

Color #705A3C in popluar color models

70 5A 3C
RGB 112 90 60
HSL 35° 30.23% 33.73%
HSB/HSV 35° 46.43% 43.92%
CMYK 0.00% 19.64% 46.43%
56.08%

Color #705A3C in popluar number systems.

HEX 70 5A 3C
Decimal 112 90 60
Binary 1110000 1011010 111100
Octal 160 132 74

Shades and tints

Shades of #705A3C

#705A3C
(112,90,60)
#665237
(102,82,55)
#5C4A32
(92,74,50)
#52422D
(82,66,45)
#483A28
(72,58,40)
#3E3223
(62,50,35)
#342A1E
(52,42,30)
#2A2219
(42,34,25)
#201A14
(32,26,20)
#16120F
(22,18,15)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #705A3C

#705A3C
(112,90,60)
#7D694D
(125,105,77)
#8A785E
(138,120,94)
#97876F
(151,135,111)
#A49680
(164,150,128)
#B1A591
(177,165,145)
#BEB4A2
(190,180,162)
#CBC3B3
(203,195,179)
#D8D2C4
(216,210,196)
#E5E1D5
(229,225,213)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #705A3C color. Also use rgb(112,90,60) instead hex code.

Text Font Color

.myTextColor { color: #705A3C; }

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

This text font color is #705A3C.

Background Color

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

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

This div background color is #705A3C.

Border color

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

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

This div border color is #705A3C.

Opacity

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

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

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

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

This text has shadow with #705A3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705A3C.

Preview

Color preview on black background

This text has color #705A3C on black background.


Color preview on white background

This text has color #705A3C on white background.


Black color preview on #705A3C background

This text has black color on #705A3C background.


White color preview on #705A3C background

This text has white color on #705A3C background.


Related colors

Complementary color

Complementary color for #hex is #8FA5C3.


I love getcolorcode.com

Triadic colors

1 #3C705A and #5A3C70 with #705A3C are triadic colors.

2 #3C5A70 and #5A703C with #705A3C are triadic colors.