COLOR #636377

HEX: #636377 RGB: (99,99,119)

Color info

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

RGB color model

#636377 color RGB value is (99,99,119).

RGB: (99,99,119) (39%, 39%, 47%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 119 of 255 = 47%

99
99
119

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

Portions of RGB colors in percentages

R + G + B = 99 + 99 + 119 = 317 (100%)
R 99 of 317 ~ 31.23%
G 99 of 317 ~ 31.23%
B 119 of 317 ~ 37.54'%

%31.23
%31.23
%37.54

CMYK color model

#636377 color CMYK value is (17,17,0,53).

  • cyan value is 16.81%
  • magenta value is 16.81%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (17,17,0,53)
C17M17Y0K53 (17%, 17%, 0%, 53%)
(0.17 / 0.17 / 0.00 / 0.53)

CMYK percentages

%16.81
%16.81
%0
%53.33

Codes

Color #636377 in popluar color models

63 63 77
RGB 99 99 119
HSL 240° 9.17% 42.75%
HSB/HSV 240° 16.81% 46.67%
CMYK 16.81% 16.81% 0.00%
53.33%

Color #636377 in popluar number systems.

HEX 63 63 77
Decimal 99 99 119
Binary 1100011 1100011 1110111
Octal 143 143 167

Shades and tints

Shades of #636377

#636377
(99,99,119)
#5A5A6D
(90,90,109)
#515163
(81,81,99)
#484859
(72,72,89)
#3F3F4F
(63,63,79)
#363645
(54,54,69)
#2D2D3B
(45,45,59)
#242431
(36,36,49)
#1B1B27
(27,27,39)
#12121D
(18,18,29)
#090913
(9,9,19)
#000000
(0,0,0)

Tints of #636377

#636377
(99,99,119)
#717183
(113,113,131)
#7F7F8F
(127,127,143)
#8D8D9B
(141,141,155)
#9B9BA7
(155,155,167)
#A9A9B3
(169,169,179)
#B7B7BF
(183,183,191)
#C5C5CB
(197,197,203)
#D3D3D7
(211,211,215)
#E1E1E3
(225,225,227)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636377 color. Also use rgb(99,99,119) instead hex code.

Text Font Color

.myTextColor { color: #636377; }

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

This text font color is #636377.

Background Color

.myBgColor { background-color: #636377; }

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

This div background color is #636377.

Border color

.myBorderColor { border: 1px solid #636377; }

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

This div border color is #636377.

Opacity

.myOpacity80 { color: #636377; opacity: 0.8; }

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

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

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

This text has shadow with #636377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636377.

Preview

Color preview on black background

This text has color #636377 on black background.


Color preview on white background

This text has color #636377 on white background.


Black color preview on #636377 background

This text has black color on #636377 background.


White color preview on #636377 background

This text has white color on #636377 background.


Related colors

Complementary color

Complementary color for #hex is #9C9C88.


I love getcolorcode.com