COLOR #70884D

HEX: #70884D
RGB: (112,136,77)

Color info

#70884D contains red, green and blue colors in about the same proportion. Web safe color of #70884D is #669933 (or #693).

RGB color model

#70884D color RGB value is (112,136,77).

  • red value is 112;
  • green value is 136;
  • blue value is 77.
RGB:
(112,136,77)
(44%,53%,30%)

RGB channels and saturation

R 112 of 255 = 44%
G 136 of 255 = 53%
B 77 of 255 = 30%

112
136
77

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

Portions of RGB colors in percentages

R + G + B =
112 + 136 + 77 = 325 (100%)
R 112 of 325 ~ 34.46%
G 136 of 325 ~ 41.85%
B 77 of 325 ~ 23.69%

%34.46
%41.85
%23.69

CMYK color model

#70884D color CMYK value is (18,0,43,47).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 43.38%
  • key color value is 46.67%
CMYK:
(18,0,43,47)
C18M0Y43K47 
(18%,0%,43%,47%)
(0.18/0.00/0.43/0.47)	

CMYK percentages

%17.65
%0
%43.38
%46.67

Codes

Color #70884D in popluar color models

70884D
RGB11213677
HSL84°27.70%41.76%
HSB/HSV84°43.38%53.33%
CMYK17.65%0.00%43.38%
46.67%

Color #70884D in popluar number systems.

HEX70884D
Decimal11213677
Binary1110000100010001001101
Octal160210115

Shades and tints

Shades of #70884D

#70884D
(112,136,77)
#667C46
(102,124,70)
#5C703F
(92,112,63)
#526438
(82,100,56)
#485831
(72,88,49)
#3E4C2A
(62,76,42)
#344023
(52,64,35)
#2A341C
(42,52,28)
#202815
(32,40,21)
#161C0E
(22,28,14)
#0C1007
(12,16,7)
#000000
(0,0,0)

Tints of #70884D

#70884D
(112,136,77)
#7D925D
(125,146,93)
#8A9C6D
(138,156,109)
#97A67D
(151,166,125)
#A4B08D
(164,176,141)
#B1BA9D
(177,186,157)
#BEC4AD
(190,196,173)
#CBCEBD
(203,206,189)
#D8D8CD
(216,216,205)
#E5E2DD
(229,226,221)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70884D; }

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

This text font color is #70884D.


Background Color

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

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

This div background color is #70884D.


Border color

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

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

This div border color is #70884D.


Opacity

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

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

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

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

This text has shadow with #70884D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70884D on black background.


Color preview on white background

This text has color #70884D on white background.



Black color preview on #70884D background

This text has black color on #70884D background.


White color preview on #70884D background

This text has white color on #70884D background.