COLOR #636168

HEX: #636168
RGB: (99,97,104)

Color info

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

RGB color model

#636168 color RGB value is (99,97,104).

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

RGB channels and saturation

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

99
97
104

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

Portions of RGB colors in percentages

R + G + B =
99 + 97 + 104 = 300 (100%)
R 99 of 300 ~ 33%
G 97 of 300 ~ 32.33%
B 104 of 300 ~ 34.67%

%33
%32.33
%34.67

CMYK color model

#636168 color CMYK value is (5,7,0,59).

  • cyan value is 4.81%
  • magenta value is 6.73%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(5,7,0,59)
C5M7Y0K59 
(5%,7%,0%,59%)
(0.05/0.07/0.00/0.59)	

CMYK percentages

%4.81
%6.73
%0
%59.22

Codes

Color #636168 in popluar color models

636168
RGB9997104
HSL257°3.48%39.41%
HSB/HSV257°6.73%40.78%
CMYK4.81%6.73%0.00%
59.22%

Color #636168 in popluar number systems.

HEX636168
Decimal9997104
Binary110001111000011101000
Octal143141150

Shades and tints

Shades of #636168

#636168
(99,97,104)
#5A595F
(90,89,95)
#515156
(81,81,86)
#48494D
(72,73,77)
#3F4144
(63,65,68)
#36393B
(54,57,59)
#2D3132
(45,49,50)
#242929
(36,41,41)
#1B2120
(27,33,32)
#121917
(18,25,23)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #636168

#636168
(99,97,104)
#716F75
(113,111,117)
#7F7D82
(127,125,130)
#8D8B8F
(141,139,143)
#9B999C
(155,153,156)
#A9A7A9
(169,167,169)
#B7B5B6
(183,181,182)
#C5C3C3
(197,195,195)
#D3D1D0
(211,209,208)
#E1DFDD
(225,223,221)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636168; }

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

This text font color is #636168.


Background Color

.myBgColor { background-color: #636168; }

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

This div background color is #636168.


Border color

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

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

This div border color is #636168.


Opacity

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

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

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

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

This text has shadow with #636168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636168 on black background.


Color preview on white background

This text has color #636168 on white background.



Black color preview on #636168 background

This text has black color on #636168 background.


White color preview on #636168 background

This text has white color on #636168 background.