COLOR #636C5D

HEX: #636C5D RGB: (99,108,93)

Color info

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

RGB color model

#636C5D color RGB value is (99,108,93).

RGB: (99,108,93) (39%, 42%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 108 of 255 = 42%
B 93 of 255 = 36%

99
108
93

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

Portions of RGB colors in percentages

R + G + B = 99 + 108 + 93 = 300 (100%)
R 99 of 300 ~ 33%
G 108 of 300 ~ 36%
B 93 of 300 ~ 31'%

%33
%36
%31

CMYK color model

#636C5D color CMYK value is (8,0,14,58).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 57.65%

CMYK: (8,0,14,58)
C8M0Y14K58 (8%, 0%, 14%, 58%)
(0.08 / 0.00 / 0.14 / 0.58)

CMYK percentages

%8.33
%0
%13.89
%57.65

Codes

Color #636C5D in popluar color models

63 6C 5D
RGB 99 108 93
HSL 96° 7.46% 39.41%
HSB/HSV 96° 13.89% 42.35%
CMYK 8.33% 0.00% 13.89%
57.65%

Color #636C5D in popluar number systems.

HEX 63 6C 5D
Decimal 99 108 93
Binary 1100011 1101100 1011101
Octal 143 154 135

Shades and tints

Shades of #636C5D

#636C5D
(99,108,93)
#5A6355
(90,99,85)
#515A4D
(81,90,77)
#485145
(72,81,69)
#3F483D
(63,72,61)
#363F35
(54,63,53)
#2D362D
(45,54,45)
#242D25
(36,45,37)
#1B241D
(27,36,29)
#121B15
(18,27,21)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #636C5D

#636C5D
(99,108,93)
#71796B
(113,121,107)
#7F8679
(127,134,121)
#8D9387
(141,147,135)
#9BA095
(155,160,149)
#A9ADA3
(169,173,163)
#B7BAB1
(183,186,177)
#C5C7BF
(197,199,191)
#D3D4CD
(211,212,205)
#E1E1DB
(225,225,219)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636C5D; }

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

This text font color is #636C5D.

Background Color

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

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

This div background color is #636C5D.

Border color

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

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

This div border color is #636C5D.

Opacity

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

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

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

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

This text has shadow with #636C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636C5D.

Preview

Color preview on black background

This text has color #636C5D on black background.


Color preview on white background

This text has color #636C5D on white background.


Black color preview on #636C5D background

This text has black color on #636C5D background.


White color preview on #636C5D background

This text has white color on #636C5D background.


Related colors

Complementary color

Complementary color for #hex is #9C93A2.


I love getcolorcode.com

Triadic colors

1 #5D636C and #6C5D63 with #636C5D are triadic colors.

2 #5D6C63 and #6C635D with #636C5D are triadic colors.