COLOR #636372

HEX: #636372
RGB: (99,99,114)

Color info

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

RGB color model

#636372 color RGB value is (99,99,114).

  • red value is 99;
  • green value is 99;
  • blue value is 114.
RGB:
(99,99,114)
(39%,39%,45%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 114 of 255 = 45%

99
99
114

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 114 = 312 (100%)
R 99 of 312 ~ 31.73%
G 99 of 312 ~ 31.73%
B 114 of 312 ~ 36.54%

%31.73
%31.73
%36.54

CMYK color model

#636372 color CMYK value is (13,13,0,55).

  • cyan value is 13.16%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(13,13,0,55)
C13M13Y0K55 
(13%,13%,0%,55%)
(0.13/0.13/0.00/0.55)	

CMYK percentages

%13.16
%13.16
%0
%55.29

Codes

Color #636372 in popluar color models

636372
RGB9999114
HSL240°7.04%41.76%
HSB/HSV240°13.16%44.71%
CMYK13.16%13.16%0.00%
55.29%

Color #636372 in popluar number systems.

HEX636372
Decimal9999114
Binary110001111000111110010
Octal143143162

Shades and tints

Shades of #636372

#636372
(99,99,114)
#5A5A68
(90,90,104)
#51515E
(81,81,94)
#484854
(72,72,84)
#3F3F4A
(63,63,74)
#363640
(54,54,64)
#2D2D36
(45,45,54)
#24242C
(36,36,44)
#1B1B22
(27,27,34)
#121218
(18,18,24)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #636372

#636372
(99,99,114)
#71717E
(113,113,126)
#7F7F8A
(127,127,138)
#8D8D96
(141,141,150)
#9B9BA2
(155,155,162)
#A9A9AE
(169,169,174)
#B7B7BA
(183,183,186)
#C5C5C6
(197,197,198)
#D3D3D2
(211,211,210)
#E1E1DE
(225,225,222)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636372; }

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

This text font color is #636372.


Background Color

.myBgColor { background-color: #636372; }

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

This div background color is #636372.


Border color

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

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

This div border color is #636372.


Opacity

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

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

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

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

This text has shadow with #636372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636372 on black background.


Color preview on white background

This text has color #636372 on white background.



Black color preview on #636372 background

This text has black color on #636372 background.


White color preview on #636372 background

This text has white color on #636372 background.