COLOR #636944

HEX: #636944
RGB: (99,105,68)

Color info

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

RGB color model

#636944 color RGB value is (99,105,68).

  • red value is 99;
  • green value is 105;
  • blue value is 68.
RGB:
(99,105,68)
(39%,41%,27%)

RGB channels and saturation

R 99 of 255 = 39%
G 105 of 255 = 41%
B 68 of 255 = 27%

99
105
68

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

Portions of RGB colors in percentages

R + G + B =
99 + 105 + 68 = 272 (100%)
R 99 of 272 ~ 36.4%
G 105 of 272 ~ 38.6%
B 68 of 272 ~ 25%

%36.4
%38.6
%25

CMYK color model

#636944 color CMYK value is (6,0,35,59).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 35.24%
  • key color value is 58.82%
CMYK:
(6,0,35,59)
C6M0Y35K59 
(6%,0%,35%,59%)
(0.06/0.00/0.35/0.59)	

CMYK percentages

%5.71
%0
%35.24
%58.82

Codes

Color #636944 in popluar color models

636944
RGB9910568
HSL70°21.39%33.92%
HSB/HSV70°35.24%41.18%
CMYK5.71%0.00%35.24%
58.82%

Color #636944 in popluar number systems.

HEX636944
Decimal9910568
Binary110001111010011000100
Octal143151104

Shades and tints

Shades of #636944

#636944
(99,105,68)
#5A603E
(90,96,62)
#515738
(81,87,56)
#484E32
(72,78,50)
#3F452C
(63,69,44)
#363C26
(54,60,38)
#2D3320
(45,51,32)
#242A1A
(36,42,26)
#1B2114
(27,33,20)
#12180E
(18,24,14)
#090F08
(9,15,8)
#000000
(0,0,0)

Tints of #636944

#636944
(99,105,68)
#717655
(113,118,85)
#7F8366
(127,131,102)
#8D9077
(141,144,119)
#9B9D88
(155,157,136)
#A9AA99
(169,170,153)
#B7B7AA
(183,183,170)
#C5C4BB
(197,196,187)
#D3D1CC
(211,209,204)
#E1DEDD
(225,222,221)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636944 color. Also use rgb(99,105,68) instead hex code.

Text Font Color

.myTextColor { color: #636944; }

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

This text font color is #636944.


Background Color

.myBgColor { background-color: #636944; }

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

This div background color is #636944.


Border color

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

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

This div border color is #636944.


Opacity

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

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

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

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

This text has shadow with #636944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636944 on black background.


Color preview on white background

This text has color #636944 on white background.



Black color preview on #636944 background

This text has black color on #636944 background.


White color preview on #636944 background

This text has white color on #636944 background.