COLOR #70636D

HEX: #70636D
RGB: (112,99,109)

Color info

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

RGB color model

#70636D color RGB value is (112,99,109).

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

RGB channels and saturation

R 112 of 255 = 44%
G 99 of 255 = 39%
B 109 of 255 = 43%

112
99
109

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

Portions of RGB colors in percentages

R + G + B =
112 + 99 + 109 = 320 (100%)
R 112 of 320 ~ 35%
G 99 of 320 ~ 30.94%
B 109 of 320 ~ 34.06%

%35
%30.94
%34.06

CMYK color model

#70636D color CMYK value is (0,12,3,56).

  • cyan value is 0.00%
  • magenta value is 11.61%
  • yellow value is 2.68%
  • key color value is 56.08%
CMYK:
(0,12,3,56)
C0M12Y3K56 
(0%,12%,3%,56%)
(0.00/0.12/0.03/0.56)	

CMYK percentages

%0
%11.61
%2.68
%56.08

Codes

Color #70636D in popluar color models

70636D
RGB11299109
HSL314°6.16%41.37%
HSB/HSV314°11.61%43.92%
CMYK0.00%11.61%2.68%
56.08%

Color #70636D in popluar number systems.

HEX70636D
Decimal11299109
Binary111000011000111101101
Octal160143155

Shades and tints

Shades of #70636D

#70636D
(112,99,109)
#665A64
(102,90,100)
#5C515B
(92,81,91)
#524852
(82,72,82)
#483F49
(72,63,73)
#3E3640
(62,54,64)
#342D37
(52,45,55)
#2A242E
(42,36,46)
#201B25
(32,27,37)
#16121C
(22,18,28)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #70636D

#70636D
(112,99,109)
#7D717A
(125,113,122)
#8A7F87
(138,127,135)
#978D94
(151,141,148)
#A49BA1
(164,155,161)
#B1A9AE
(177,169,174)
#BEB7BB
(190,183,187)
#CBC5C8
(203,197,200)
#D8D3D5
(216,211,213)
#E5E1E2
(229,225,226)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70636D; }

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

This text font color is #70636D.


Background Color

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

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

This div background color is #70636D.


Border color

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

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

This div border color is #70636D.


Opacity

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

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

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

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

This text has shadow with #70636D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70636D on black background.


Color preview on white background

This text has color #70636D on white background.



Black color preview on #70636D background

This text has black color on #70636D background.


White color preview on #70636D background

This text has white color on #70636D background.