COLOR #634960

HEX: #634960
RGB: (99,73,96)

Color info

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

RGB color model

#634960 color RGB value is (99,73,96).

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

RGB channels and saturation

R 99 of 255 = 39%
G 73 of 255 = 29%
B 96 of 255 = 38%

99
73
96

R + G + B ~ 35%. #634960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 73 + 96 = 268 (100%)
R 99 of 268 ~ 36.94%
G 73 of 268 ~ 27.24%
B 96 of 268 ~ 35.82%

%36.94
%27.24
%35.82

CMYK color model

#634960 color CMYK value is (0,26,3,61).

  • cyan value is 0.00%
  • magenta value is 26.26%
  • yellow value is 3.03%
  • key color value is 61.18%
CMYK:
(0,26,3,61)
C0M26Y3K61 
(0%,26%,3%,61%)
(0.00/0.26/0.03/0.61)	

CMYK percentages

%0
%26.26
%3.03
%61.18

Codes

Color #634960 in popluar color models

634960
RGB997396
HSL307°15.12%33.73%
HSB/HSV307°26.26%38.82%
CMYK0.00%26.26%3.03%
61.18%

Color #634960 in popluar number systems.

HEX634960
Decimal997396
Binary110001110010011100000
Octal143111140

Shades and tints

Shades of #634960

#634960
(99,73,96)
#5A4358
(90,67,88)
#513D50
(81,61,80)
#483748
(72,55,72)
#3F3140
(63,49,64)
#362B38
(54,43,56)
#2D2530
(45,37,48)
#241F28
(36,31,40)
#1B1920
(27,25,32)
#121318
(18,19,24)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #634960

#634960
(99,73,96)
#71596E
(113,89,110)
#7F697C
(127,105,124)
#8D798A
(141,121,138)
#9B8998
(155,137,152)
#A999A6
(169,153,166)
#B7A9B4
(183,169,180)
#C5B9C2
(197,185,194)
#D3C9D0
(211,201,208)
#E1D9DE
(225,217,222)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634960; }

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

This text font color is #634960.


Background Color

.myBgColor { background-color: #634960; }

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

This div background color is #634960.


Border color

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

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

This div border color is #634960.


Opacity

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

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

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

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

This text has shadow with #634960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634960 on black background.


Color preview on white background

This text has color #634960 on white background.



Black color preview on #634960 background

This text has black color on #634960 background.


White color preview on #634960 background

This text has white color on #634960 background.