COLOR #636742

HEX: #636742
RGB: (99,103,66)

Color info

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

RGB color model

#636742 color RGB value is (99,103,66).

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

RGB channels and saturation

R 99 of 255 = 39%
G 103 of 255 = 40%
B 66 of 255 = 26%

99
103
66

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

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 66 = 268 (100%)
R 99 of 268 ~ 36.94%
G 103 of 268 ~ 38.43%
B 66 of 268 ~ 24.63%

%36.94
%38.43
%24.63

CMYK color model

#636742 color CMYK value is (4,0,36,60).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 35.92%
  • key color value is 59.61%
CMYK:
(4,0,36,60)
C4M0Y36K60 
(4%,0%,36%,60%)
(0.04/0.00/0.36/0.60)	

CMYK percentages

%3.88
%0
%35.92
%59.61

Codes

Color #636742 in popluar color models

636742
RGB9910366
HSL66°21.89%33.14%
HSB/HSV66°35.92%40.39%
CMYK3.88%0.00%35.92%
59.61%

Color #636742 in popluar number systems.

HEX636742
Decimal9910366
Binary110001111001111000010
Octal143147102

Shades and tints

Shades of #636742

#636742
(99,103,66)
#5A5E3C
(90,94,60)
#515536
(81,85,54)
#484C30
(72,76,48)
#3F432A
(63,67,42)
#363A24
(54,58,36)
#2D311E
(45,49,30)
#242818
(36,40,24)
#1B1F12
(27,31,18)
#12160C
(18,22,12)
#090D06
(9,13,6)
#000000
(0,0,0)

Tints of #636742

#636742
(99,103,66)
#717453
(113,116,83)
#7F8164
(127,129,100)
#8D8E75
(141,142,117)
#9B9B86
(155,155,134)
#A9A897
(169,168,151)
#B7B5A8
(183,181,168)
#C5C2B9
(197,194,185)
#D3CFCA
(211,207,202)
#E1DCDB
(225,220,219)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636742; }

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

This text font color is #636742.


Background Color

.myBgColor { background-color: #636742; }

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

This div background color is #636742.


Border color

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

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

This div border color is #636742.


Opacity

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

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

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

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

This text has shadow with #636742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636742 on black background.


Color preview on white background

This text has color #636742 on white background.



Black color preview on #636742 background

This text has black color on #636742 background.


White color preview on #636742 background

This text has white color on #636742 background.