COLOR #636268

HEX: #636268
RGB: (99,98,104)

Color info

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

RGB color model

#636268 color RGB value is (99,98,104).

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

RGB channels and saturation

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

99
98
104

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 104 = 301 (100%)
R 99 of 301 ~ 32.89%
G 98 of 301 ~ 32.56%
B 104 of 301 ~ 34.55%

%32.89
%32.56
%34.55

CMYK color model

#636268 color CMYK value is (5,6,0,59).

  • cyan value is 4.81%
  • magenta value is 5.77%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(5,6,0,59)
C5M6Y0K59 
(5%,6%,0%,59%)
(0.05/0.06/0.00/0.59)	

CMYK percentages

%4.81
%5.77
%0
%59.22

Codes

Color #636268 in popluar color models

636268
RGB9998104
HSL250°2.97%39.61%
HSB/HSV250°5.77%40.78%
CMYK4.81%5.77%0.00%
59.22%

Color #636268 in popluar number systems.

HEX636268
Decimal9998104
Binary110001111000101101000
Octal143142150

Shades and tints

Shades of #636268

#636268
(99,98,104)
#5A5A5F
(90,90,95)
#515256
(81,82,86)
#484A4D
(72,74,77)
#3F4244
(63,66,68)
#363A3B
(54,58,59)
#2D3232
(45,50,50)
#242A29
(36,42,41)
#1B2220
(27,34,32)
#121A17
(18,26,23)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #636268

#636268
(99,98,104)
#717075
(113,112,117)
#7F7E82
(127,126,130)
#8D8C8F
(141,140,143)
#9B9A9C
(155,154,156)
#A9A8A9
(169,168,169)
#B7B6B6
(183,182,182)
#C5C4C3
(197,196,195)
#D3D2D0
(211,210,208)
#E1E0DD
(225,224,221)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636268; }

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

This text font color is #636268.


Background Color

.myBgColor { background-color: #636268; }

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

This div background color is #636268.


Border color

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

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

This div border color is #636268.


Opacity

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

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

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

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

This text has shadow with #636268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636268 on black background.


Color preview on white background

This text has color #636268 on white background.



Black color preview on #636268 background

This text has black color on #636268 background.


White color preview on #636268 background

This text has white color on #636268 background.