COLOR #70846A

HEX: #70846A
RGB: (112,132,106)

Color info

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

RGB color model

#70846A color RGB value is (112,132,106).

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

RGB channels and saturation

R 112 of 255 = 44%
G 132 of 255 = 52%
B 106 of 255 = 42%

112
132
106

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

Portions of RGB colors in percentages

R + G + B =
112 + 132 + 106 = 350 (100%)
R 112 of 350 ~ 32%
G 132 of 350 ~ 37.71%
B 106 of 350 ~ 30.29%

%32
%37.71
%30.29

CMYK color model

#70846A color CMYK value is (15,0,20,48).

  • cyan value is 15.15%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 48.24%
CMYK: (15,0,20,48) C15M0Y20K48 (15%,0%,20%,48%) (0.15/0.00/0.20/0.48)

CMYK percentages

%15.15
%0
%19.7
%48.24

Codes

Color #70846A in popluar color models

70846A
RGB112132106
HSL106°10.92%46.67%
HSB/HSV106°19.70%51.76%
CMYK15.15%0.00%19.70%
48.24%

Color #70846A in popluar number systems.

HEX70846A
Decimal112132106
Binary1110000100001001101010
Octal160204152

Shades and tints

Shades of #70846A

#70846A
(112,132,106)
#667861
(102,120,97)
#5C6C58
(92,108,88)
#52604F
(82,96,79)
#485446
(72,84,70)
#3E483D
(62,72,61)
#343C34
(52,60,52)
#2A302B
(42,48,43)
#202422
(32,36,34)
#161819
(22,24,25)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #70846A

#70846A
(112,132,106)
#7D8F77
(125,143,119)
#8A9A84
(138,154,132)
#97A591
(151,165,145)
#A4B09E
(164,176,158)
#B1BBAB
(177,187,171)
#BEC6B8
(190,198,184)
#CBD1C5
(203,209,197)
#D8DCD2
(216,220,210)
#E5E7DF
(229,231,223)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70846A; }

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

This text font color is #70846A.


Background Color

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

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

This div background color is #70846A.


Border color

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

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

This div border color is #70846A.


Opacity

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

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

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

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

This text has shadow with #70846A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #70846A on black background.


Color preview on white background

This text has color #70846A on white background.



Black color preview on #70846A background

This text has black color on #70846A background.


White color preview on #70846A background

This text has white color on #70846A background.