COLOR #634651

HEX: #634651
RGB: (99,70,81)

Color info

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

RGB color model

#634651 color RGB value is (99,70,81).

  • red value is 99;
  • green value is 70;
  • blue value is 81.
RGB:
(99,70,81)
(39%,27%,32%)

RGB channels and saturation

R 99 of 255 = 39%
G 70 of 255 = 27%
B 81 of 255 = 32%

99
70
81

R + G + B ~ 33%. #634651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 70 + 81 = 250 (100%)
R 99 of 250 ~ 39.6%
G 70 of 250 ~ 28%
B 81 of 250 ~ 32.4%

%39.6
%28
%32.4

CMYK color model

#634651 color CMYK value is (0,29,18,61).

  • cyan value is 0.00%
  • magenta value is 29.29%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK:
(0,29,18,61)
C0M29Y18K61 
(0%,29%,18%,61%)
(0.00/0.29/0.18/0.61)	

CMYK percentages

%0
%29.29
%18.18
%61.18

Codes

Color #634651 in popluar color models

634651
RGB997081
HSL337°17.16%33.14%
HSB/HSV337°29.29%38.82%
CMYK0.00%29.29%18.18%
61.18%

Color #634651 in popluar number systems.

HEX634651
Decimal997081
Binary110001110001101010001
Octal143106121

Shades and tints

Shades of #634651

#634651
(99,70,81)
#5A404A
(90,64,74)
#513A43
(81,58,67)
#48343C
(72,52,60)
#3F2E35
(63,46,53)
#36282E
(54,40,46)
#2D2227
(45,34,39)
#241C20
(36,28,32)
#1B1619
(27,22,25)
#121012
(18,16,18)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #634651

#634651
(99,70,81)
#715660
(113,86,96)
#7F666F
(127,102,111)
#8D767E
(141,118,126)
#9B868D
(155,134,141)
#A9969C
(169,150,156)
#B7A6AB
(183,166,171)
#C5B6BA
(197,182,186)
#D3C6C9
(211,198,201)
#E1D6D8
(225,214,216)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634651; }

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

This text font color is #634651.


Background Color

.myBgColor { background-color: #634651; }

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

This div background color is #634651.


Border color

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

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

This div border color is #634651.


Opacity

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

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

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

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

This text has shadow with #634651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634651 on black background.


Color preview on white background

This text has color #634651 on white background.



Black color preview on #634651 background

This text has black color on #634651 background.


White color preview on #634651 background

This text has white color on #634651 background.