COLOR #635277

HEX: #635277
RGB: (99,82,119)

Color info

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

RGB color model

#635277 color RGB value is (99,82,119).

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

RGB channels and saturation

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

99
82
119

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

Portions of RGB colors in percentages

R + G + B =
99 + 82 + 119 = 300 (100%)
R 99 of 300 ~ 33%
G 82 of 300 ~ 27.33%
B 119 of 300 ~ 39.67%

%33
%27.33
%39.67

CMYK color model

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

  • cyan value is 16.81%
  • magenta value is 31.09%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(17,31,0,53)
C17M31Y0K53 
(17%,31%,0%,53%)
(0.17/0.31/0.00/0.53)	

CMYK percentages

%16.81
%31.09
%0
%53.33

Codes

Color #635277 in popluar color models

635277
RGB9982119
HSL268°18.41%39.41%
HSB/HSV268°31.09%46.67%
CMYK16.81%31.09%0.00%
53.33%

Color #635277 in popluar number systems.

HEX635277
Decimal9982119
Binary110001110100101110111
Octal143122167

Shades and tints

Shades of #635277

#635277
(99,82,119)
#5A4B6D
(90,75,109)
#514463
(81,68,99)
#483D59
(72,61,89)
#3F364F
(63,54,79)
#362F45
(54,47,69)
#2D283B
(45,40,59)
#242131
(36,33,49)
#1B1A27
(27,26,39)
#12131D
(18,19,29)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #635277

#635277
(99,82,119)
#716183
(113,97,131)
#7F708F
(127,112,143)
#8D7F9B
(141,127,155)
#9B8EA7
(155,142,167)
#A99DB3
(169,157,179)
#B7ACBF
(183,172,191)
#C5BBCB
(197,187,203)
#D3CAD7
(211,202,215)
#E1D9E3
(225,217,227)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #635277; }

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

This text font color is #635277.


Background Color

.myBgColor { background-color: #635277; }

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

This div background color is #635277.


Border color

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

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

This div border color is #635277.


Opacity

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

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

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

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

This text has shadow with #635277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #635277 on black background.


Color preview on white background

This text has color #635277 on white background.



Black color preview on #635277 background

This text has black color on #635277 background.


White color preview on #635277 background

This text has white color on #635277 background.