COLOR #636F6E

HEX: #636F6E RGB: (99,111,110)

Color info

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

RGB color model

#636F6E color RGB value is (99,111,110).

RGB: (99,111,110) (39%, 44%, 43%)

RGB channels and saturation

R 99 of 255 = 39%
G 111 of 255 = 44%
B 110 of 255 = 43%

99
111
110

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

Portions of RGB colors in percentages

R + G + B = 99 + 111 + 110 = 320 (100%)
R 99 of 320 ~ 30.94%
G 111 of 320 ~ 34.69%
B 110 of 320 ~ 34.38'%

%30.94
%34.69
%34.38

CMYK color model

#636F6E color CMYK value is (11,0,1,56).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 56.47%

CMYK: (11,0,1,56)
C11M0Y1K56 (11%, 0%, 1%, 56%)
(0.11 / 0.00 / 0.01 / 0.56)

CMYK percentages

%10.81
%0
%0.9
%56.47

Codes

Color #636F6E in popluar color models

63 6F 6E
RGB 99 111 110
HSL 175° 5.71% 41.18%
HSB/HSV 175° 10.81% 43.53%
CMYK 10.81% 0.00% 0.90%
56.47%

Color #636F6E in popluar number systems.

HEX 63 6F 6E
Decimal 99 111 110
Binary 1100011 1101111 1101110
Octal 143 157 156

Shades and tints

Shades of #636F6E

#636F6E
(99,111,110)
#5A6564
(90,101,100)
#515B5A
(81,91,90)
#485150
(72,81,80)
#3F4746
(63,71,70)
#363D3C
(54,61,60)
#2D3332
(45,51,50)
#242928
(36,41,40)
#1B1F1E
(27,31,30)
#121514
(18,21,20)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #636F6E

#636F6E
(99,111,110)
#717C7B
(113,124,123)
#7F8988
(127,137,136)
#8D9695
(141,150,149)
#9BA3A2
(155,163,162)
#A9B0AF
(169,176,175)
#B7BDBC
(183,189,188)
#C5CAC9
(197,202,201)
#D3D7D6
(211,215,214)
#E1E4E3
(225,228,227)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636F6E; }

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

This text font color is #636F6E.

Background Color

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

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

This div background color is #636F6E.

Border color

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

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

This div border color is #636F6E.

Opacity

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

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

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

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

This text has shadow with #636F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636F6E.

Preview

Color preview on black background

This text has color #636F6E on black background.


Color preview on white background

This text has color #636F6E on white background.


Black color preview on #636F6E background

This text has black color on #636F6E background.


White color preview on #636F6E background

This text has white color on #636F6E background.


Related colors

Complementary color

Complementary color for #hex is #9C9091.


I love getcolorcode.com

Triadic colors

1 #6E636F and #6F6E63 with #636F6E are triadic colors.

2 #6E6F63 and #6F636E with #636F6E are triadic colors.