COLOR #636270

HEX: #636270
RGB: (99,98,112)

Color info

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

RGB color model

#636270 color RGB value is (99,98,112).

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

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 112 of 255 = 44%

99
98
112

R + G + B ~ 40%. #636270 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 112 = 309 (100%)
R 99 of 309 ~ 32.04%
G 98 of 309 ~ 31.72%
B 112 of 309 ~ 36.25%

%32.04
%31.72
%36.25

CMYK color model

#636270 color CMYK value is (12,13,0,56).

  • cyan value is 11.61%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(12,13,0,56)
C12M13Y0K56 
(12%,13%,0%,56%)
(0.12/0.13/0.00/0.56)	

CMYK percentages

%11.61
%12.5
%0
%56.08

Codes

Color #636270 in popluar color models

636270
RGB9998112
HSL244°6.67%41.18%
HSB/HSV244°12.50%43.92%
CMYK11.61%12.50%0.00%
56.08%

Color #636270 in popluar number systems.

HEX636270
Decimal9998112
Binary110001111000101110000
Octal143142160

Shades and tints

Shades of #636270

#636270
(99,98,112)
#5A5A66
(90,90,102)
#51525C
(81,82,92)
#484A52
(72,74,82)
#3F4248
(63,66,72)
#363A3E
(54,58,62)
#2D3234
(45,50,52)
#242A2A
(36,42,42)
#1B2220
(27,34,32)
#121A16
(18,26,22)
#09120C
(9,18,12)
#000000
(0,0,0)

Tints of #636270

#636270
(99,98,112)
#71707D
(113,112,125)
#7F7E8A
(127,126,138)
#8D8C97
(141,140,151)
#9B9AA4
(155,154,164)
#A9A8B1
(169,168,177)
#B7B6BE
(183,182,190)
#C5C4CB
(197,196,203)
#D3D2D8
(211,210,216)
#E1E0E5
(225,224,229)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636270; }

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

This text font color is #636270.


Background Color

.myBgColor { background-color: #636270; }

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

This div background color is #636270.


Border color

.myBorderColor { border: 1px solid #636270; }

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

This div border color is #636270.


Opacity

.myOpacity80 { color: #636270; opacity: 0.8; }

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

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

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

This text has shadow with #636270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636270 on black background.


Color preview on white background

This text has color #636270 on white background.



Black color preview on #636270 background

This text has black color on #636270 background.


White color preview on #636270 background

This text has white color on #636270 background.