COLOR #636249

HEX: #636249
RGB: (99,98,73)

Color info

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

RGB color model

#636249 color RGB value is (99,98,73).

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

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 73 of 255 = 29%

99
98
73

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 73 = 270 (100%)
R 99 of 270 ~ 36.67%
G 98 of 270 ~ 36.3%
B 73 of 270 ~ 27.04%

%36.67
%36.3
%27.04

CMYK color model

#636249 color CMYK value is (0,1,26,61).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 26.26%
  • key color value is 61.18%
CMYK:
(0,1,26,61)
C0M1Y26K61 
(0%,1%,26%,61%)
(0.00/0.01/0.26/0.61)	

CMYK percentages

%0
%1.01
%26.26
%61.18

Codes

Color #636249 in popluar color models

636249
RGB999873
HSL58°15.12%33.73%
HSB/HSV58°26.26%38.82%
CMYK0.00%1.01%26.26%
61.18%

Color #636249 in popluar number systems.

HEX636249
Decimal999873
Binary110001111000101001001
Octal143142111

Shades and tints

Shades of #636249

#636249
(99,98,73)
#5A5A43
(90,90,67)
#51523D
(81,82,61)
#484A37
(72,74,55)
#3F4231
(63,66,49)
#363A2B
(54,58,43)
#2D3225
(45,50,37)
#242A1F
(36,42,31)
#1B2219
(27,34,25)
#121A13
(18,26,19)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #636249

#636249
(99,98,73)
#717059
(113,112,89)
#7F7E69
(127,126,105)
#8D8C79
(141,140,121)
#9B9A89
(155,154,137)
#A9A899
(169,168,153)
#B7B6A9
(183,182,169)
#C5C4B9
(197,196,185)
#D3D2C9
(211,210,201)
#E1E0D9
(225,224,217)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636249; }

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

This text font color is #636249.


Background Color

.myBgColor { background-color: #636249; }

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

This div background color is #636249.


Border color

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

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

This div border color is #636249.


Opacity

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

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

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

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

This text has shadow with #636249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636249 on black background.


Color preview on white background

This text has color #636249 on white background.



Black color preview on #636249 background

This text has black color on #636249 background.


White color preview on #636249 background

This text has white color on #636249 background.