COLOR #635276

HEX: #635276
RGB: (99,82,118)

Color info

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

RGB color model

#635276 color RGB value is (99,82,118).

  • red value is 99;
  • green value is 82;
  • blue value is 118.
RGB:
(99,82,118)
(39%,32%,46%)

RGB channels and saturation

R 99 of 255 = 39%
G 82 of 255 = 32%
B 118 of 255 = 46%

99
82
118

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

Portions of RGB colors in percentages

R + G + B =
99 + 82 + 118 = 299 (100%)
R 99 of 299 ~ 33.11%
G 82 of 299 ~ 27.42%
B 118 of 299 ~ 39.46%

%33.11
%27.42
%39.46

CMYK color model

#635276 color CMYK value is (16,31,0,54).

  • cyan value is 16.10%
  • magenta value is 30.51%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(16,31,0,54)
C16M31Y0K54 
(16%,31%,0%,54%)
(0.16/0.31/0.00/0.54)	

CMYK percentages

%16.1
%30.51
%0
%53.73

Codes

Color #635276 in popluar color models

635276
RGB9982118
HSL268°18.00%39.22%
HSB/HSV268°30.51%46.27%
CMYK16.10%30.51%0.00%
53.73%

Color #635276 in popluar number systems.

HEX635276
Decimal9982118
Binary110001110100101110110
Octal143122166

Shades and tints

Shades of #635276

#635276
(99,82,118)
#5A4B6C
(90,75,108)
#514462
(81,68,98)
#483D58
(72,61,88)
#3F364E
(63,54,78)
#362F44
(54,47,68)
#2D283A
(45,40,58)
#242130
(36,33,48)
#1B1A26
(27,26,38)
#12131C
(18,19,28)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #635276

#635276
(99,82,118)
#716182
(113,97,130)
#7F708E
(127,112,142)
#8D7F9A
(141,127,154)
#9B8EA6
(155,142,166)
#A99DB2
(169,157,178)
#B7ACBE
(183,172,190)
#C5BBCA
(197,187,202)
#D3CAD6
(211,202,214)
#E1D9E2
(225,217,226)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635276; }

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

This text font color is #635276.


Background Color

.myBgColor { background-color: #635276; }

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

This div background color is #635276.


Border color

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

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

This div border color is #635276.


Opacity

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

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

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

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

This text has shadow with #635276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635276 on black background.


Color preview on white background

This text has color #635276 on white background.



Black color preview on #635276 background

This text has black color on #635276 background.


White color preview on #635276 background

This text has white color on #635276 background.