COLOR #636449

HEX: #636449
RGB: (99,100,73)

Color info

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

RGB color model

#636449 color RGB value is (99,100,73).

  • red value is 99;
  • green value is 100;
  • blue value is 73.
RGB:
(99,100,73)
(39%,39%,29%)

RGB channels and saturation

R 99 of 255 = 39%
G 100 of 255 = 39%
B 73 of 255 = 29%

99
100
73

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

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 73 = 272 (100%)
R 99 of 272 ~ 36.4%
G 100 of 272 ~ 36.76%
B 73 of 272 ~ 26.84%

%36.4
%36.76
%26.84

CMYK color model

#636449 color CMYK value is (1,0,27,61).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(1,0,27,61)
C1M0Y27K61 
(1%,0%,27%,61%)
(0.01/0.00/0.27/0.61)	

CMYK percentages

%1
%0
%27
%60.78

Codes

Color #636449 in popluar color models

636449
RGB9910073
HSL62°15.61%33.92%
HSB/HSV62°27.00%39.22%
CMYK1.00%0.00%27.00%
60.78%

Color #636449 in popluar number systems.

HEX636449
Decimal9910073
Binary110001111001001001001
Octal143144111

Shades and tints

Shades of #636449

#636449
(99,100,73)
#5A5B43
(90,91,67)
#51523D
(81,82,61)
#484937
(72,73,55)
#3F4031
(63,64,49)
#36372B
(54,55,43)
#2D2E25
(45,46,37)
#24251F
(36,37,31)
#1B1C19
(27,28,25)
#121313
(18,19,19)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #636449

#636449
(99,100,73)
#717259
(113,114,89)
#7F8069
(127,128,105)
#8D8E79
(141,142,121)
#9B9C89
(155,156,137)
#A9AA99
(169,170,153)
#B7B8A9
(183,184,169)
#C5C6B9
(197,198,185)
#D3D4C9
(211,212,201)
#E1E2D9
(225,226,217)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636449 color. Also use rgb(99,100,73) instead hex code.

Text Font Color

.myTextColor { color: #636449; }

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

This text font color is #636449.


Background Color

.myBgColor { background-color: #636449; }

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

This div background color is #636449.


Border color

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

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

This div border color is #636449.


Opacity

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

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

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

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

This text has shadow with #636449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636449 on black background.


Color preview on white background

This text has color #636449 on white background.



Black color preview on #636449 background

This text has black color on #636449 background.


White color preview on #636449 background

This text has white color on #636449 background.