COLOR #70636A

HEX: #70636A
RGB: (112,99,106)

Color info

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

RGB color model

#70636A color RGB value is (112,99,106).

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

RGB channels and saturation

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

112
99
106

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

Portions of RGB colors in percentages

R + G + B =
112 + 99 + 106 = 317 (100%)
R 112 of 317 ~ 35.33%
G 99 of 317 ~ 31.23%
B 106 of 317 ~ 33.44%

%35.33
%31.23
%33.44

CMYK color model

#70636A color CMYK value is (0,12,5,56).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 5.36%
  • key color value is 56.08%
CMYK:
(0,12,5,56)
C0M12Y5K56 
(0%,12%,5%,56%)
(0.00/0.12/0.05/0.56)	

CMYK percentages

%0
%11.61
%5.36
%56.08

Codes

Color #70636A in popluar color models

70636A
RGB11299106
HSL328°6.16%41.37%
HSB/HSV328°11.61%43.92%
CMYK0.00%11.61%5.36%
56.08%

Color #70636A in popluar number systems.

HEX70636A
Decimal11299106
Binary111000011000111101010
Octal160143152

Shades and tints

Shades of #70636A

#70636A
(112,99,106)
#665A61
(102,90,97)
#5C5158
(92,81,88)
#52484F
(82,72,79)
#483F46
(72,63,70)
#3E363D
(62,54,61)
#342D34
(52,45,52)
#2A242B
(42,36,43)
#201B22
(32,27,34)
#161219
(22,18,25)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #70636A

#70636A
(112,99,106)
#7D7177
(125,113,119)
#8A7F84
(138,127,132)
#978D91
(151,141,145)
#A49B9E
(164,155,158)
#B1A9AB
(177,169,171)
#BEB7B8
(190,183,184)
#CBC5C5
(203,197,197)
#D8D3D2
(216,211,210)
#E5E1DF
(229,225,223)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70636A; }

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

This text font color is #70636A.


Background Color

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

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

This div background color is #70636A.


Border color

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

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

This div border color is #70636A.


Opacity

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

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

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

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

This text has shadow with #70636A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70636A on black background.


Color preview on white background

This text has color #70636A on white background.



Black color preview on #70636A background

This text has black color on #70636A background.


White color preview on #70636A background

This text has white color on #70636A background.