COLOR #636640

HEX: #636640
RGB: (99,102,64)

Color info

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

RGB color model

#636640 color RGB value is (99,102,64).

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

RGB channels and saturation

R 99 of 255 = 39%
G 102 of 255 = 40%
B 64 of 255 = 25%

99
102
64

R + G + B ~ 35%. #636640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 102 + 64 = 265 (100%)
R 99 of 265 ~ 37.36%
G 102 of 265 ~ 38.49%
B 64 of 265 ~ 24.15%

%37.36
%38.49
%24.15

CMYK color model

#636640 color CMYK value is (3,0,37,60).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 60.00%
CMYK:
(3,0,37,60)
C3M0Y37K60 
(3%,0%,37%,60%)
(0.03/0.00/0.37/0.60)	

CMYK percentages

%2.94
%0
%37.25
%60

Codes

Color #636640 in popluar color models

636640
RGB9910264
HSL65°22.89%32.55%
HSB/HSV65°37.25%40.00%
CMYK2.94%0.00%37.25%
60.00%

Color #636640 in popluar number systems.

HEX636640
Decimal9910264
Binary110001111001101000000
Octal143146100

Shades and tints

Shades of #636640

#636640
(99,102,64)
#5A5D3B
(90,93,59)
#515436
(81,84,54)
#484B31
(72,75,49)
#3F422C
(63,66,44)
#363927
(54,57,39)
#2D3022
(45,48,34)
#24271D
(36,39,29)
#1B1E18
(27,30,24)
#121513
(18,21,19)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #636640

#636640
(99,102,64)
#717351
(113,115,81)
#7F8062
(127,128,98)
#8D8D73
(141,141,115)
#9B9A84
(155,154,132)
#A9A795
(169,167,149)
#B7B4A6
(183,180,166)
#C5C1B7
(197,193,183)
#D3CEC8
(211,206,200)
#E1DBD9
(225,219,217)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636640; }

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

This text font color is #636640.


Background Color

.myBgColor { background-color: #636640; }

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

This div background color is #636640.


Border color

.myBorderColor { border: 1px solid #636640; }

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

This div border color is #636640.


Opacity

.myOpacity80 { color: #636640; opacity: 0.8; }

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

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

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

This text has shadow with #636640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636640 on black background.


Color preview on white background

This text has color #636640 on white background.



Black color preview on #636640 background

This text has black color on #636640 background.


White color preview on #636640 background

This text has white color on #636640 background.