COLOR #636156

HEX: #636156
RGB: (99,97,86)

Color info

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

RGB color model

#636156 color RGB value is (99,97,86).

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

RGB channels and saturation

R 99 of 255 = 39%
G 97 of 255 = 38%
B 86 of 255 = 34%

99
97
86

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

Portions of RGB colors in percentages

R + G + B =
99 + 97 + 86 = 282 (100%)
R 99 of 282 ~ 35.11%
G 97 of 282 ~ 34.4%
B 86 of 282 ~ 30.5%

%35.11
%34.4
%30.5

CMYK color model

#636156 color CMYK value is (0,2,13,61).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 13.13%
  • key color value is 61.18%
CMYK:
(0,2,13,61)
C0M2Y13K61 
(0%,2%,13%,61%)
(0.00/0.02/0.13/0.61)	

CMYK percentages

%0
%2.02
%13.13
%61.18

Codes

Color #636156 in popluar color models

636156
RGB999786
HSL51°7.03%36.27%
HSB/HSV51°13.13%38.82%
CMYK0.00%2.02%13.13%
61.18%

Color #636156 in popluar number systems.

HEX636156
Decimal999786
Binary110001111000011010110
Octal143141126

Shades and tints

Shades of #636156

#636156
(99,97,86)
#5A594F
(90,89,79)
#515148
(81,81,72)
#484941
(72,73,65)
#3F413A
(63,65,58)
#363933
(54,57,51)
#2D312C
(45,49,44)
#242925
(36,41,37)
#1B211E
(27,33,30)
#121917
(18,25,23)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #636156

#636156
(99,97,86)
#716F65
(113,111,101)
#7F7D74
(127,125,116)
#8D8B83
(141,139,131)
#9B9992
(155,153,146)
#A9A7A1
(169,167,161)
#B7B5B0
(183,181,176)
#C5C3BF
(197,195,191)
#D3D1CE
(211,209,206)
#E1DFDD
(225,223,221)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636156; }

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

This text font color is #636156.


Background Color

.myBgColor { background-color: #636156; }

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

This div background color is #636156.


Border color

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

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

This div border color is #636156.


Opacity

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

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

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

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

This text has shadow with #636156 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636156 on black background.


Color preview on white background

This text has color #636156 on white background.



Black color preview on #636156 background

This text has black color on #636156 background.


White color preview on #636156 background

This text has white color on #636156 background.