COLOR #70684A

HEX: #70684A
RGB: (112,104,74)

Color info

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

RGB color model

#70684A color RGB value is (112,104,74).

  • red value is 112;
  • green value is 104;
  • blue value is 74.
RGB:
(112,104,74)
(44%,41%,29%)

RGB channels and saturation

R 112 of 255 = 44%
G 104 of 255 = 41%
B 74 of 255 = 29%

112
104
74

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

Portions of RGB colors in percentages

R + G + B =
112 + 104 + 74 = 290 (100%)
R 112 of 290 ~ 38.62%
G 104 of 290 ~ 35.86%
B 74 of 290 ~ 25.52%

%38.62
%35.86
%25.52

CMYK color model

#70684A color CMYK value is (0,7,34,56).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 33.93%
  • key color value is 56.08%
CMYK:
(0,7,34,56)
C0M7Y34K56 
(0%,7%,34%,56%)
(0.00/0.07/0.34/0.56)	

CMYK percentages

%0
%7.14
%33.93
%56.08

Codes

Color #70684A in popluar color models

70684A
RGB11210474
HSL47°20.43%36.47%
HSB/HSV47°33.93%43.92%
CMYK0.00%7.14%33.93%
56.08%

Color #70684A in popluar number systems.

HEX70684A
Decimal11210474
Binary111000011010001001010
Octal160150112

Shades and tints

Shades of #70684A

#70684A
(112,104,74)
#665F44
(102,95,68)
#5C563E
(92,86,62)
#524D38
(82,77,56)
#484432
(72,68,50)
#3E3B2C
(62,59,44)
#343226
(52,50,38)
#2A2920
(42,41,32)
#20201A
(32,32,26)
#161714
(22,23,20)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #70684A

#70684A
(112,104,74)
#7D755A
(125,117,90)
#8A826A
(138,130,106)
#978F7A
(151,143,122)
#A49C8A
(164,156,138)
#B1A99A
(177,169,154)
#BEB6AA
(190,182,170)
#CBC3BA
(203,195,186)
#D8D0CA
(216,208,202)
#E5DDDA
(229,221,218)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70684A; }

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

This text font color is #70684A.


Background Color

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

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

This div background color is #70684A.


Border color

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

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

This div border color is #70684A.


Opacity

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

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

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

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

This text has shadow with #70684A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70684A on black background.


Color preview on white background

This text has color #70684A on white background.



Black color preview on #70684A background

This text has black color on #70684A background.


White color preview on #70684A background

This text has white color on #70684A background.