COLOR #70695A

HEX: #70695A RGB: (112,105,90)

Color info

#70695A contains red, green and blue colors in about the same proportion. Web safe color of #70695A is #666666 (or #666).

RGB color model

#70695A color RGB value is (112,105,90).

RGB: (112,105,90) (44%, 41%, 35%)

RGB channels and saturation

R 112 of 255 = 44%
G 105 of 255 = 41%
B 90 of 255 = 35%

112
105
90

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

Portions of RGB colors in percentages

R + G + B = 112 + 105 + 90 = 307 (100%)
R 112 of 307 ~ 36.48%
G 105 of 307 ~ 34.2%
B 90 of 307 ~ 29.32'%

%36.48
%34.2
%29.32

CMYK color model

#70695A color CMYK value is (0,6,20,56).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 19.64%
  • key color value is 56.08%

CMYK: (0,6,20,56)
C0M6Y20K56 (0%, 6%, 20%, 56%)
(0.00 / 0.06 / 0.20 / 0.56)

CMYK percentages

%0
%6.25
%19.64
%56.08

Codes

Color #70695A in popluar color models

70 69 5A
RGB 112 105 90
HSL 41° 10.89% 39.61%
HSB/HSV 41° 19.64% 43.92%
CMYK 0.00% 6.25% 19.64%
56.08%

Color #70695A in popluar number systems.

HEX 70 69 5A
Decimal 112 105 90
Binary 1110000 1101001 1011010
Octal 160 151 132

Shades and tints

Shades of #70695A

#70695A
(112,105,90)
#666052
(102,96,82)
#5C574A
(92,87,74)
#524E42
(82,78,66)
#48453A
(72,69,58)
#3E3C32
(62,60,50)
#34332A
(52,51,42)
#2A2A22
(42,42,34)
#20211A
(32,33,26)
#161812
(22,24,18)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #70695A

#70695A
(112,105,90)
#7D7669
(125,118,105)
#8A8378
(138,131,120)
#979087
(151,144,135)
#A49D96
(164,157,150)
#B1AAA5
(177,170,165)
#BEB7B4
(190,183,180)
#CBC4C3
(203,196,195)
#D8D1D2
(216,209,210)
#E5DEE1
(229,222,225)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70695A color. Also use rgb(112,105,90) instead hex code.

Text Font Color

.myTextColor { color: #70695A; }

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

This text font color is #70695A.

Background Color

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

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

This div background color is #70695A.

Border color

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

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

This div border color is #70695A.

Opacity

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

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

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

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

This text has shadow with #70695A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70695A.

Preview

Color preview on black background

This text has color #70695A on black background.


Color preview on white background

This text has color #70695A on white background.


Black color preview on #70695A background

This text has black color on #70695A background.


White color preview on #70695A background

This text has white color on #70695A background.


Related colors

Complementary color

Complementary color for #hex is #8F96A5.


I love getcolorcode.com

Triadic colors

1 #5A7069 and #695A70 with #70695A are triadic colors.

2 #5A6970 and #69705A with #70695A are triadic colors.