COLOR #636054

HEX: #636054
RGB: (99,96,84)

Color info

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

RGB color model

#636054 color RGB value is (99,96,84).

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

RGB channels and saturation

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

99
96
84

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

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 84 = 279 (100%)
R 99 of 279 ~ 35.48%
G 96 of 279 ~ 34.41%
B 84 of 279 ~ 30.11%

%35.48
%34.41
%30.11

CMYK color model

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

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

CMYK percentages

%0
%3.03
%15.15
%61.18

Codes

Color #636054 in popluar color models

636054
RGB999684
HSL48°8.20%35.88%
HSB/HSV48°15.15%38.82%
CMYK0.00%3.03%15.15%
61.18%

Color #636054 in popluar number systems.

HEX636054
Decimal999684
Binary110001111000001010100
Octal143140124

Shades and tints

Shades of #636054

#636054
(99,96,84)
#5A584D
(90,88,77)
#515046
(81,80,70)
#48483F
(72,72,63)
#3F4038
(63,64,56)
#363831
(54,56,49)
#2D302A
(45,48,42)
#242823
(36,40,35)
#1B201C
(27,32,28)
#121815
(18,24,21)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #636054

#636054
(99,96,84)
#716E63
(113,110,99)
#7F7C72
(127,124,114)
#8D8A81
(141,138,129)
#9B9890
(155,152,144)
#A9A69F
(169,166,159)
#B7B4AE
(183,180,174)
#C5C2BD
(197,194,189)
#D3D0CC
(211,208,204)
#E1DEDB
(225,222,219)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636054; }

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

This text font color is #636054.


Background Color

.myBgColor { background-color: #636054; }

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

This div background color is #636054.


Border color

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

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

This div border color is #636054.


Opacity

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

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

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

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

This text has shadow with #636054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636054 on black background.


Color preview on white background

This text has color #636054 on white background.



Black color preview on #636054 background

This text has black color on #636054 background.


White color preview on #636054 background

This text has white color on #636054 background.