COLOR #636059

HEX: #636059
RGB: (99,96,89)

Color info

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

RGB color model

#636059 color RGB value is (99,96,89).

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

RGB channels and saturation

R 99 of 255 = 39%
G 96 of 255 = 38%
B 89 of 255 = 35%

99
96
89

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

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 89 = 284 (100%)
R 99 of 284 ~ 34.86%
G 96 of 284 ~ 33.8%
B 89 of 284 ~ 31.34%

%34.86
%33.8
%31.34

CMYK color model

#636059 color CMYK value is (0,3,10,61).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 10.10%
  • key color value is 61.18%
CMYK:
(0,3,10,61)
C0M3Y10K61 
(0%,3%,10%,61%)
(0.00/0.03/0.10/0.61)	

CMYK percentages

%0
%3.03
%10.1
%61.18

Codes

Color #636059 in popluar color models

636059
RGB999689
HSL42°5.32%36.86%
HSB/HSV42°10.10%38.82%
CMYK0.00%3.03%10.10%
61.18%

Color #636059 in popluar number systems.

HEX636059
Decimal999689
Binary110001111000001011001
Octal143140131

Shades and tints

Shades of #636059

#636059
(99,96,89)
#5A5851
(90,88,81)
#515049
(81,80,73)
#484841
(72,72,65)
#3F4039
(63,64,57)
#363831
(54,56,49)
#2D3029
(45,48,41)
#242821
(36,40,33)
#1B2019
(27,32,25)
#121811
(18,24,17)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #636059

#636059
(99,96,89)
#716E68
(113,110,104)
#7F7C77
(127,124,119)
#8D8A86
(141,138,134)
#9B9895
(155,152,149)
#A9A6A4
(169,166,164)
#B7B4B3
(183,180,179)
#C5C2C2
(197,194,194)
#D3D0D1
(211,208,209)
#E1DEE0
(225,222,224)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636059; }

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

This text font color is #636059.


Background Color

.myBgColor { background-color: #636059; }

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

This div background color is #636059.


Border color

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

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

This div border color is #636059.


Opacity

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

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

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

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

This text has shadow with #636059 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636059 on black background.


Color preview on white background

This text has color #636059 on white background.



Black color preview on #636059 background

This text has black color on #636059 background.


White color preview on #636059 background

This text has white color on #636059 background.