COLOR #636354

HEX: #636354
RGB: (99,99,84)

Color info

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

RGB color model

#636354 color RGB value is (99,99,84).

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

RGB channels and saturation

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

99
99
84

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 84 = 282 (100%)
R 99 of 282 ~ 35.11%
G 99 of 282 ~ 35.11%
B 84 of 282 ~ 29.79%

%35.11
%35.11
%29.79

CMYK color model

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

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

CMYK percentages

%0
%0
%15.15
%61.18

Codes

Color #636354 in popluar color models

636354
RGB999984
HSL60°8.20%35.88%
HSB/HSV60°15.15%38.82%
CMYK0.00%0.00%15.15%
61.18%

Color #636354 in popluar number systems.

HEX636354
Decimal999984
Binary110001111000111010100
Octal143143124

Shades and tints

Shades of #636354

#636354
(99,99,84)
#5A5A4D
(90,90,77)
#515146
(81,81,70)
#48483F
(72,72,63)
#3F3F38
(63,63,56)
#363631
(54,54,49)
#2D2D2A
(45,45,42)
#242423
(36,36,35)
#1B1B1C
(27,27,28)
#121215
(18,18,21)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #636354

#636354
(99,99,84)
#717163
(113,113,99)
#7F7F72
(127,127,114)
#8D8D81
(141,141,129)
#9B9B90
(155,155,144)
#A9A99F
(169,169,159)
#B7B7AE
(183,183,174)
#C5C5BD
(197,197,189)
#D3D3CC
(211,211,204)
#E1E1DB
(225,225,219)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636354; }

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

This text font color is #636354.


Background Color

.myBgColor { background-color: #636354; }

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

This div background color is #636354.


Border color

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

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

This div border color is #636354.


Opacity

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

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

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

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

This text has shadow with #636354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636354 on black background.


Color preview on white background

This text has color #636354 on white background.



Black color preview on #636354 background

This text has black color on #636354 background.


White color preview on #636354 background

This text has white color on #636354 background.