COLOR #636146

HEX: #636146
RGB: (99,97,70)

Color info

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

RGB color model

#636146 color RGB value is (99,97,70).

  • red value is 99;
  • green value is 97;
  • blue value is 70.
RGB:
(99,97,70)
(39%,38%,27%)

RGB channels and saturation

R 99 of 255 = 39%
G 97 of 255 = 38%
B 70 of 255 = 27%

99
97
70

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

Portions of RGB colors in percentages

R + G + B =
99 + 97 + 70 = 266 (100%)
R 99 of 266 ~ 37.22%
G 97 of 266 ~ 36.47%
B 70 of 266 ~ 26.32%

%37.22
%36.47
%26.32

CMYK color model

#636146 color CMYK value is (0,2,29,61).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 29.29%
  • key color value is 61.18%
CMYK:
(0,2,29,61)
C0M2Y29K61 
(0%,2%,29%,61%)
(0.00/0.02/0.29/0.61)	

CMYK percentages

%0
%2.02
%29.29
%61.18

Codes

Color #636146 in popluar color models

636146
RGB999770
HSL56°17.16%33.14%
HSB/HSV56°29.29%38.82%
CMYK0.00%2.02%29.29%
61.18%

Color #636146 in popluar number systems.

HEX636146
Decimal999770
Binary110001111000011000110
Octal143141106

Shades and tints

Shades of #636146

#636146
(99,97,70)
#5A5940
(90,89,64)
#51513A
(81,81,58)
#484934
(72,73,52)
#3F412E
(63,65,46)
#363928
(54,57,40)
#2D3122
(45,49,34)
#24291C
(36,41,28)
#1B2116
(27,33,22)
#121910
(18,25,16)
#09110A
(9,17,10)
#000000
(0,0,0)

Tints of #636146

#636146
(99,97,70)
#716F56
(113,111,86)
#7F7D66
(127,125,102)
#8D8B76
(141,139,118)
#9B9986
(155,153,134)
#A9A796
(169,167,150)
#B7B5A6
(183,181,166)
#C5C3B6
(197,195,182)
#D3D1C6
(211,209,198)
#E1DFD6
(225,223,214)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636146 color. Also use rgb(99,97,70) instead hex code.

Text Font Color

.myTextColor { color: #636146; }

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

This text font color is #636146.


Background Color

.myBgColor { background-color: #636146; }

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

This div background color is #636146.


Border color

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

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

This div border color is #636146.


Opacity

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

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

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

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

This text has shadow with #636146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636146 on black background.


Color preview on white background

This text has color #636146 on white background.



Black color preview on #636146 background

This text has black color on #636146 background.


White color preview on #636146 background

This text has white color on #636146 background.