COLOR #634A51

HEX: #634A51
RGB: (99,74,81)

Color info

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

RGB color model

#634A51 color RGB value is (99,74,81).

  • red value is 99;
  • green value is 74;
  • blue value is 81.
RGB:
(99,74,81)
(39%,29%,32%)

RGB channels and saturation

R 99 of 255 = 39%
G 74 of 255 = 29%
B 81 of 255 = 32%

99
74
81

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

Portions of RGB colors in percentages

R + G + B =
99 + 74 + 81 = 254 (100%)
R 99 of 254 ~ 38.98%
G 74 of 254 ~ 29.13%
B 81 of 254 ~ 31.89%

%38.98
%29.13
%31.89

CMYK color model

#634A51 color CMYK value is (0,25,18,61).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK:
(0,25,18,61)
C0M25Y18K61 
(0%,25%,18%,61%)
(0.00/0.25/0.18/0.61)	

CMYK percentages

%0
%25.25
%18.18
%61.18

Codes

Color #634A51 in popluar color models

634A51
RGB997481
HSL343°14.45%33.92%
HSB/HSV343°25.25%38.82%
CMYK0.00%25.25%18.18%
61.18%

Color #634A51 in popluar number systems.

HEX634A51
Decimal997481
Binary110001110010101010001
Octal143112121

Shades and tints

Shades of #634A51

#634A51
(99,74,81)
#5A444A
(90,68,74)
#513E43
(81,62,67)
#48383C
(72,56,60)
#3F3235
(63,50,53)
#362C2E
(54,44,46)
#2D2627
(45,38,39)
#242020
(36,32,32)
#1B1A19
(27,26,25)
#121412
(18,20,18)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #634A51

#634A51
(99,74,81)
#715A60
(113,90,96)
#7F6A6F
(127,106,111)
#8D7A7E
(141,122,126)
#9B8A8D
(155,138,141)
#A99A9C
(169,154,156)
#B7AAAB
(183,170,171)
#C5BABA
(197,186,186)
#D3CAC9
(211,202,201)
#E1DAD8
(225,218,216)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634A51 color. Also use rgb(99,74,81) instead hex code.

Text Font Color

.myTextColor { color: #634A51; }

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

This text font color is #634A51.


Background Color

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

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

This div background color is #634A51.


Border color

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

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

This div border color is #634A51.


Opacity

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

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

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

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

This text has shadow with #634A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634A51 on black background.


Color preview on white background

This text has color #634A51 on white background.



Black color preview on #634A51 background

This text has black color on #634A51 background.


White color preview on #634A51 background

This text has white color on #634A51 background.