COLOR #706D5C

HEX: #706D5C RGB: (112,109,92)

Color info

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

RGB color model

#706D5C color RGB value is (112,109,92).

RGB: (112,109,92) (44%, 43%, 36%)

RGB channels and saturation

R 112 of 255 = 44%
G 109 of 255 = 43%
B 92 of 255 = 36%

112
109
92

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

Portions of RGB colors in percentages

R + G + B = 112 + 109 + 92 = 313 (100%)
R 112 of 313 ~ 35.78%
G 109 of 313 ~ 34.82%
B 92 of 313 ~ 29.39'%

%35.78
%34.82
%29.39

CMYK color model

#706D5C color CMYK value is (0,3,18,56).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 17.86%
  • key color value is 56.08%

CMYK: (0,3,18,56)
C0M3Y18K56 (0%, 3%, 18%, 56%)
(0.00 / 0.03 / 0.18 / 0.56)

CMYK percentages

%0
%2.68
%17.86
%56.08

Codes

Color #706D5C in popluar color models

70 6D 5C
RGB 112 109 92
HSL 51° 9.80% 40.00%
HSB/HSV 51° 17.86% 43.92%
CMYK 0.00% 2.68% 17.86%
56.08%

Color #706D5C in popluar number systems.

HEX 70 6D 5C
Decimal 112 109 92
Binary 1110000 1101101 1011100
Octal 160 155 134

Shades and tints

Shades of #706D5C

#706D5C
(112,109,92)
#666454
(102,100,84)
#5C5B4C
(92,91,76)
#525244
(82,82,68)
#48493C
(72,73,60)
#3E4034
(62,64,52)
#34372C
(52,55,44)
#2A2E24
(42,46,36)
#20251C
(32,37,28)
#161C14
(22,28,20)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #706D5C

#706D5C
(112,109,92)
#7D7A6A
(125,122,106)
#8A8778
(138,135,120)
#979486
(151,148,134)
#A4A194
(164,161,148)
#B1AEA2
(177,174,162)
#BEBBB0
(190,187,176)
#CBC8BE
(203,200,190)
#D8D5CC
(216,213,204)
#E5E2DA
(229,226,218)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706D5C color. Also use rgb(112,109,92) instead hex code.

Text Font Color

.myTextColor { color: #706D5C; }

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

This text font color is #706D5C.

Background Color

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

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

This div background color is #706D5C.

Border color

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

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

This div border color is #706D5C.

Opacity

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

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

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

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

This text has shadow with #706D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706D5C.

Preview

Color preview on black background

This text has color #706D5C on black background.


Color preview on white background

This text has color #706D5C on white background.


Black color preview on #706D5C background

This text has black color on #706D5C background.


White color preview on #706D5C background

This text has white color on #706D5C background.


Related colors

Complementary color

Complementary color for #hex is #8F92A3.


I love getcolorcode.com

Triadic colors

1 #5C706D and #6D5C70 with #706D5C are triadic colors.

2 #5C6D70 and #6D705C with #706D5C are triadic colors.