COLOR #636D4D

HEX: #636D4D
RGB: (99,109,77)

Color info

#636D4D contains red, green and blue colors in about the same proportion. Web safe color of #636D4D is #666633 (or #663).

RGB color model

#636D4D color RGB value is (99,109,77).

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

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 77 of 255 = 30%

99
109
77

R + G + B ~ 37%. #636D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 109 + 77 = 285 (100%)
R 99 of 285 ~ 34.74%
G 109 of 285 ~ 38.25%
B 77 of 285 ~ 27.02%

%34.74
%38.25
%27.02

CMYK color model

#636D4D color CMYK value is (9,0,29,57).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 29.36%
  • key color value is 57.25%
CMYK:
(9,0,29,57)
C9M0Y29K57 
(9%,0%,29%,57%)
(0.09/0.00/0.29/0.57)	

CMYK percentages

%9.17
%0
%29.36
%57.25

Codes

Color #636D4D in popluar color models

636D4D
RGB9910977
HSL79°17.20%36.47%
HSB/HSV79°29.36%42.75%
CMYK9.17%0.00%29.36%
57.25%

Color #636D4D in popluar number systems.

HEX636D4D
Decimal9910977
Binary110001111011011001101
Octal143155115

Shades and tints

Shades of #636D4D

#636D4D
(99,109,77)
#5A6446
(90,100,70)
#515B3F
(81,91,63)
#485238
(72,82,56)
#3F4931
(63,73,49)
#36402A
(54,64,42)
#2D3723
(45,55,35)
#242E1C
(36,46,28)
#1B2515
(27,37,21)
#121C0E
(18,28,14)
#091307
(9,19,7)
#000000
(0,0,0)

Tints of #636D4D

#636D4D
(99,109,77)
#717A5D
(113,122,93)
#7F876D
(127,135,109)
#8D947D
(141,148,125)
#9BA18D
(155,161,141)
#A9AE9D
(169,174,157)
#B7BBAD
(183,187,173)
#C5C8BD
(197,200,189)
#D3D5CD
(211,213,205)
#E1E2DD
(225,226,221)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636D4D; }

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

This text font color is #636D4D.


Background Color

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

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

This div background color is #636D4D.


Border color

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

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

This div border color is #636D4D.


Opacity

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

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

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

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

This text has shadow with #636D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636D4D on black background.


Color preview on white background

This text has color #636D4D on white background.



Black color preview on #636D4D background

This text has black color on #636D4D background.


White color preview on #636D4D background

This text has white color on #636D4D background.