COLOR #636A62

HEX: #636A62 RGB: (99,106,98)

Color info

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

RGB color model

#636A62 color RGB value is (99,106,98).

RGB: (99,106,98) (39%, 42%, 38%)

RGB channels and saturation

R 99 of 255 = 39%
G 106 of 255 = 42%
B 98 of 255 = 38%

99
106
98

R + G + B ~ 40%. #636A62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 106 + 98 = 303 (100%)
R 99 of 303 ~ 32.67%
G 106 of 303 ~ 34.98%
B 98 of 303 ~ 32.34'%

%32.67
%34.98
%32.34

CMYK color model

#636A62 color CMYK value is (7,0,8,58).

  • cyan value is 6.60%
  • magenta value is 0.00%
  • yellow value is 7.55%
  • key color value is 58.43%

CMYK: (7,0,8,58)
C7M0Y8K58 (7%, 0%, 8%, 58%)
(0.07 / 0.00 / 0.08 / 0.58)

CMYK percentages

%6.6
%0
%7.55
%58.43

Codes

Color #636A62 in popluar color models

63 6A 62
RGB 99 106 98
HSL 113° 3.92% 40.00%
HSB/HSV 113° 7.55% 41.57%
CMYK 6.60% 0.00% 7.55%
58.43%

Color #636A62 in popluar number systems.

HEX 63 6A 62
Decimal 99 106 98
Binary 1100011 1101010 1100010
Octal 143 152 142

Shades and tints

Shades of #636A62

#636A62
(99,106,98)
#5A615A
(90,97,90)
#515852
(81,88,82)
#484F4A
(72,79,74)
#3F4642
(63,70,66)
#363D3A
(54,61,58)
#2D3432
(45,52,50)
#242B2A
(36,43,42)
#1B2222
(27,34,34)
#12191A
(18,25,26)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #636A62

#636A62
(99,106,98)
#717770
(113,119,112)
#7F847E
(127,132,126)
#8D918C
(141,145,140)
#9B9E9A
(155,158,154)
#A9ABA8
(169,171,168)
#B7B8B6
(183,184,182)
#C5C5C4
(197,197,196)
#D3D2D2
(211,210,210)
#E1DFE0
(225,223,224)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636A62; }

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

This text font color is #636A62.

Background Color

.myBgColor { background-color: #636A62; }

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

This div background color is #636A62.

Border color

.myBorderColor { border: 1px solid #636A62; }

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

This div border color is #636A62.

Opacity

.myOpacity80 { color: #636A62; opacity: 0.8; }

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

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

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

This text has shadow with #636A62 color.


.textShadow {text-shadow: 3px 3px 1px #636A62', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #636A62; -webkit-box-shadow: 1px 1px 3px 2px #636A62; box-shadow:1px 1px 3px 2px #636A62;">
Div content here
</div>

This div box has shadow with color #636A62.

Preview

Color preview on black background

This text has color #636A62 on black background.


Color preview on white background

This text has color #636A62 on white background.


Black color preview on #636A62 background

This text has black color on #636A62 background.


White color preview on #636A62 background

This text has white color on #636A62 background.


Related colors

Complementary color

Complementary color for #hex is #9C959D.


I love getcolorcode.com

Triadic colors

1 #62636A and #6A6263 with #636A62 are triadic colors.

2 #626A63 and #6A6362 with #636A62 are triadic colors.