COLOR #634C5B

HEX: #634C5B
RGB: (99,76,91)

Color info

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

RGB color model

#634C5B color RGB value is (99,76,91).

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

RGB channels and saturation

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

99
76
91

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

Portions of RGB colors in percentages

R + G + B =
99 + 76 + 91 = 266 (100%)
R 99 of 266 ~ 37.22%
G 76 of 266 ~ 28.57%
B 91 of 266 ~ 34.21%

%37.22
%28.57
%34.21

CMYK color model

#634C5B color CMYK value is (0,23,8,61).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 8.08%
  • key color value is 61.18%
CMYK:
(0,23,8,61)
C0M23Y8K61 
(0%,23%,8%,61%)
(0.00/0.23/0.08/0.61)	

CMYK percentages

%0
%23.23
%8.08
%61.18

Codes

Color #634C5B in popluar color models

634C5B
RGB997691
HSL321°13.14%34.31%
HSB/HSV321°23.23%38.82%
CMYK0.00%23.23%8.08%
61.18%

Color #634C5B in popluar number systems.

HEX634C5B
Decimal997691
Binary110001110011001011011
Octal143114133

Shades and tints

Shades of #634C5B

#634C5B
(99,76,91)
#5A4653
(90,70,83)
#51404B
(81,64,75)
#483A43
(72,58,67)
#3F343B
(63,52,59)
#362E33
(54,46,51)
#2D282B
(45,40,43)
#242223
(36,34,35)
#1B1C1B
(27,28,27)
#121613
(18,22,19)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #634C5B

#634C5B
(99,76,91)
#715C69
(113,92,105)
#7F6C77
(127,108,119)
#8D7C85
(141,124,133)
#9B8C93
(155,140,147)
#A99CA1
(169,156,161)
#B7ACAF
(183,172,175)
#C5BCBD
(197,188,189)
#D3CCCB
(211,204,203)
#E1DCD9
(225,220,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634C5B; }

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

This text font color is #634C5B.


Background Color

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

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

This div background color is #634C5B.


Border color

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

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

This div border color is #634C5B.


Opacity

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

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

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

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

This text has shadow with #634C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634C5B on black background.


Color preview on white background

This text has color #634C5B on white background.



Black color preview on #634C5B background

This text has black color on #634C5B background.


White color preview on #634C5B background

This text has white color on #634C5B background.