COLOR #636D5F

HEX: #636D5F
RGB: (99,109,95)

Color info

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

RGB color model

#636D5F color RGB value is (99,109,95).

  • red value is 99;
  • green value is 109;
  • blue value is 95.
RGB:
(99,109,95)
(39%,43%,37%)

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 95 of 255 = 37%

99
109
95

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

Portions of RGB colors in percentages

R + G + B =
99 + 109 + 95 = 303 (100%)
R 99 of 303 ~ 32.67%
G 109 of 303 ~ 35.97%
B 95 of 303 ~ 31.35%

%32.67
%35.97
%31.35

CMYK color model

#636D5F color CMYK value is (9,0,13,57).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 57.25%
CMYK:
(9,0,13,57)
C9M0Y13K57 
(9%,0%,13%,57%)
(0.09/0.00/0.13/0.57)	

CMYK percentages

%9.17
%0
%12.84
%57.25

Codes

Color #636D5F in popluar color models

636D5F
RGB9910995
HSL103°6.86%40.00%
HSB/HSV103°12.84%42.75%
CMYK9.17%0.00%12.84%
57.25%

Color #636D5F in popluar number systems.

HEX636D5F
Decimal9910995
Binary110001111011011011111
Octal143155137

Shades and tints

Shades of #636D5F

#636D5F
(99,109,95)
#5A6457
(90,100,87)
#515B4F
(81,91,79)
#485247
(72,82,71)
#3F493F
(63,73,63)
#364037
(54,64,55)
#2D372F
(45,55,47)
#242E27
(36,46,39)
#1B251F
(27,37,31)
#121C17
(18,28,23)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #636D5F

#636D5F
(99,109,95)
#717A6D
(113,122,109)
#7F877B
(127,135,123)
#8D9489
(141,148,137)
#9BA197
(155,161,151)
#A9AEA5
(169,174,165)
#B7BBB3
(183,187,179)
#C5C8C1
(197,200,193)
#D3D5CF
(211,213,207)
#E1E2DD
(225,226,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636D5F; }

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

This text font color is #636D5F.


Background Color

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

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

This div background color is #636D5F.


Border color

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

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

This div border color is #636D5F.


Opacity

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

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

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

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

This text has shadow with #636D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636D5F on black background.


Color preview on white background

This text has color #636D5F on white background.



Black color preview on #636D5F background

This text has black color on #636D5F background.


White color preview on #636D5F background

This text has white color on #636D5F background.