COLOR #634D7D

HEX: #634D7D
RGB: (99,77,125)

Color info

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

RGB color model

#634D7D color RGB value is (99,77,125).

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

RGB channels and saturation

R 99 of 255 = 39%
G 77 of 255 = 30%
B 125 of 255 = 49%

99
77
125

R + G + B ~ 39%. #634D7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 77 + 125 = 301 (100%)
R 99 of 301 ~ 32.89%
G 77 of 301 ~ 25.58%
B 125 of 301 ~ 41.53%

%32.89
%25.58
%41.53

CMYK color model

#634D7D color CMYK value is (21,38,0,51).

  • cyan value is 20.80%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(21,38,0,51)
C21M38Y0K51 
(21%,38%,0%,51%)
(0.21/0.38/0.00/0.51)	

CMYK percentages

%20.8
%38.4
%0
%50.98

Codes

Color #634D7D in popluar color models

634D7D
RGB9977125
HSL268°23.76%39.61%
HSB/HSV268°38.40%49.02%
CMYK20.80%38.40%0.00%
50.98%

Color #634D7D in popluar number systems.

HEX634D7D
Decimal9977125
Binary110001110011011111101
Octal143115175

Shades and tints

Shades of #634D7D

#634D7D
(99,77,125)
#5A4672
(90,70,114)
#513F67
(81,63,103)
#48385C
(72,56,92)
#3F3151
(63,49,81)
#362A46
(54,42,70)
#2D233B
(45,35,59)
#241C30
(36,28,48)
#1B1525
(27,21,37)
#120E1A
(18,14,26)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #634D7D

#634D7D
(99,77,125)
#715D88
(113,93,136)
#7F6D93
(127,109,147)
#8D7D9E
(141,125,158)
#9B8DA9
(155,141,169)
#A99DB4
(169,157,180)
#B7ADBF
(183,173,191)
#C5BDCA
(197,189,202)
#D3CDD5
(211,205,213)
#E1DDE0
(225,221,224)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634D7D; }

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

This text font color is #634D7D.


Background Color

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

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

This div background color is #634D7D.


Border color

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

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

This div border color is #634D7D.


Opacity

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

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

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

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

This text has shadow with #634D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634D7D on black background.


Color preview on white background

This text has color #634D7D on white background.



Black color preview on #634D7D background

This text has black color on #634D7D background.


White color preview on #634D7D background

This text has white color on #634D7D background.