COLOR #636D40

HEX: #636D40
RGB: (99,109,64)

Color info

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

RGB color model

#636D40 color RGB value is (99,109,64).

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

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 64 of 255 = 25%

99
109
64

R + G + B ~ 36%. #636D40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 109 + 64 = 272 (100%)
R 99 of 272 ~ 36.4%
G 109 of 272 ~ 40.07%
B 64 of 272 ~ 23.53%

%36.4
%40.07
%23.53

CMYK color model

#636D40 color CMYK value is (9,0,41,57).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 41.28%
  • key color value is 57.25%
CMYK:
(9,0,41,57)
C9M0Y41K57 
(9%,0%,41%,57%)
(0.09/0.00/0.41/0.57)	

CMYK percentages

%9.17
%0
%41.28
%57.25

Codes

Color #636D40 in popluar color models

636D40
RGB9910964
HSL73°26.01%33.92%
HSB/HSV73°41.28%42.75%
CMYK9.17%0.00%41.28%
57.25%

Color #636D40 in popluar number systems.

HEX636D40
Decimal9910964
Binary110001111011011000000
Octal143155100

Shades and tints

Shades of #636D40

#636D40
(99,109,64)
#5A643B
(90,100,59)
#515B36
(81,91,54)
#485231
(72,82,49)
#3F492C
(63,73,44)
#364027
(54,64,39)
#2D3722
(45,55,34)
#242E1D
(36,46,29)
#1B2518
(27,37,24)
#121C13
(18,28,19)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #636D40

#636D40
(99,109,64)
#717A51
(113,122,81)
#7F8762
(127,135,98)
#8D9473
(141,148,115)
#9BA184
(155,161,132)
#A9AE95
(169,174,149)
#B7BBA6
(183,187,166)
#C5C8B7
(197,200,183)
#D3D5C8
(211,213,200)
#E1E2D9
(225,226,217)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636D40; }

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

This text font color is #636D40.


Background Color

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

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

This div background color is #636D40.


Border color

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

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

This div border color is #636D40.


Opacity

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

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

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

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

This text has shadow with #636D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636D40 on black background.


Color preview on white background

This text has color #636D40 on white background.



Black color preview on #636D40 background

This text has black color on #636D40 background.


White color preview on #636D40 background

This text has white color on #636D40 background.