COLOR #70844B

HEX: #70844B
RGB: (112,132,75)

Color info

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

RGB color model

#70844B color RGB value is (112,132,75).

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

RGB channels and saturation

R 112 of 255 = 44%
G 132 of 255 = 52%
B 75 of 255 = 29%

112
132
75

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

Portions of RGB colors in percentages

R + G + B =
112 + 132 + 75 = 319 (100%)
R 112 of 319 ~ 35.11%
G 132 of 319 ~ 41.38%
B 75 of 319 ~ 23.51%

%35.11
%41.38
%23.51

CMYK color model

#70844B color CMYK value is (15,0,43,48).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 43.18%
  • key color value is 48.24%
CMYK:
(15,0,43,48)
C15M0Y43K48 
(15%,0%,43%,48%)
(0.15/0.00/0.43/0.48)	

CMYK percentages

%15.15
%0
%43.18
%48.24

Codes

Color #70844B in popluar color models

70844B
RGB11213275
HSL81°27.54%40.59%
HSB/HSV81°43.18%51.76%
CMYK15.15%0.00%43.18%
48.24%

Color #70844B in popluar number systems.

HEX70844B
Decimal11213275
Binary1110000100001001001011
Octal160204113

Shades and tints

Shades of #70844B

#70844B
(112,132,75)
#667845
(102,120,69)
#5C6C3F
(92,108,63)
#526039
(82,96,57)
#485433
(72,84,51)
#3E482D
(62,72,45)
#343C27
(52,60,39)
#2A3021
(42,48,33)
#20241B
(32,36,27)
#161815
(22,24,21)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #70844B

#70844B
(112,132,75)
#7D8F5B
(125,143,91)
#8A9A6B
(138,154,107)
#97A57B
(151,165,123)
#A4B08B
(164,176,139)
#B1BB9B
(177,187,155)
#BEC6AB
(190,198,171)
#CBD1BB
(203,209,187)
#D8DCCB
(216,220,203)
#E5E7DB
(229,231,219)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70844B color. Also use rgb(112,132,75) instead hex code.

Text Font Color

.myTextColor { color: #70844B; }

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

This text font color is #70844B.


Background Color

.myBgColor { background-color: #70844B; }

<div style="background-color:#70844B">Inner text</div>

This div background color is #70844B.


Border color

.myBorderColor { border: 1px solid #70844B; }

<div style="border:3px solid #70844B">Div</div>

This div border color is #70844B.


Opacity

.myOpacity80 { color: #70844B; opacity: 0.8; }

<p style="color:#70844B;opacity:0.8;">80%</p>

Text with #70844B 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 #70844B;}

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

This text has shadow with #70844B color.

.textShadow {text-shadow: 3px 3px 1px #70844B, 3px 3px 1px red;}

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

This text has shadow with #70844B primary color and red secondary color.


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

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

This text has shadow with #70844B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70844B on black background.


Color preview on white background

This text has color #70844B on white background.



Black color preview on #70844B background

This text has black color on #70844B background.


White color preview on #70844B background

This text has white color on #70844B background.