COLOR #705A4A

HEX: #705A4A RGB: (112,90,74)

Color info

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

RGB color model

#705A4A color RGB value is (112,90,74).

RGB: (112,90,74) (44%, 35%, 29%)

RGB channels and saturation

R 112 of 255 = 44%
G 90 of 255 = 35%
B 74 of 255 = 29%

112
90
74

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

Portions of RGB colors in percentages

R + G + B = 112 + 90 + 74 = 276 (100%)
R 112 of 276 ~ 40.58%
G 90 of 276 ~ 32.61%
B 74 of 276 ~ 26.81'%

%40.58
%32.61
%26.81

CMYK color model

#705A4A color CMYK value is (0,20,34,56).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 33.93%
  • key color value is 56.08%

CMYK: (0,20,34,56)
C0M20Y34K56 (0%, 20%, 34%, 56%)
(0.00 / 0.20 / 0.34 / 0.56)

CMYK percentages

%0
%19.64
%33.93
%56.08

Codes

Color #705A4A in popluar color models

70 5A 4A
RGB 112 90 74
HSL 25° 20.43% 36.47%
HSB/HSV 25° 33.93% 43.92%
CMYK 0.00% 19.64% 33.93%
56.08%

Color #705A4A in popluar number systems.

HEX 70 5A 4A
Decimal 112 90 74
Binary 1110000 1011010 1001010
Octal 160 132 112

Shades and tints

Shades of #705A4A

#705A4A
(112,90,74)
#665244
(102,82,68)
#5C4A3E
(92,74,62)
#524238
(82,66,56)
#483A32
(72,58,50)
#3E322C
(62,50,44)
#342A26
(52,42,38)
#2A2220
(42,34,32)
#201A1A
(32,26,26)
#161214
(22,18,20)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #705A4A

#705A4A
(112,90,74)
#7D695A
(125,105,90)
#8A786A
(138,120,106)
#97877A
(151,135,122)
#A4968A
(164,150,138)
#B1A59A
(177,165,154)
#BEB4AA
(190,180,170)
#CBC3BA
(203,195,186)
#D8D2CA
(216,210,202)
#E5E1DA
(229,225,218)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #705A4A; }

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

This text font color is #705A4A.

Background Color

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

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

This div background color is #705A4A.

Border color

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

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

This div border color is #705A4A.

Opacity

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

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

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

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

This text has shadow with #705A4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #705A4A.

Preview

Color preview on black background

This text has color #705A4A on black background.


Color preview on white background

This text has color #705A4A on white background.


Black color preview on #705A4A background

This text has black color on #705A4A background.


White color preview on #705A4A background

This text has white color on #705A4A background.


Related colors

Complementary color

Complementary color for #hex is #8FA5B5.


I love getcolorcode.com

Triadic colors

1 #4A705A and #5A4A70 with #705A4A are triadic colors.

2 #4A5A70 and #5A704A with #705A4A are triadic colors.