COLOR #70684D

HEX: #70684D RGB: (112,104,77)

Color info

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

RGB color model

#70684D color RGB value is (112,104,77).

RGB: (112,104,77) (44%, 41%, 30%)

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 77 of 255 = 30%

112
104
77

R + G + B ~ 38%. #70684D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 112 + 104 + 77 = 293 (100%)
R 112 of 293 ~ 38.23%
G 104 of 293 ~ 35.49%
B 77 of 293 ~ 26.28'%

%38.23
%35.49
%26.28

CMYK color model

#70684D color CMYK value is (0,7,31,56).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 31.25%
  • key color value is 56.08%

CMYK: (0,7,31,56)
C0M7Y31K56 (0%, 7%, 31%, 56%)
(0.00 / 0.07 / 0.31 / 0.56)

CMYK percentages

%0
%7.14
%31.25
%56.08

Codes

Color #70684D in popluar color models

70 68 4D
RGB 112 104 77
HSL 46° 18.52% 37.06%
HSB/HSV 46° 31.25% 43.92%
CMYK 0.00% 7.14% 31.25%
56.08%

Color #70684D in popluar number systems.

HEX 70 68 4D
Decimal 112 104 77
Binary 1110000 1101000 1001101
Octal 160 150 115

Shades and tints

Shades of #70684D

#70684D
(112,104,77)
#665F46
(102,95,70)
#5C563F
(92,86,63)
#524D38
(82,77,56)
#484431
(72,68,49)
#3E3B2A
(62,59,42)
#343223
(52,50,35)
#2A291C
(42,41,28)
#202015
(32,32,21)
#16170E
(22,23,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #70684D

#70684D
(112,104,77)
#7D755D
(125,117,93)
#8A826D
(138,130,109)
#978F7D
(151,143,125)
#A49C8D
(164,156,141)
#B1A99D
(177,169,157)
#BEB6AD
(190,182,173)
#CBC3BD
(203,195,189)
#D8D0CD
(216,208,205)
#E5DDDD
(229,221,221)
#F2EAED
(242,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70684D color. Also use rgb(112,104,77) instead hex code.

Text Font Color

.myTextColor { color: #70684D; }

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

This text font color is #70684D.

Background Color

.myBgColor { background-color: #70684D; }

<div style="background-color:#70684D">Inner text</div>

This div background color is #70684D.

Border color

.myBorderColor { border: 1px solid #70684D; }

<div style="border:3px solid #70684D">Div</div>

This div border color is #70684D.

Opacity

.myOpacity80 { color: #70684D; opacity: 0.8; }

<p style="color:#70684D;opacity:0.8;">80%</p>

Text with #70684D 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 #70684D;}

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

This text has shadow with #70684D color.


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

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

This text has shadow with #70684D primary color and red secondary color.


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

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

This text has shadow with #70684D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #70684D.

Preview

Color preview on black background

This text has color #70684D on black background.


Color preview on white background

This text has color #70684D on white background.


Black color preview on #70684D background

This text has black color on #70684D background.


White color preview on #70684D background

This text has white color on #70684D background.


Related colors

Complementary color

Complementary color for #hex is #8F97B2.


I love getcolorcode.com

Triadic colors

1 #4D7068 and #684D70 with #70684D are triadic colors.

2 #4D6870 and #68704D with #70684D are triadic colors.