COLOR #636A42

HEX: #636A42
RGB: (99,106,66)

Color info

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

RGB color model

#636A42 color RGB value is (99,106,66).

  • red value is 99;
  • green value is 106;
  • blue value is 66.
RGB:
(99,106,66)
(39%,42%,26%)

RGB channels and saturation

R 99 of 255 = 39%
G 106 of 255 = 42%
B 66 of 255 = 26%

99
106
66

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

Portions of RGB colors in percentages

R + G + B =
99 + 106 + 66 = 271 (100%)
R 99 of 271 ~ 36.53%
G 106 of 271 ~ 39.11%
B 66 of 271 ~ 24.35%

%36.53
%39.11
%24.35

CMYK color model

#636A42 color CMYK value is (7,0,38,58).

  • cyan value is 6.60%
  • magenta value is 0.00%
  • yellow value is 37.74%
  • key color value is 58.43%
CMYK:
(7,0,38,58)
C7M0Y38K58 
(7%,0%,38%,58%)
(0.07/0.00/0.38/0.58)	

CMYK percentages

%6.6
%0
%37.74
%58.43

Codes

Color #636A42 in popluar color models

636A42
RGB9910666
HSL71°23.26%33.73%
HSB/HSV71°37.74%41.57%
CMYK6.60%0.00%37.74%
58.43%

Color #636A42 in popluar number systems.

HEX636A42
Decimal9910666
Binary110001111010101000010
Octal143152102

Shades and tints

Shades of #636A42

#636A42
(99,106,66)
#5A613C
(90,97,60)
#515836
(81,88,54)
#484F30
(72,79,48)
#3F462A
(63,70,42)
#363D24
(54,61,36)
#2D341E
(45,52,30)
#242B18
(36,43,24)
#1B2212
(27,34,18)
#12190C
(18,25,12)
#091006
(9,16,6)
#000000
(0,0,0)

Tints of #636A42

#636A42
(99,106,66)
#717753
(113,119,83)
#7F8464
(127,132,100)
#8D9175
(141,145,117)
#9B9E86
(155,158,134)
#A9AB97
(169,171,151)
#B7B8A8
(183,184,168)
#C5C5B9
(197,197,185)
#D3D2CA
(211,210,202)
#E1DFDB
(225,223,219)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636A42 color. Also use rgb(99,106,66) instead hex code.

Text Font Color

.myTextColor { color: #636A42; }

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

This text font color is #636A42.


Background Color

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

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

This div background color is #636A42.


Border color

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

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

This div border color is #636A42.


Opacity

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

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

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

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

This text has shadow with #636A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636A42 on black background.


Color preview on white background

This text has color #636A42 on white background.



Black color preview on #636A42 background

This text has black color on #636A42 background.


White color preview on #636A42 background

This text has white color on #636A42 background.