COLOR #636E6D

HEX: #636E6D RGB: (99,110,109)

Color info

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

RGB color model

#636E6D color RGB value is (99,110,109).

RGB: (99,110,109) (39%, 43%, 43%)

RGB channels and saturation

R 99 of 255 = 39%
G 110 of 255 = 43%
B 109 of 255 = 43%

99
110
109

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

Portions of RGB colors in percentages

R + G + B = 99 + 110 + 109 = 318 (100%)
R 99 of 318 ~ 31.13%
G 110 of 318 ~ 34.59%
B 109 of 318 ~ 34.28'%

%31.13
%34.59
%34.28

CMYK color model

#636E6D color CMYK value is (10,0,1,57).

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

CMYK: (10,0,1,57)
C10M0Y1K57 (10%, 0%, 1%, 57%)
(0.10 / 0.00 / 0.01 / 0.57)

CMYK percentages

%10
%0
%0.91
%56.86

Codes

Color #636E6D in popluar color models

63 6E 6D
RGB 99 110 109
HSL 175° 5.26% 40.98%
HSB/HSV 175° 10.00% 43.14%
CMYK 10.00% 0.00% 0.91%
56.86%

Color #636E6D in popluar number systems.

HEX 63 6E 6D
Decimal 99 110 109
Binary 1100011 1101110 1101101
Octal 143 156 155

Shades and tints

Shades of #636E6D

#636E6D
(99,110,109)
#5A6464
(90,100,100)
#515A5B
(81,90,91)
#485052
(72,80,82)
#3F4649
(63,70,73)
#363C40
(54,60,64)
#2D3237
(45,50,55)
#24282E
(36,40,46)
#1B1E25
(27,30,37)
#12141C
(18,20,28)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #636E6D

#636E6D
(99,110,109)
#717B7A
(113,123,122)
#7F8887
(127,136,135)
#8D9594
(141,149,148)
#9BA2A1
(155,162,161)
#A9AFAE
(169,175,174)
#B7BCBB
(183,188,187)
#C5C9C8
(197,201,200)
#D3D6D5
(211,214,213)
#E1E3E2
(225,227,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636E6D; }

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

This text font color is #636E6D.

Background Color

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

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

This div background color is #636E6D.

Border color

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

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

This div border color is #636E6D.

Opacity

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

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

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

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

This text has shadow with #636E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636E6D.

Preview

Color preview on black background

This text has color #636E6D on black background.


Color preview on white background

This text has color #636E6D on white background.


Black color preview on #636E6D background

This text has black color on #636E6D background.


White color preview on #636E6D background

This text has white color on #636E6D background.


Related colors

Complementary color

Complementary color for #hex is #9C9192.


I love getcolorcode.com

Triadic colors

1 #6D636E and #6E6D63 with #636E6D are triadic colors.

2 #6D6E63 and #6E636D with #636E6D are triadic colors.