COLOR #636456

HEX: #636456
RGB: (99,100,86)

Color info

#636456 contains red, green and blue colors in about the same proportion. Web safe color of #636456 is #666666 (or #666).

RGB color model

#636456 color RGB value is (99,100,86).

  • red value is 99;
  • green value is 100;
  • blue value is 86.
RGB:
(99,100,86)
(39%,39%,34%)

RGB channels and saturation

R 99 of 255 = 39%
G 100 of 255 = 39%
B 86 of 255 = 34%

99
100
86

R + G + B ~ 37%. #636456 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 86 = 285 (100%)
R 99 of 285 ~ 34.74%
G 100 of 285 ~ 35.09%
B 86 of 285 ~ 30.18%

%34.74
%35.09
%30.18

CMYK color model

#636456 color CMYK value is (1,0,14,61).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 60.78%
CMYK:
(1,0,14,61)
C1M0Y14K61 
(1%,0%,14%,61%)
(0.01/0.00/0.14/0.61)	

CMYK percentages

%1
%0
%14
%60.78

Codes

Color #636456 in popluar color models

636456
RGB9910086
HSL64°7.53%36.47%
HSB/HSV64°14.00%39.22%
CMYK1.00%0.00%14.00%
60.78%

Color #636456 in popluar number systems.

HEX636456
Decimal9910086
Binary110001111001001010110
Octal143144126

Shades and tints

Shades of #636456

#636456
(99,100,86)
#5A5B4F
(90,91,79)
#515248
(81,82,72)
#484941
(72,73,65)
#3F403A
(63,64,58)
#363733
(54,55,51)
#2D2E2C
(45,46,44)
#242525
(36,37,37)
#1B1C1E
(27,28,30)
#121317
(18,19,23)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #636456

#636456
(99,100,86)
#717265
(113,114,101)
#7F8074
(127,128,116)
#8D8E83
(141,142,131)
#9B9C92
(155,156,146)
#A9AAA1
(169,170,161)
#B7B8B0
(183,184,176)
#C5C6BF
(197,198,191)
#D3D4CE
(211,212,206)
#E1E2DD
(225,226,221)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636456 color. Also use rgb(99,100,86) instead hex code.

Text Font Color

.myTextColor { color: #636456; }

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

This text font color is #636456.


Background Color

.myBgColor { background-color: #636456; }

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

This div background color is #636456.


Border color

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

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

This div border color is #636456.


Opacity

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

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

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

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

This text has shadow with #636456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636456 on black background.


Color preview on white background

This text has color #636456 on white background.



Black color preview on #636456 background

This text has black color on #636456 background.


White color preview on #636456 background

This text has white color on #636456 background.