COLOR #70646A

HEX: #70646A RGB: (112,100,106)

Color info

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

RGB color model

#70646A color RGB value is (112,100,106).

RGB: (112,100,106) (44%, 39%, 42%)

RGB channels and saturation

R 112 of 255 = 44%
G 100 of 255 = 39%
B 106 of 255 = 42%

112
100
106

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

Portions of RGB colors in percentages

R + G + B = 112 + 100 + 106 = 318 (100%)
R 112 of 318 ~ 35.22%
G 100 of 318 ~ 31.45%
B 106 of 318 ~ 33.33'%

%35.22
%31.45
%33.33

CMYK color model

#70646A color CMYK value is (0,11,5,56).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 5.36%
  • key color value is 56.08%

CMYK: (0,11,5,56)
C0M11Y5K56 (0%, 11%, 5%, 56%)
(0.00 / 0.11 / 0.05 / 0.56)

CMYK percentages

%0
%10.71
%5.36
%56.08

Codes

Color #70646A in popluar color models

70 64 6A
RGB 112 100 106
HSL 330° 5.66% 41.57%
HSB/HSV 330° 10.71% 43.92%
CMYK 0.00% 10.71% 5.36%
56.08%

Color #70646A in popluar number systems.

HEX 70 64 6A
Decimal 112 100 106
Binary 1110000 1100100 1101010
Octal 160 144 152

Shades and tints

Shades of #70646A

#70646A
(112,100,106)
#665B61
(102,91,97)
#5C5258
(92,82,88)
#52494F
(82,73,79)
#484046
(72,64,70)
#3E373D
(62,55,61)
#342E34
(52,46,52)
#2A252B
(42,37,43)
#201C22
(32,28,34)
#161319
(22,19,25)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #70646A

#70646A
(112,100,106)
#7D7277
(125,114,119)
#8A8084
(138,128,132)
#978E91
(151,142,145)
#A49C9E
(164,156,158)
#B1AAAB
(177,170,171)
#BEB8B8
(190,184,184)
#CBC6C5
(203,198,197)
#D8D4D2
(216,212,210)
#E5E2DF
(229,226,223)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70646A; }

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

This text font color is #70646A.

Background Color

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

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

This div background color is #70646A.

Border color

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

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

This div border color is #70646A.

Opacity

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

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

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

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

This text has shadow with #70646A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70646A.

Preview

Color preview on black background

This text has color #70646A on black background.


Color preview on white background

This text has color #70646A on white background.


Black color preview on #70646A background

This text has black color on #70646A background.


White color preview on #70646A background

This text has white color on #70646A background.


Related colors

Complementary color

Complementary color for #hex is #8F9B95.


I love getcolorcode.com

Triadic colors

1 #6A7064 and #646A70 with #70646A are triadic colors.

2 #6A6470 and #64706A with #70646A are triadic colors.