COLOR #636E6A

HEX: #636E6A RGB: (99,110,106)

Color info

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

RGB color model

#636E6A color RGB value is (99,110,106).

RGB: (99,110,106) (39%, 43%, 42%)

RGB channels and saturation

R 99 of 255 = 39%
G 110 of 255 = 43%
B 106 of 255 = 42%

99
110
106

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

Portions of RGB colors in percentages

R + G + B = 99 + 110 + 106 = 315 (100%)
R 99 of 315 ~ 31.43%
G 110 of 315 ~ 34.92%
B 106 of 315 ~ 33.65'%

%31.43
%34.92
%33.65

CMYK color model

#636E6A color CMYK value is (10,0,4,57).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 56.86%

CMYK: (10,0,4,57)
C10M0Y4K57 (10%, 0%, 4%, 57%)
(0.10 / 0.00 / 0.04 / 0.57)

CMYK percentages

%10
%0
%3.64
%56.86

Codes

Color #636E6A in popluar color models

63 6E 6A
RGB 99 110 106
HSL 158° 5.26% 40.98%
HSB/HSV 158° 10.00% 43.14%
CMYK 10.00% 0.00% 3.64%
56.86%

Color #636E6A in popluar number systems.

HEX 63 6E 6A
Decimal 99 110 106
Binary 1100011 1101110 1101010
Octal 143 156 152

Shades and tints

Shades of #636E6A

#636E6A
(99,110,106)
#5A6461
(90,100,97)
#515A58
(81,90,88)
#48504F
(72,80,79)
#3F4646
(63,70,70)
#363C3D
(54,60,61)
#2D3234
(45,50,52)
#24282B
(36,40,43)
#1B1E22
(27,30,34)
#121419
(18,20,25)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #636E6A

#636E6A
(99,110,106)
#717B77
(113,123,119)
#7F8884
(127,136,132)
#8D9591
(141,149,145)
#9BA29E
(155,162,158)
#A9AFAB
(169,175,171)
#B7BCB8
(183,188,184)
#C5C9C5
(197,201,197)
#D3D6D2
(211,214,210)
#E1E3DF
(225,227,223)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636E6A; }

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

This text font color is #636E6A.

Background Color

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

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

This div background color is #636E6A.

Border color

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

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

This div border color is #636E6A.

Opacity

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

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

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

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

This text has shadow with #636E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636E6A.

Preview

Color preview on black background

This text has color #636E6A on black background.


Color preview on white background

This text has color #636E6A on white background.


Black color preview on #636E6A background

This text has black color on #636E6A background.


White color preview on #636E6A background

This text has white color on #636E6A background.


Related colors

Complementary color

Complementary color for #hex is #9C9195.


I love getcolorcode.com

Triadic colors

1 #6A636E and #6E6A63 with #636E6A are triadic colors.

2 #6A6E63 and #6E636A with #636E6A are triadic colors.