COLOR #636E70

HEX: #636E70
RGB: (99,110,112)

Color info

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

RGB color model

#636E70 color RGB value is (99,110,112).

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

RGB channels and saturation

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

99
110
112

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

Portions of RGB colors in percentages

R + G + B =
99 + 110 + 112 = 321 (100%)
R 99 of 321 ~ 30.84%
G 110 of 321 ~ 34.27%
B 112 of 321 ~ 34.89%

%30.84
%34.27
%34.89

CMYK color model

#636E70 color CMYK value is (12,2,0,56).

  • cyan value is 11.61%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(12,2,0,56)
C12M2Y0K56 
(12%,2%,0%,56%)
(0.12/0.02/0.00/0.56)	

CMYK percentages

%11.61
%1.79
%0
%56.08

Codes

Color #636E70 in popluar color models

636E70
RGB99110112
HSL189°6.16%41.37%
HSB/HSV189°11.61%43.92%
CMYK11.61%1.79%0.00%
56.08%

Color #636E70 in popluar number systems.

HEX636E70
Decimal99110112
Binary110001111011101110000
Octal143156160

Shades and tints

Shades of #636E70

#636E70
(99,110,112)
#5A6466
(90,100,102)
#515A5C
(81,90,92)
#485052
(72,80,82)
#3F4648
(63,70,72)
#363C3E
(54,60,62)
#2D3234
(45,50,52)
#24282A
(36,40,42)
#1B1E20
(27,30,32)
#121416
(18,20,22)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #636E70

#636E70
(99,110,112)
#717B7D
(113,123,125)
#7F888A
(127,136,138)
#8D9597
(141,149,151)
#9BA2A4
(155,162,164)
#A9AFB1
(169,175,177)
#B7BCBE
(183,188,190)
#C5C9CB
(197,201,203)
#D3D6D8
(211,214,216)
#E1E3E5
(225,227,229)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636E70 color. Also use rgb(99,110,112) instead hex code.

Text Font Color

.myTextColor { color: #636E70; }

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

This text font color is #636E70.


Background Color

.myBgColor { background-color: #636E70; }

<div style="background-color:#636E70">Inner text</div>

This div background color is #636E70.


Border color

.myBorderColor { border: 1px solid #636E70; }

<div style="border:3px solid #636E70">Div</div>

This div border color is #636E70.


Opacity

.myOpacity80 { color: #636E70; opacity: 0.8; }

<p style="color:#636E70;opacity:0.8;">80%</p>

Text with #636E70 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 #636E70;}

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

This text has shadow with #636E70 color.

.textShadow {text-shadow: 3px 3px 1px #636E70, 3px 3px 1px red;}

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

This text has shadow with #636E70 primary color and red secondary color.


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

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

This text has shadow with #636E70 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636E70 on black background.


Color preview on white background

This text has color #636E70 on white background.



Black color preview on #636E70 background

This text has black color on #636E70 background.


White color preview on #636E70 background

This text has white color on #636E70 background.