COLOR #635472

HEX: #635472
RGB: (99,84,114)

Color info

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

RGB color model

#635472 color RGB value is (99,84,114).

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

RGB channels and saturation

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

99
84
114

R + G + B ~ 39%. #635472 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 84 + 114 = 297 (100%)
R 99 of 297 ~ 33.33%
G 84 of 297 ~ 28.28%
B 114 of 297 ~ 38.38%

%33.33
%28.28
%38.38

CMYK color model

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

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

CMYK percentages

%13.16
%26.32
%0
%55.29

Codes

Color #635472 in popluar color models

635472
RGB9984114
HSL270°15.15%38.82%
HSB/HSV270°26.32%44.71%
CMYK13.16%26.32%0.00%
55.29%

Color #635472 in popluar number systems.

HEX635472
Decimal9984114
Binary110001110101001110010
Octal143124162

Shades and tints

Shades of #635472

#635472
(99,84,114)
#5A4D68
(90,77,104)
#51465E
(81,70,94)
#483F54
(72,63,84)
#3F384A
(63,56,74)
#363140
(54,49,64)
#2D2A36
(45,42,54)
#24232C
(36,35,44)
#1B1C22
(27,28,34)
#121518
(18,21,24)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #635472

#635472
(99,84,114)
#71637E
(113,99,126)
#7F728A
(127,114,138)
#8D8196
(141,129,150)
#9B90A2
(155,144,162)
#A99FAE
(169,159,174)
#B7AEBA
(183,174,186)
#C5BDC6
(197,189,198)
#D3CCD2
(211,204,210)
#E1DBDE
(225,219,222)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635472; }

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

This text font color is #635472.


Background Color

.myBgColor { background-color: #635472; }

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

This div background color is #635472.


Border color

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

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

This div border color is #635472.


Opacity

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

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

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

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

This text has shadow with #635472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635472 on black background.


Color preview on white background

This text has color #635472 on white background.



Black color preview on #635472 background

This text has black color on #635472 background.


White color preview on #635472 background

This text has white color on #635472 background.