COLOR #706A5D

HEX: #706A5D RGB: (112,106,93)

Color info

#706A5D contains red, green and blue colors in about the same proportion. Web safe color of #706A5D is #666666 (or #666).

RGB color model

#706A5D color RGB value is (112,106,93).

RGB: (112,106,93) (44%, 42%, 36%)

RGB channels and saturation

R 112 of 255 = 44%
G 106 of 255 = 42%
B 93 of 255 = 36%

112
106
93

R + G + B ~ 41%. #706A5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 106 + 93 = 311 (100%)
R 112 of 311 ~ 36.01%
G 106 of 311 ~ 34.08%
B 93 of 311 ~ 29.9'%

%36.01
%34.08
%29.9

CMYK color model

#706A5D color CMYK value is (0,5,17,56).

  • cyan value is 0.00%
  • magenta value is 5.36%
  • yellow value is 16.96%
  • key color value is 56.08%

CMYK: (0,5,17,56)
C0M5Y17K56 (0%, 5%, 17%, 56%)
(0.00 / 0.05 / 0.17 / 0.56)

CMYK percentages

%0
%5.36
%16.96
%56.08

Codes

Color #706A5D in popluar color models

70 6A 5D
RGB 112 106 93
HSL 41° 9.27% 40.20%
HSB/HSV 41° 16.96% 43.92%
CMYK 0.00% 5.36% 16.96%
56.08%

Color #706A5D in popluar number systems.

HEX 70 6A 5D
Decimal 112 106 93
Binary 1110000 1101010 1011101
Octal 160 152 135

Shades and tints

Shades of #706A5D

#706A5D
(112,106,93)
#666155
(102,97,85)
#5C584D
(92,88,77)
#524F45
(82,79,69)
#48463D
(72,70,61)
#3E3D35
(62,61,53)
#34342D
(52,52,45)
#2A2B25
(42,43,37)
#20221D
(32,34,29)
#161915
(22,25,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #706A5D

#706A5D
(112,106,93)
#7D776B
(125,119,107)
#8A8479
(138,132,121)
#979187
(151,145,135)
#A49E95
(164,158,149)
#B1ABA3
(177,171,163)
#BEB8B1
(190,184,177)
#CBC5BF
(203,197,191)
#D8D2CD
(216,210,205)
#E5DFDB
(229,223,219)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706A5D color. Also use rgb(112,106,93) instead hex code.

Text Font Color

.myTextColor { color: #706A5D; }

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

This text font color is #706A5D.

Background Color

.myBgColor { background-color: #706A5D; }

<div style="background-color:#706A5D">Inner text</div>

This div background color is #706A5D.

Border color

.myBorderColor { border: 1px solid #706A5D; }

<div style="border:3px solid #706A5D">Div</div>

This div border color is #706A5D.

Opacity

.myOpacity80 { color: #706A5D; opacity: 0.8; }

<p style="color:#706A5D;opacity:0.8;">80%</p>

Text with #706A5D 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 #706A5D;}

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

This text has shadow with #706A5D color.


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

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

This text has shadow with #706A5D primary color and red secondary color.


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

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

This text has shadow with #706A5D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #706A5D.

Preview

Color preview on black background

This text has color #706A5D on black background.


Color preview on white background

This text has color #706A5D on white background.


Black color preview on #706A5D background

This text has black color on #706A5D background.


White color preview on #706A5D background

This text has white color on #706A5D background.


Related colors

Complementary color

Complementary color for #hex is #8F95A2.


I love getcolorcode.com

Triadic colors

1 #5D706A and #6A5D70 with #706A5D are triadic colors.

2 #5D6A70 and #6A705D with #706A5D are triadic colors.