COLOR #636E72

HEX: #636E72
RGB: (99,110,114)

Color info

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

RGB color model

#636E72 color RGB value is (99,110,114).

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

RGB channels and saturation

R 99 of 255 = 39%
G 110 of 255 = 43%
B 114 of 255 = 45%

99
110
114

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

Portions of RGB colors in percentages

R + G + B =
99 + 110 + 114 = 323 (100%)
R 99 of 323 ~ 30.65%
G 110 of 323 ~ 34.06%
B 114 of 323 ~ 35.29%

%30.65
%34.06
%35.29

CMYK color model

#636E72 color CMYK value is (13,4,0,55).

  • cyan value is 13.16%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(13,4,0,55)
C13M4Y0K55 
(13%,4%,0%,55%)
(0.13/0.04/0.00/0.55)	

CMYK percentages

%13.16
%3.51
%0
%55.29

Codes

Color #636E72 in popluar color models

636E72
RGB99110114
HSL196°7.04%41.76%
HSB/HSV196°13.16%44.71%
CMYK13.16%3.51%0.00%
55.29%

Color #636E72 in popluar number systems.

HEX636E72
Decimal99110114
Binary110001111011101110010
Octal143156162

Shades and tints

Shades of #636E72

#636E72
(99,110,114)
#5A6468
(90,100,104)
#515A5E
(81,90,94)
#485054
(72,80,84)
#3F464A
(63,70,74)
#363C40
(54,60,64)
#2D3236
(45,50,54)
#24282C
(36,40,44)
#1B1E22
(27,30,34)
#121418
(18,20,24)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #636E72

#636E72
(99,110,114)
#717B7E
(113,123,126)
#7F888A
(127,136,138)
#8D9596
(141,149,150)
#9BA2A2
(155,162,162)
#A9AFAE
(169,175,174)
#B7BCBA
(183,188,186)
#C5C9C6
(197,201,198)
#D3D6D2
(211,214,210)
#E1E3DE
(225,227,222)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636E72; }

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

This text font color is #636E72.


Background Color

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

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

This div background color is #636E72.


Border color

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

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

This div border color is #636E72.


Opacity

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

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

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

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

This text has shadow with #636E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636E72 on black background.


Color preview on white background

This text has color #636E72 on white background.



Black color preview on #636E72 background

This text has black color on #636E72 background.


White color preview on #636E72 background

This text has white color on #636E72 background.