COLOR #636C74

HEX: #636C74 RGB: (99,108,116)

Color info

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

RGB color model

#636C74 color RGB value is (99,108,116).

RGB: (99,108,116) (39%, 42%, 45%)

RGB channels and saturation

R 99 of 255 = 39%
G 108 of 255 = 42%
B 116 of 255 = 45%

99
108
116

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

Portions of RGB colors in percentages

R + G + B = 99 + 108 + 116 = 323 (100%)
R 99 of 323 ~ 30.65%
G 108 of 323 ~ 33.44%
B 116 of 323 ~ 35.91'%

%30.65
%33.44
%35.91

CMYK color model

#636C74 color CMYK value is (15,7,0,55).

  • cyan value is 14.66%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (15,7,0,55)
C15M7Y0K55 (15%, 7%, 0%, 55%)
(0.15 / 0.07 / 0.00 / 0.55)

CMYK percentages

%14.66
%6.9
%0
%54.51

Codes

Color #636C74 in popluar color models

63 6C 74
RGB 99 108 116
HSL 208° 7.91% 42.16%
HSB/HSV 208° 14.66% 45.49%
CMYK 14.66% 6.90% 0.00%
54.51%

Color #636C74 in popluar number systems.

HEX 63 6C 74
Decimal 99 108 116
Binary 1100011 1101100 1110100
Octal 143 154 164

Shades and tints

Shades of #636C74

#636C74
(99,108,116)
#5A636A
(90,99,106)
#515A60
(81,90,96)
#485156
(72,81,86)
#3F484C
(63,72,76)
#363F42
(54,63,66)
#2D3638
(45,54,56)
#242D2E
(36,45,46)
#1B2424
(27,36,36)
#121B1A
(18,27,26)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #636C74

#636C74
(99,108,116)
#717980
(113,121,128)
#7F868C
(127,134,140)
#8D9398
(141,147,152)
#9BA0A4
(155,160,164)
#A9ADB0
(169,173,176)
#B7BABC
(183,186,188)
#C5C7C8
(197,199,200)
#D3D4D4
(211,212,212)
#E1E1E0
(225,225,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636C74 color. Also use rgb(99,108,116) instead hex code.

Text Font Color

.myTextColor { color: #636C74; }

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

This text font color is #636C74.

Background Color

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

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

This div background color is #636C74.

Border color

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

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

This div border color is #636C74.

Opacity

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

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

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

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

This text has shadow with #636C74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636C74.

Preview

Color preview on black background

This text has color #636C74 on black background.


Color preview on white background

This text has color #636C74 on white background.


Black color preview on #636C74 background

This text has black color on #636C74 background.


White color preview on #636C74 background

This text has white color on #636C74 background.


Related colors

Complementary color

Complementary color for #hex is #9C938B.


I love getcolorcode.com

Triadic colors

1 #74636C and #6C7463 with #636C74 are triadic colors.

2 #746C63 and #6C6374 with #636C74 are triadic colors.