COLOR #634C5D

HEX: #634C5D
RGB: (99,76,93)

Color info

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

RGB color model

#634C5D color RGB value is (99,76,93).

  • red value is 99;
  • green value is 76;
  • blue value is 93.
RGB:
(99,76,93)
(39%,30%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 76 of 255 = 30%
B 93 of 255 = 36%

99
76
93

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

Portions of RGB colors in percentages

R + G + B =
99 + 76 + 93 = 268 (100%)
R 99 of 268 ~ 36.94%
G 76 of 268 ~ 28.36%
B 93 of 268 ~ 34.7%

%36.94
%28.36
%34.7

CMYK color model

#634C5D color CMYK value is (0,23,6,61).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 6.06%
  • key color value is 61.18%
CMYK:
(0,23,6,61)
C0M23Y6K61 
(0%,23%,6%,61%)
(0.00/0.23/0.06/0.61)	

CMYK percentages

%0
%23.23
%6.06
%61.18

Codes

Color #634C5D in popluar color models

634C5D
RGB997693
HSL316°13.14%34.31%
HSB/HSV316°23.23%38.82%
CMYK0.00%23.23%6.06%
61.18%

Color #634C5D in popluar number systems.

HEX634C5D
Decimal997693
Binary110001110011001011101
Octal143114135

Shades and tints

Shades of #634C5D

#634C5D
(99,76,93)
#5A4655
(90,70,85)
#51404D
(81,64,77)
#483A45
(72,58,69)
#3F343D
(63,52,61)
#362E35
(54,46,53)
#2D282D
(45,40,45)
#242225
(36,34,37)
#1B1C1D
(27,28,29)
#121615
(18,22,21)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #634C5D

#634C5D
(99,76,93)
#715C6B
(113,92,107)
#7F6C79
(127,108,121)
#8D7C87
(141,124,135)
#9B8C95
(155,140,149)
#A99CA3
(169,156,163)
#B7ACB1
(183,172,177)
#C5BCBF
(197,188,191)
#D3CCCD
(211,204,205)
#E1DCDB
(225,220,219)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634C5D color. Also use rgb(99,76,93) instead hex code.

Text Font Color

.myTextColor { color: #634C5D; }

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

This text font color is #634C5D.


Background Color

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

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

This div background color is #634C5D.


Border color

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

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

This div border color is #634C5D.


Opacity

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

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

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

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

This text has shadow with #634C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634C5D on black background.


Color preview on white background

This text has color #634C5D on white background.



Black color preview on #634C5D background

This text has black color on #634C5D background.


White color preview on #634C5D background

This text has white color on #634C5D background.