COLOR #636B40

HEX: #636B40
RGB: (99,107,64)

Color info

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

RGB color model

#636B40 color RGB value is (99,107,64).

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

RGB channels and saturation

R 99 of 255 = 39%
G 107 of 255 = 42%
B 64 of 255 = 25%

99
107
64

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

Portions of RGB colors in percentages

R + G + B =
99 + 107 + 64 = 270 (100%)
R 99 of 270 ~ 36.67%
G 107 of 270 ~ 39.63%
B 64 of 270 ~ 23.7%

%36.67
%39.63
%23.7

CMYK color model

#636B40 color CMYK value is (7,0,40,58).

  • cyan value is 7.48%
  • magenta value is 0.00%
  • yellow value is 40.19%
  • key color value is 58.04%
CMYK:
(7,0,40,58)
C7M0Y40K58 
(7%,0%,40%,58%)
(0.07/0.00/0.40/0.58)	

CMYK percentages

%7.48
%0
%40.19
%58.04

Codes

Color #636B40 in popluar color models

636B40
RGB9910764
HSL71°25.15%33.53%
HSB/HSV71°40.19%41.96%
CMYK7.48%0.00%40.19%
58.04%

Color #636B40 in popluar number systems.

HEX636B40
Decimal9910764
Binary110001111010111000000
Octal143153100

Shades and tints

Shades of #636B40

#636B40
(99,107,64)
#5A623B
(90,98,59)
#515936
(81,89,54)
#485031
(72,80,49)
#3F472C
(63,71,44)
#363E27
(54,62,39)
#2D3522
(45,53,34)
#242C1D
(36,44,29)
#1B2318
(27,35,24)
#121A13
(18,26,19)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #636B40

#636B40
(99,107,64)
#717851
(113,120,81)
#7F8562
(127,133,98)
#8D9273
(141,146,115)
#9B9F84
(155,159,132)
#A9AC95
(169,172,149)
#B7B9A6
(183,185,166)
#C5C6B7
(197,198,183)
#D3D3C8
(211,211,200)
#E1E0D9
(225,224,217)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636B40; }

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

This text font color is #636B40.


Background Color

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

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

This div background color is #636B40.


Border color

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

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

This div border color is #636B40.


Opacity

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

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

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

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

This text has shadow with #636B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636B40 on black background.


Color preview on white background

This text has color #636B40 on white background.



Black color preview on #636B40 background

This text has black color on #636B40 background.


White color preview on #636B40 background

This text has white color on #636B40 background.