COLOR #634762

HEX: #634762
RGB: (99,71,98)

Color info

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

RGB color model

#634762 color RGB value is (99,71,98).

  • red value is 99;
  • green value is 71;
  • blue value is 98.
RGB:
(99,71,98)
(39%,28%,38%)

RGB channels and saturation

R 99 of 255 = 39%
G 71 of 255 = 28%
B 98 of 255 = 38%

99
71
98

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

Portions of RGB colors in percentages

R + G + B =
99 + 71 + 98 = 268 (100%)
R 99 of 268 ~ 36.94%
G 71 of 268 ~ 26.49%
B 98 of 268 ~ 36.57%

%36.94
%26.49
%36.57

CMYK color model

#634762 color CMYK value is (0,28,1,61).

  • cyan value is 0.00%
  • magenta value is 28.28%
  • yellow value is 1.01%
  • key color value is 61.18%
CMYK:
(0,28,1,61)
C0M28Y1K61 
(0%,28%,1%,61%)
(0.00/0.28/0.01/0.61)	

CMYK percentages

%0
%28.28
%1.01
%61.18

Codes

Color #634762 in popluar color models

634762
RGB997198
HSL302°16.47%33.33%
HSB/HSV302°28.28%38.82%
CMYK0.00%28.28%1.01%
61.18%

Color #634762 in popluar number systems.

HEX634762
Decimal997198
Binary110001110001111100010
Octal143107142

Shades and tints

Shades of #634762

#634762
(99,71,98)
#5A415A
(90,65,90)
#513B52
(81,59,82)
#48354A
(72,53,74)
#3F2F42
(63,47,66)
#36293A
(54,41,58)
#2D2332
(45,35,50)
#241D2A
(36,29,42)
#1B1722
(27,23,34)
#12111A
(18,17,26)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #634762

#634762
(99,71,98)
#715770
(113,87,112)
#7F677E
(127,103,126)
#8D778C
(141,119,140)
#9B879A
(155,135,154)
#A997A8
(169,151,168)
#B7A7B6
(183,167,182)
#C5B7C4
(197,183,196)
#D3C7D2
(211,199,210)
#E1D7E0
(225,215,224)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634762 color. Also use rgb(99,71,98) instead hex code.

Text Font Color

.myTextColor { color: #634762; }

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

This text font color is #634762.


Background Color

.myBgColor { background-color: #634762; }

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

This div background color is #634762.


Border color

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

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

This div border color is #634762.


Opacity

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

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

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

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

This text has shadow with #634762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634762 on black background.


Color preview on white background

This text has color #634762 on white background.



Black color preview on #634762 background

This text has black color on #634762 background.


White color preview on #634762 background

This text has white color on #634762 background.