COLOR #634556

HEX: #634556
RGB: (99,69,86)

Color info

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

RGB color model

#634556 color RGB value is (99,69,86).

  • red value is 99;
  • green value is 69;
  • blue value is 86.
RGB:
(99,69,86)
(39%,27%,34%)

RGB channels and saturation

R 99 of 255 = 39%
G 69 of 255 = 27%
B 86 of 255 = 34%

99
69
86

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

Portions of RGB colors in percentages

R + G + B =
99 + 69 + 86 = 254 (100%)
R 99 of 254 ~ 38.98%
G 69 of 254 ~ 27.17%
B 86 of 254 ~ 33.86%

%38.98
%27.17
%33.86

CMYK color model

#634556 color CMYK value is (0,30,13,61).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 13.13%
  • key color value is 61.18%
CMYK:
(0,30,13,61)
C0M30Y13K61 
(0%,30%,13%,61%)
(0.00/0.30/0.13/0.61)	

CMYK percentages

%0
%30.3
%13.13
%61.18

Codes

Color #634556 in popluar color models

634556
RGB996986
HSL326°17.86%32.94%
HSB/HSV326°30.30%38.82%
CMYK0.00%30.30%13.13%
61.18%

Color #634556 in popluar number systems.

HEX634556
Decimal996986
Binary110001110001011010110
Octal143105126

Shades and tints

Shades of #634556

#634556
(99,69,86)
#5A3F4F
(90,63,79)
#513948
(81,57,72)
#483341
(72,51,65)
#3F2D3A
(63,45,58)
#362733
(54,39,51)
#2D212C
(45,33,44)
#241B25
(36,27,37)
#1B151E
(27,21,30)
#120F17
(18,15,23)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #634556

#634556
(99,69,86)
#715565
(113,85,101)
#7F6574
(127,101,116)
#8D7583
(141,117,131)
#9B8592
(155,133,146)
#A995A1
(169,149,161)
#B7A5B0
(183,165,176)
#C5B5BF
(197,181,191)
#D3C5CE
(211,197,206)
#E1D5DD
(225,213,221)
#EFE5EC
(239,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634556 color. Also use rgb(99,69,86) instead hex code.

Text Font Color

.myTextColor { color: #634556; }

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

This text font color is #634556.


Background Color

.myBgColor { background-color: #634556; }

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

This div background color is #634556.


Border color

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

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

This div border color is #634556.


Opacity

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

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

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

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

This text has shadow with #634556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634556 on black background.


Color preview on white background

This text has color #634556 on white background.



Black color preview on #634556 background

This text has black color on #634556 background.


White color preview on #634556 background

This text has white color on #634556 background.