COLOR #636D4F

HEX: #636D4F
RGB: (99,109,79)

Color info

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

RGB color model

#636D4F color RGB value is (99,109,79).

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

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 79 of 255 = 31%

99
109
79

R + G + B ~ 38%. #636D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 109 + 79 = 287 (100%)
R 99 of 287 ~ 34.49%
G 109 of 287 ~ 37.98%
B 79 of 287 ~ 27.53%

%34.49
%37.98
%27.53

CMYK color model

#636D4F color CMYK value is (9,0,28,57).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK:
(9,0,28,57)
C9M0Y28K57 
(9%,0%,28%,57%)
(0.09/0.00/0.28/0.57)	

CMYK percentages

%9.17
%0
%27.52
%57.25

Codes

Color #636D4F in popluar color models

636D4F
RGB9910979
HSL80°15.96%36.86%
HSB/HSV80°27.52%42.75%
CMYK9.17%0.00%27.52%
57.25%

Color #636D4F in popluar number systems.

HEX636D4F
Decimal9910979
Binary110001111011011001111
Octal143155117

Shades and tints

Shades of #636D4F

#636D4F
(99,109,79)
#5A6448
(90,100,72)
#515B41
(81,91,65)
#48523A
(72,82,58)
#3F4933
(63,73,51)
#36402C
(54,64,44)
#2D3725
(45,55,37)
#242E1E
(36,46,30)
#1B2517
(27,37,23)
#121C10
(18,28,16)
#091309
(9,19,9)
#000000
(0,0,0)

Tints of #636D4F

#636D4F
(99,109,79)
#717A5F
(113,122,95)
#7F876F
(127,135,111)
#8D947F
(141,148,127)
#9BA18F
(155,161,143)
#A9AE9F
(169,174,159)
#B7BBAF
(183,187,175)
#C5C8BF
(197,200,191)
#D3D5CF
(211,213,207)
#E1E2DF
(225,226,223)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636D4F; }

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

This text font color is #636D4F.


Background Color

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

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

This div background color is #636D4F.


Border color

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

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

This div border color is #636D4F.


Opacity

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

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

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

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

This text has shadow with #636D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636D4F on black background.


Color preview on white background

This text has color #636D4F on white background.



Black color preview on #636D4F background

This text has black color on #636D4F background.


White color preview on #636D4F background

This text has white color on #636D4F background.