COLOR #636945

HEX: #636945
RGB: (99,105,69)

Color info

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

RGB color model

#636945 color RGB value is (99,105,69).

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

RGB channels and saturation

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

99
105
69

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

Portions of RGB colors in percentages

R + G + B =
99 + 105 + 69 = 273 (100%)
R 99 of 273 ~ 36.26%
G 105 of 273 ~ 38.46%
B 69 of 273 ~ 25.27%

%36.26
%38.46
%25.27

CMYK color model

#636945 color CMYK value is (6,0,34,59).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 58.82%
CMYK:
(6,0,34,59)
C6M0Y34K59 
(6%,0%,34%,59%)
(0.06/0.00/0.34/0.59)	

CMYK percentages

%5.71
%0
%34.29
%58.82

Codes

Color #636945 in popluar color models

636945
RGB9910569
HSL70°20.69%34.12%
HSB/HSV70°34.29%41.18%
CMYK5.71%0.00%34.29%
58.82%

Color #636945 in popluar number systems.

HEX636945
Decimal9910569
Binary110001111010011000101
Octal143151105

Shades and tints

Shades of #636945

#636945
(99,105,69)
#5A603F
(90,96,63)
#515739
(81,87,57)
#484E33
(72,78,51)
#3F452D
(63,69,45)
#363C27
(54,60,39)
#2D3321
(45,51,33)
#242A1B
(36,42,27)
#1B2115
(27,33,21)
#12180F
(18,24,15)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #636945

#636945
(99,105,69)
#717655
(113,118,85)
#7F8365
(127,131,101)
#8D9075
(141,144,117)
#9B9D85
(155,157,133)
#A9AA95
(169,170,149)
#B7B7A5
(183,183,165)
#C5C4B5
(197,196,181)
#D3D1C5
(211,209,197)
#E1DED5
(225,222,213)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636945; }

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

This text font color is #636945.


Background Color

.myBgColor { background-color: #636945; }

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

This div background color is #636945.


Border color

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

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

This div border color is #636945.


Opacity

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

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

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

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

This text has shadow with #636945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636945 on black background.


Color preview on white background

This text has color #636945 on white background.



Black color preview on #636945 background

This text has black color on #636945 background.


White color preview on #636945 background

This text has white color on #636945 background.