COLOR #636C32

HEX: #636C32
RGB: (99,108,50)

Color info

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

RGB color model

#636C32 color RGB value is (99,108,50).

  • red value is 99;
  • green value is 108;
  • blue value is 50.
RGB:
(99,108,50)
(39%,42%,20%)

RGB channels and saturation

R 99 of 255 = 39%
G 108 of 255 = 42%
B 50 of 255 = 20%

99
108
50

R + G + B ~ 34%. #636C32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 108 + 50 = 257 (100%)
R 99 of 257 ~ 38.52%
G 108 of 257 ~ 42.02%
B 50 of 257 ~ 19.46%

%38.52
%42.02
%19.46

CMYK color model

#636C32 color CMYK value is (8,0,54,58).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 53.70%
  • key color value is 57.65%
CMYK:
(8,0,54,58)
C8M0Y54K58 
(8%,0%,54%,58%)
(0.08/0.00/0.54/0.58)	

CMYK percentages

%8.33
%0
%53.7
%57.65

Codes

Color #636C32 in popluar color models

636C32
RGB9910850
HSL69°36.71%30.98%
HSB/HSV69°53.70%42.35%
CMYK8.33%0.00%53.70%
57.65%

Color #636C32 in popluar number systems.

HEX636C32
Decimal9910850
Binary11000111101100110010
Octal14315462

Shades and tints

Shades of #636C32

#636C32
(99,108,50)
#5A632E
(90,99,46)
#515A2A
(81,90,42)
#485126
(72,81,38)
#3F4822
(63,72,34)
#363F1E
(54,63,30)
#2D361A
(45,54,26)
#242D16
(36,45,22)
#1B2412
(27,36,18)
#121B0E
(18,27,14)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #636C32

#636C32
(99,108,50)
#717944
(113,121,68)
#7F8656
(127,134,86)
#8D9368
(141,147,104)
#9BA07A
(155,160,122)
#A9AD8C
(169,173,140)
#B7BA9E
(183,186,158)
#C5C7B0
(197,199,176)
#D3D4C2
(211,212,194)
#E1E1D4
(225,225,212)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636C32 color. Also use rgb(99,108,50) instead hex code.

Text Font Color

.myTextColor { color: #636C32; }

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

This text font color is #636C32.


Background Color

.myBgColor { background-color: #636C32; }

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

This div background color is #636C32.


Border color

.myBorderColor { border: 1px solid #636C32; }

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

This div border color is #636C32.


Opacity

.myOpacity80 { color: #636C32; opacity: 0.8; }

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

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

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

This text has shadow with #636C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636C32 on black background.


Color preview on white background

This text has color #636C32 on white background.



Black color preview on #636C32 background

This text has black color on #636C32 background.


White color preview on #636C32 background

This text has white color on #636C32 background.