COLOR #636D68

HEX: #636D68 RGB: (99,109,104)

Color info

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

RGB color model

#636D68 color RGB value is (99,109,104).

RGB: (99,109,104) (39%, 43%, 41%)

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 104 of 255 = 41%

99
109
104

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

Portions of RGB colors in percentages

R + G + B = 99 + 109 + 104 = 312 (100%)
R 99 of 312 ~ 31.73%
G 109 of 312 ~ 34.94%
B 104 of 312 ~ 33.33'%

%31.73
%34.94
%33.33

CMYK color model

#636D68 color CMYK value is (9,0,5,57).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 57.25%

CMYK: (9,0,5,57)
C9M0Y5K57 (9%, 0%, 5%, 57%)
(0.09 / 0.00 / 0.05 / 0.57)

CMYK percentages

%9.17
%0
%4.59
%57.25

Codes

Color #636D68 in popluar color models

63 6D 68
RGB 99 109 104
HSL 150° 4.81% 40.78%
HSB/HSV 150° 9.17% 42.75%
CMYK 9.17% 0.00% 4.59%
57.25%

Color #636D68 in popluar number systems.

HEX 63 6D 68
Decimal 99 109 104
Binary 1100011 1101101 1101000
Octal 143 155 150

Shades and tints

Shades of #636D68

#636D68
(99,109,104)
#5A645F
(90,100,95)
#515B56
(81,91,86)
#48524D
(72,82,77)
#3F4944
(63,73,68)
#36403B
(54,64,59)
#2D3732
(45,55,50)
#242E29
(36,46,41)
#1B2520
(27,37,32)
#121C17
(18,28,23)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #636D68

#636D68
(99,109,104)
#717A75
(113,122,117)
#7F8782
(127,135,130)
#8D948F
(141,148,143)
#9BA19C
(155,161,156)
#A9AEA9
(169,174,169)
#B7BBB6
(183,187,182)
#C5C8C3
(197,200,195)
#D3D5D0
(211,213,208)
#E1E2DD
(225,226,221)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636D68; }

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

This text font color is #636D68.

Background Color

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

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

This div background color is #636D68.

Border color

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

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

This div border color is #636D68.

Opacity

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

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

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

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

This text has shadow with #636D68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636D68.

Preview

Color preview on black background

This text has color #636D68 on black background.


Color preview on white background

This text has color #636D68 on white background.


Black color preview on #636D68 background

This text has black color on #636D68 background.


White color preview on #636D68 background

This text has white color on #636D68 background.


Related colors

Complementary color

Complementary color for #hex is #9C9297.


I love getcolorcode.com

Triadic colors

1 #68636D and #6D6863 with #636D68 are triadic colors.

2 #686D63 and #6D6368 with #636D68 are triadic colors.