COLOR #70846D

HEX: #70846D RGB: (112,132,109)

Color info

#70846D contains red, green and blue colors in about the same proportion. Web safe color of #70846D is #669966 (or #696).

RGB color model

#70846D color RGB value is (112,132,109).

RGB: (112,132,109) (44%, 52%, 43%)

RGB channels and saturation

R 112 of 255 = 44%
G 132 of 255 = 52%
B 109 of 255 = 43%

112
132
109

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

Portions of RGB colors in percentages

R + G + B = 112 + 132 + 109 = 353 (100%)
R 112 of 353 ~ 31.73%
G 132 of 353 ~ 37.39%
B 109 of 353 ~ 30.88'%

%31.73
%37.39
%30.88

CMYK color model

#70846D color CMYK value is (15,0,17,48).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 48.24%

CMYK: (15,0,17,48)
C15M0Y17K48 (15%, 0%, 17%, 48%)
(0.15 / 0.00 / 0.17 / 0.48)

CMYK percentages

%15.15
%0
%17.42
%48.24

Codes

Color #70846D in popluar color models

70 84 6D
RGB 112 132 109
HSL 112° 9.54% 47.25%
HSB/HSV 112° 17.42% 51.76%
CMYK 15.15% 0.00% 17.42%
48.24%

Color #70846D in popluar number systems.

HEX 70 84 6D
Decimal 112 132 109
Binary 1110000 10000100 1101101
Octal 160 204 155

Shades and tints

Shades of #70846D

#70846D
(112,132,109)
#667864
(102,120,100)
#5C6C5B
(92,108,91)
#526052
(82,96,82)
#485449
(72,84,73)
#3E4840
(62,72,64)
#343C37
(52,60,55)
#2A302E
(42,48,46)
#202425
(32,36,37)
#16181C
(22,24,28)
#0C0C13
(12,12,19)
#000000
(0,0,0)

Tints of #70846D

#70846D
(112,132,109)
#7D8F7A
(125,143,122)
#8A9A87
(138,154,135)
#97A594
(151,165,148)
#A4B0A1
(164,176,161)
#B1BBAE
(177,187,174)
#BEC6BB
(190,198,187)
#CBD1C8
(203,209,200)
#D8DCD5
(216,220,213)
#E5E7E2
(229,231,226)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70846D color. Also use rgb(112,132,109) instead hex code.

Text Font Color

.myTextColor { color: #70846D; }

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

This text font color is #70846D.

Background Color

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

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

This div background color is #70846D.

Border color

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

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

This div border color is #70846D.

Opacity

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

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

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

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

This text has shadow with #70846D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70846D.

Preview

Color preview on black background

This text has color #70846D on black background.


Color preview on white background

This text has color #70846D on white background.


Black color preview on #70846D background

This text has black color on #70846D background.


White color preview on #70846D background

This text has white color on #70846D background.


Related colors

Complementary color

Complementary color for #hex is #8F7B92.


I love getcolorcode.com

Triadic colors

1 #6D7084 and #846D70 with #70846D are triadic colors.

2 #6D8470 and #84706D with #70846D are triadic colors.