COLOR #70704A

HEX: #70704A
RGB: (112,112,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

112
112
74

R + G + B ~ 39%. #70704A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 112 + 74 = 298 (100%)
R 112 of 298 ~ 37.58%
G 112 of 298 ~ 37.58%
B 74 of 298 ~ 24.83%

%37.58
%37.58
%24.83

CMYK color model

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

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

CMYK percentages

%0
%0
%33.93
%56.08

Codes

Color #70704A in popluar color models

70704A
RGB11211274
HSL60°20.43%36.47%
HSB/HSV60°33.93%43.92%
CMYK0.00%0.00%33.93%
56.08%

Color #70704A in popluar number systems.

HEX70704A
Decimal11211274
Binary111000011100001001010
Octal160160112

Shades and tints

Shades of #70704A

#70704A
(112,112,74)
#666644
(102,102,68)
#5C5C3E
(92,92,62)
#525238
(82,82,56)
#484832
(72,72,50)
#3E3E2C
(62,62,44)
#343426
(52,52,38)
#2A2A20
(42,42,32)
#20201A
(32,32,26)
#161614
(22,22,20)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #70704A

#70704A
(112,112,74)
#7D7D5A
(125,125,90)
#8A8A6A
(138,138,106)
#97977A
(151,151,122)
#A4A48A
(164,164,138)
#B1B19A
(177,177,154)
#BEBEAA
(190,190,170)
#CBCBBA
(203,203,186)
#D8D8CA
(216,216,202)
#E5E5DA
(229,229,218)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70704A; }

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

This text font color is #70704A.


Background Color

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

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

This div background color is #70704A.


Border color

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

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

This div border color is #70704A.


Opacity

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

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

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

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

This text has shadow with #70704A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70704A on black background.


Color preview on white background

This text has color #70704A on white background.



Black color preview on #70704A background

This text has black color on #70704A background.


White color preview on #70704A background

This text has white color on #70704A background.