COLOR #636C68

HEX: #636C68 RGB: (99,108,104)

Color info

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

RGB color model

#636C68 color RGB value is (99,108,104).

RGB: (99,108,104) (39%, 42%, 41%)

RGB channels and saturation

R 99 of 255 = 39%
G 108 of 255 = 42%
B 104 of 255 = 41%

99
108
104

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

Portions of RGB colors in percentages

R + G + B = 99 + 108 + 104 = 311 (100%)
R 99 of 311 ~ 31.83%
G 108 of 311 ~ 34.73%
B 104 of 311 ~ 33.44'%

%31.83
%34.73
%33.44

CMYK color model

#636C68 color CMYK value is (8,0,4,58).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 3.70%
  • key color value is 57.65%
CMYK: (8,0,4,58) C8M0Y4K58 (8%,0%,4%,58%) (0.08/0.00/0.04/0.58) 

CMYK percentages

%8.33
%0
%3.7
%57.65

Codes

Color #636C68 in popluar color models

63 6C 68
RGB 99 108 104
HSL 153° 4.35% 40.59%
HSB/HSV 153° 8.33% 42.35%
CMYK 8.33% 0.00% 3.70%
57.65%

Color #636C68 in popluar number systems.

HEX 63 6C 68
Decimal 99 108 104
Binary 1100011 1101100 1101000
Octal 143 154 150

Shades and tints

Shades of #636C68

#636C68
(99,108,104)
#5A635F
(90,99,95)
#515A56
(81,90,86)
#48514D
(72,81,77)
#3F4844
(63,72,68)
#363F3B
(54,63,59)
#2D3632
(45,54,50)
#242D29
(36,45,41)
#1B2420
(27,36,32)
#121B17
(18,27,23)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #636C68

#636C68
(99,108,104)
#717975
(113,121,117)
#7F8682
(127,134,130)
#8D938F
(141,147,143)
#9BA09C
(155,160,156)
#A9ADA9
(169,173,169)
#B7BAB6
(183,186,182)
#C5C7C3
(197,199,195)
#D3D4D0
(211,212,208)
#E1E1DD
(225,225,221)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636C68; }

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

This text font color is #636C68.

Background Color

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

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

This div background color is #636C68.

Border color

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

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

This div border color is #636C68.

Opacity

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

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

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

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

This text has shadow with #636C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636C68.

Preview

Color preview on black background

This text has color #636C68 on black background.


Color preview on white background

This text has color #636C68 on white background.


Black color preview on #636C68 background

This text has black color on #636C68 background.


White color preview on #636C68 background

This text has white color on #636C68 background.


Related colors

Complementary color

Complementary color for #hex is #9C9397.


I love getcolorcode.com

Triadic colors

1 #68636C and #6C6863 with #636C68 are triadic colors.

2 #686C63 and #6C6368 with #636C68 are triadic colors.