COLOR #636F4D

HEX: #636F4D
RGB: (99,111,77)

Color info

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

RGB color model

#636F4D color RGB value is (99,111,77).

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

RGB channels and saturation

R 99 of 255 = 39%
G 111 of 255 = 44%
B 77 of 255 = 30%

99
111
77

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

Portions of RGB colors in percentages

R + G + B =
99 + 111 + 77 = 287 (100%)
R 99 of 287 ~ 34.49%
G 111 of 287 ~ 38.68%
B 77 of 287 ~ 26.83%

%34.49
%38.68
%26.83

CMYK color model

#636F4D color CMYK value is (11,0,31,56).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 30.63%
  • key color value is 56.47%
CMYK:
(11,0,31,56)
C11M0Y31K56 
(11%,0%,31%,56%)
(0.11/0.00/0.31/0.56)	

CMYK percentages

%10.81
%0
%30.63
%56.47

Codes

Color #636F4D in popluar color models

636F4D
RGB9911177
HSL81°18.09%36.86%
HSB/HSV81°30.63%43.53%
CMYK10.81%0.00%30.63%
56.47%

Color #636F4D in popluar number systems.

HEX636F4D
Decimal9911177
Binary110001111011111001101
Octal143157115

Shades and tints

Shades of #636F4D

#636F4D
(99,111,77)
#5A6546
(90,101,70)
#515B3F
(81,91,63)
#485138
(72,81,56)
#3F4731
(63,71,49)
#363D2A
(54,61,42)
#2D3323
(45,51,35)
#24291C
(36,41,28)
#1B1F15
(27,31,21)
#12150E
(18,21,14)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #636F4D

#636F4D
(99,111,77)
#717C5D
(113,124,93)
#7F896D
(127,137,109)
#8D967D
(141,150,125)
#9BA38D
(155,163,141)
#A9B09D
(169,176,157)
#B7BDAD
(183,189,173)
#C5CABD
(197,202,189)
#D3D7CD
(211,215,205)
#E1E4DD
(225,228,221)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636F4D; }

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

This text font color is #636F4D.


Background Color

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

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

This div background color is #636F4D.


Border color

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

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

This div border color is #636F4D.


Opacity

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

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

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

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

This text has shadow with #636F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636F4D on black background.


Color preview on white background

This text has color #636F4D on white background.



Black color preview on #636F4D background

This text has black color on #636F4D background.


White color preview on #636F4D background

This text has white color on #636F4D background.