COLOR #634976

HEX: #634976
RGB: (99,73,118)

Color info

#634976 contains red, green and blue colors in about the same proportion. Web safe color of #634976 is #663366 (or #636).

RGB color model

#634976 color RGB value is (99,73,118).

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

RGB channels and saturation

R 99 of 255 = 39%
G 73 of 255 = 29%
B 118 of 255 = 46%

99
73
118

R + G + B ~ 38%. #634976 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 73 + 118 = 290 (100%)
R 99 of 290 ~ 34.14%
G 73 of 290 ~ 25.17%
B 118 of 290 ~ 40.69%

%34.14
%25.17
%40.69

CMYK color model

#634976 color CMYK value is (16,38,0,54).

  • cyan value is 16.10%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(16,38,0,54)
C16M38Y0K54 
(16%,38%,0%,54%)
(0.16/0.38/0.00/0.54)	

CMYK percentages

%16.1
%38.14
%0
%53.73

Codes

Color #634976 in popluar color models

634976
RGB9973118
HSL275°23.56%37.45%
HSB/HSV275°38.14%46.27%
CMYK16.10%38.14%0.00%
53.73%

Color #634976 in popluar number systems.

HEX634976
Decimal9973118
Binary110001110010011110110
Octal143111166

Shades and tints

Shades of #634976

#634976
(99,73,118)
#5A436C
(90,67,108)
#513D62
(81,61,98)
#483758
(72,55,88)
#3F314E
(63,49,78)
#362B44
(54,43,68)
#2D253A
(45,37,58)
#241F30
(36,31,48)
#1B1926
(27,25,38)
#12131C
(18,19,28)
#090D12
(9,13,18)
#000000
(0,0,0)

Tints of #634976

#634976
(99,73,118)
#715982
(113,89,130)
#7F698E
(127,105,142)
#8D799A
(141,121,154)
#9B89A6
(155,137,166)
#A999B2
(169,153,178)
#B7A9BE
(183,169,190)
#C5B9CA
(197,185,202)
#D3C9D6
(211,201,214)
#E1D9E2
(225,217,226)
#EFE9EE
(239,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634976; }

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

This text font color is #634976.


Background Color

.myBgColor { background-color: #634976; }

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

This div background color is #634976.


Border color

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

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

This div border color is #634976.


Opacity

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

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

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

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

This text has shadow with #634976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634976 on black background.


Color preview on white background

This text has color #634976 on white background.



Black color preview on #634976 background

This text has black color on #634976 background.


White color preview on #634976 background

This text has white color on #634976 background.