COLOR #706C69

HEX: #706C69 RGB: (112,108,105)

Color info

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

RGB color model

#706C69 color RGB value is (112,108,105).

RGB: (112,108,105) (44%, 42%, 41%)

RGB channels and saturation

R 112 of 255 = 44%
G 108 of 255 = 42%
B 105 of 255 = 41%

112
108
105

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

Portions of RGB colors in percentages

R + G + B = 112 + 108 + 105 = 325 (100%)
R 112 of 325 ~ 34.46%
G 108 of 325 ~ 33.23%
B 105 of 325 ~ 32.31'%

%34.46
%33.23
%32.31

CMYK color model

#706C69 color CMYK value is (0,4,6,56).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 6.25%
  • key color value is 56.08%

CMYK: (0,4,6,56)
C0M4Y6K56 (0%, 4%, 6%, 56%)
(0.00 / 0.04 / 0.06 / 0.56)

CMYK percentages

%0
%3.57
%6.25
%56.08

Codes

Color #706C69 in popluar color models

70 6C 69
RGB 112 108 105
HSL 26° 3.23% 42.55%
HSB/HSV 26° 6.25% 43.92%
CMYK 0.00% 3.57% 6.25%
56.08%

Color #706C69 in popluar number systems.

HEX 70 6C 69
Decimal 112 108 105
Binary 1110000 1101100 1101001
Octal 160 154 151

Shades and tints

Shades of #706C69

#706C69
(112,108,105)
#666360
(102,99,96)
#5C5A57
(92,90,87)
#52514E
(82,81,78)
#484845
(72,72,69)
#3E3F3C
(62,63,60)
#343633
(52,54,51)
#2A2D2A
(42,45,42)
#202421
(32,36,33)
#161B18
(22,27,24)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #706C69

#706C69
(112,108,105)
#7D7976
(125,121,118)
#8A8683
(138,134,131)
#979390
(151,147,144)
#A4A09D
(164,160,157)
#B1ADAA
(177,173,170)
#BEBAB7
(190,186,183)
#CBC7C4
(203,199,196)
#D8D4D1
(216,212,209)
#E5E1DE
(229,225,222)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706C69 color. Also use rgb(112,108,105) instead hex code.

Text Font Color

.myTextColor { color: #706C69; }

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

This text font color is #706C69.

Background Color

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

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

This div background color is #706C69.

Border color

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

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

This div border color is #706C69.

Opacity

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

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

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

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

This text has shadow with #706C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #706C69.

Preview

Color preview on black background

This text has color #706C69 on black background.


Color preview on white background

This text has color #706C69 on white background.


Black color preview on #706C69 background

This text has black color on #706C69 background.


White color preview on #706C69 background

This text has white color on #706C69 background.


Related colors

Complementary color

Complementary color for #hex is #8F9396.


I love getcolorcode.com

Triadic colors

1 #69706C and #6C6970 with #706C69 are triadic colors.

2 #696C70 and #6C7069 with #706C69 are triadic colors.