COLOR #636D5A

HEX: #636D5A RGB: (99,109,90)

Color info

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

RGB color model

#636D5A color RGB value is (99,109,90).

RGB: (99,109,90) (39%, 43%, 35%)

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 90 of 255 = 35%

99
109
90

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

Portions of RGB colors in percentages

R + G + B = 99 + 109 + 90 = 298 (100%)
R 99 of 298 ~ 33.22%
G 109 of 298 ~ 36.58%
B 90 of 298 ~ 30.2'%

%33.22
%36.58
%30.2

CMYK color model

#636D5A color CMYK value is (9,0,17,57).

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

CMYK: (9,0,17,57)
C9M0Y17K57 (9%, 0%, 17%, 57%)
(0.09 / 0.00 / 0.17 / 0.57)

CMYK percentages

%9.17
%0
%17.43
%57.25

Codes

Color #636D5A in popluar color models

63 6D 5A
RGB 99 109 90
HSL 92° 9.55% 39.02%
HSB/HSV 92° 17.43% 42.75%
CMYK 9.17% 0.00% 17.43%
57.25%

Color #636D5A in popluar number systems.

HEX 63 6D 5A
Decimal 99 109 90
Binary 1100011 1101101 1011010
Octal 143 155 132

Shades and tints

Shades of #636D5A

#636D5A
(99,109,90)
#5A6452
(90,100,82)
#515B4A
(81,91,74)
#485242
(72,82,66)
#3F493A
(63,73,58)
#364032
(54,64,50)
#2D372A
(45,55,42)
#242E22
(36,46,34)
#1B251A
(27,37,26)
#121C12
(18,28,18)
#09130A
(9,19,10)
#000000
(0,0,0)

Tints of #636D5A

#636D5A
(99,109,90)
#717A69
(113,122,105)
#7F8778
(127,135,120)
#8D9487
(141,148,135)
#9BA196
(155,161,150)
#A9AEA5
(169,174,165)
#B7BBB4
(183,187,180)
#C5C8C3
(197,200,195)
#D3D5D2
(211,213,210)
#E1E2E1
(225,226,225)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636D5A; }

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

This text font color is #636D5A.

Background Color

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

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

This div background color is #636D5A.

Border color

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

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

This div border color is #636D5A.

Opacity

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

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

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

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

This text has shadow with #636D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636D5A.

Preview

Color preview on black background

This text has color #636D5A on black background.


Color preview on white background

This text has color #636D5A on white background.


Black color preview on #636D5A background

This text has black color on #636D5A background.


White color preview on #636D5A background

This text has white color on #636D5A background.


Related colors

Complementary color

Complementary color for #hex is #9C92A5.


I love getcolorcode.com

Triadic colors

1 #5A636D and #6D5A63 with #636D5A are triadic colors.

2 #5A6D63 and #6D635A with #636D5A are triadic colors.