COLOR #70826C

HEX: #70826C RGB: (112,130,108)

Color info

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

RGB color model

#70826C color RGB value is (112,130,108).

RGB: (112,130,108) (44%, 51%, 42%)

RGB channels and saturation

R 112 of 255 = 44%
G 130 of 255 = 51%
B 108 of 255 = 42%

112
130
108

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

Portions of RGB colors in percentages

R + G + B = 112 + 130 + 108 = 350 (100%)
R 112 of 350 ~ 32%
G 130 of 350 ~ 37.14%
B 108 of 350 ~ 30.86'%

%32
%37.14
%30.86

CMYK color model

#70826C color CMYK value is (14,0,17,49).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 16.92%
  • key color value is 49.02%

CMYK: (14,0,17,49)
C14M0Y17K49 (14%, 0%, 17%, 49%)
(0.14 / 0.00 / 0.17 / 0.49)

CMYK percentages

%13.85
%0
%16.92
%49.02

Codes

Color #70826C in popluar color models

70 82 6C
RGB 112 130 108
HSL 109° 9.24% 46.67%
HSB/HSV 109° 16.92% 50.98%
CMYK 13.85% 0.00% 16.92%
49.02%

Color #70826C in popluar number systems.

HEX 70 82 6C
Decimal 112 130 108
Binary 1110000 10000010 1101100
Octal 160 202 154

Shades and tints

Shades of #70826C

#70826C
(112,130,108)
#667763
(102,119,99)
#5C6C5A
(92,108,90)
#526151
(82,97,81)
#485648
(72,86,72)
#3E4B3F
(62,75,63)
#344036
(52,64,54)
#2A352D
(42,53,45)
#202A24
(32,42,36)
#161F1B
(22,31,27)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #70826C

#70826C
(112,130,108)
#7D8D79
(125,141,121)
#8A9886
(138,152,134)
#97A393
(151,163,147)
#A4AEA0
(164,174,160)
#B1B9AD
(177,185,173)
#BEC4BA
(190,196,186)
#CBCFC7
(203,207,199)
#D8DAD4
(216,218,212)
#E5E5E1
(229,229,225)
#F2F0EE
(242,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70826C color. Also use rgb(112,130,108) instead hex code.

Text Font Color

.myTextColor { color: #70826C; }

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

This text font color is #70826C.

Background Color

.myBgColor { background-color: #70826C; }

<div style="background-color:#70826C">Inner text</div>

This div background color is #70826C.

Border color

.myBorderColor { border: 1px solid #70826C; }

<div style="border:3px solid #70826C">Div</div>

This div border color is #70826C.

Opacity

.myOpacity80 { color: #70826C; opacity: 0.8; }

<p style="color:#70826C;opacity:0.8;">80%</p>

Text with #70826C 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 #70826C;}

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

This text has shadow with #70826C color.


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

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

This text has shadow with #70826C primary color and red secondary color.


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

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

This text has shadow with #70826C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #70826C.

Preview

Color preview on black background

This text has color #70826C on black background.


Color preview on white background

This text has color #70826C on white background.


Black color preview on #70826C background

This text has black color on #70826C background.


White color preview on #70826C background

This text has white color on #70826C background.


Related colors

Complementary color

Complementary color for #hex is #8F7D93.


I love getcolorcode.com

Triadic colors

1 #6C7082 and #826C70 with #70826C are triadic colors.

2 #6C8270 and #82706C with #70826C are triadic colors.