COLOR #636254

HEX: #636254
RGB: (99,98,84)

Color info

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

RGB color model

#636254 color RGB value is (99,98,84).

  • red value is 99;
  • green value is 98;
  • blue value is 84.
RGB:
(99,98,84)
(39%,38%,33%)

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 84 of 255 = 33%

99
98
84

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 84 = 281 (100%)
R 99 of 281 ~ 35.23%
G 98 of 281 ~ 34.88%
B 84 of 281 ~ 29.89%

%35.23
%34.88
%29.89

CMYK color model

#636254 color CMYK value is (0,1,15,61).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 15.15%
  • key color value is 61.18%
CMYK:
(0,1,15,61)
C0M1Y15K61 
(0%,1%,15%,61%)
(0.00/0.01/0.15/0.61)	

CMYK percentages

%0
%1.01
%15.15
%61.18

Codes

Color #636254 in popluar color models

636254
RGB999884
HSL56°8.20%35.88%
HSB/HSV56°15.15%38.82%
CMYK0.00%1.01%15.15%
61.18%

Color #636254 in popluar number systems.

HEX636254
Decimal999884
Binary110001111000101010100
Octal143142124

Shades and tints

Shades of #636254

#636254
(99,98,84)
#5A5A4D
(90,90,77)
#515246
(81,82,70)
#484A3F
(72,74,63)
#3F4238
(63,66,56)
#363A31
(54,58,49)
#2D322A
(45,50,42)
#242A23
(36,42,35)
#1B221C
(27,34,28)
#121A15
(18,26,21)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #636254

#636254
(99,98,84)
#717063
(113,112,99)
#7F7E72
(127,126,114)
#8D8C81
(141,140,129)
#9B9A90
(155,154,144)
#A9A89F
(169,168,159)
#B7B6AE
(183,182,174)
#C5C4BD
(197,196,189)
#D3D2CC
(211,210,204)
#E1E0DB
(225,224,219)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636254 color. Also use rgb(99,98,84) instead hex code.

Text Font Color

.myTextColor { color: #636254; }

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

This text font color is #636254.


Background Color

.myBgColor { background-color: #636254; }

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

This div background color is #636254.


Border color

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

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

This div border color is #636254.


Opacity

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

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

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

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

This text has shadow with #636254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636254 on black background.


Color preview on white background

This text has color #636254 on white background.



Black color preview on #636254 background

This text has black color on #636254 background.


White color preview on #636254 background

This text has white color on #636254 background.