COLOR #634D68

HEX: #634D68
RGB: (99,77,104)

Color info

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

RGB color model

#634D68 color RGB value is (99,77,104).

  • red value is 99;
  • green value is 77;
  • blue value is 104.
RGB:
(99,77,104)
(39%,30%,41%)

RGB channels and saturation

R 99 of 255 = 39%
G 77 of 255 = 30%
B 104 of 255 = 41%

99
77
104

R + G + B ~ 37%. #634D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 77 + 104 = 280 (100%)
R 99 of 280 ~ 35.36%
G 77 of 280 ~ 27.5%
B 104 of 280 ~ 37.14%

%35.36
%27.5
%37.14

CMYK color model

#634D68 color CMYK value is (5,26,0,59).

  • cyan value is 4.81%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(5,26,0,59)
C5M26Y0K59 
(5%,26%,0%,59%)
(0.05/0.26/0.00/0.59)	

CMYK percentages

%4.81
%25.96
%0
%59.22

Codes

Color #634D68 in popluar color models

634D68
RGB9977104
HSL289°14.92%35.49%
HSB/HSV289°25.96%40.78%
CMYK4.81%25.96%0.00%
59.22%

Color #634D68 in popluar number systems.

HEX634D68
Decimal9977104
Binary110001110011011101000
Octal143115150

Shades and tints

Shades of #634D68

#634D68
(99,77,104)
#5A465F
(90,70,95)
#513F56
(81,63,86)
#48384D
(72,56,77)
#3F3144
(63,49,68)
#362A3B
(54,42,59)
#2D2332
(45,35,50)
#241C29
(36,28,41)
#1B1520
(27,21,32)
#120E17
(18,14,23)
#09070E
(9,7,14)
#000000
(0,0,0)

Tints of #634D68

#634D68
(99,77,104)
#715D75
(113,93,117)
#7F6D82
(127,109,130)
#8D7D8F
(141,125,143)
#9B8D9C
(155,141,156)
#A99DA9
(169,157,169)
#B7ADB6
(183,173,182)
#C5BDC3
(197,189,195)
#D3CDD0
(211,205,208)
#E1DDDD
(225,221,221)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634D68 color. Also use rgb(99,77,104) instead hex code.

Text Font Color

.myTextColor { color: #634D68; }

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

This text font color is #634D68.


Background Color

.myBgColor { background-color: #634D68; }

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

This div background color is #634D68.


Border color

.myBorderColor { border: 1px solid #634D68; }

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

This div border color is #634D68.


Opacity

.myOpacity80 { color: #634D68; opacity: 0.8; }

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

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

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

This text has shadow with #634D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634D68 on black background.


Color preview on white background

This text has color #634D68 on white background.



Black color preview on #634D68 background

This text has black color on #634D68 background.


White color preview on #634D68 background

This text has white color on #634D68 background.