COLOR #636860

HEX: #636860
RGB: (99,104,96)

Color info

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

RGB color model

#636860 color RGB value is (99,104,96).

  • red value is 99;
  • green value is 104;
  • blue value is 96.
RGB:
(99,104,96)
(39%,41%,38%)

RGB channels and saturation

R 99 of 255 = 39%
G 104 of 255 = 41%
B 96 of 255 = 38%

99
104
96

R + G + B ~ 39%. #636860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 104 + 96 = 299 (100%)
R 99 of 299 ~ 33.11%
G 104 of 299 ~ 34.78%
B 96 of 299 ~ 32.11%

%33.11
%34.78
%32.11

CMYK color model

#636860 color CMYK value is (5,0,8,59).

  • cyan value is 4.81%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 59.22%
CMYK:
(5,0,8,59)
C5M0Y8K59 
(5%,0%,8%,59%)
(0.05/0.00/0.08/0.59)	

CMYK percentages

%4.81
%0
%7.69
%59.22

Codes

Color #636860 in popluar color models

636860
RGB9910496
HSL98°4.00%39.22%
HSB/HSV98°7.69%40.78%
CMYK4.81%0.00%7.69%
59.22%

Color #636860 in popluar number systems.

HEX636860
Decimal9910496
Binary110001111010001100000
Octal143150140

Shades and tints

Shades of #636860

#636860
(99,104,96)
#5A5F58
(90,95,88)
#515650
(81,86,80)
#484D48
(72,77,72)
#3F4440
(63,68,64)
#363B38
(54,59,56)
#2D3230
(45,50,48)
#242928
(36,41,40)
#1B2020
(27,32,32)
#121718
(18,23,24)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #636860

#636860
(99,104,96)
#71756E
(113,117,110)
#7F827C
(127,130,124)
#8D8F8A
(141,143,138)
#9B9C98
(155,156,152)
#A9A9A6
(169,169,166)
#B7B6B4
(183,182,180)
#C5C3C2
(197,195,194)
#D3D0D0
(211,208,208)
#E1DDDE
(225,221,222)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636860 color. Also use rgb(99,104,96) instead hex code.

Text Font Color

.myTextColor { color: #636860; }

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

This text font color is #636860.


Background Color

.myBgColor { background-color: #636860; }

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

This div background color is #636860.


Border color

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

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

This div border color is #636860.


Opacity

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

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

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

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

This text has shadow with #636860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636860 on black background.


Color preview on white background

This text has color #636860 on white background.



Black color preview on #636860 background

This text has black color on #636860 background.


White color preview on #636860 background

This text has white color on #636860 background.