COLOR #634251

HEX: #634251
RGB: (99,66,81)

Color info

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

RGB color model

#634251 color RGB value is (99,66,81).

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

RGB channels and saturation

R 99 of 255 = 39%
G 66 of 255 = 26%
B 81 of 255 = 32%

99
66
81

R + G + B ~ 32%. #634251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 66 + 81 = 246 (100%)
R 99 of 246 ~ 40.24%
G 66 of 246 ~ 26.83%
B 81 of 246 ~ 32.93%

%40.24
%26.83
%32.93

CMYK color model

#634251 color CMYK value is (0,33,18,61).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK:
(0,33,18,61)
C0M33Y18K61 
(0%,33%,18%,61%)
(0.00/0.33/0.18/0.61)	

CMYK percentages

%0
%33.33
%18.18
%61.18

Codes

Color #634251 in popluar color models

634251
RGB996681
HSL333°20.00%32.35%
HSB/HSV333°33.33%38.82%
CMYK0.00%33.33%18.18%
61.18%

Color #634251 in popluar number systems.

HEX634251
Decimal996681
Binary110001110000101010001
Octal143102121

Shades and tints

Shades of #634251

#634251
(99,66,81)
#5A3C4A
(90,60,74)
#513643
(81,54,67)
#48303C
(72,48,60)
#3F2A35
(63,42,53)
#36242E
(54,36,46)
#2D1E27
(45,30,39)
#241820
(36,24,32)
#1B1219
(27,18,25)
#120C12
(18,12,18)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #634251

#634251
(99,66,81)
#715360
(113,83,96)
#7F646F
(127,100,111)
#8D757E
(141,117,126)
#9B868D
(155,134,141)
#A9979C
(169,151,156)
#B7A8AB
(183,168,171)
#C5B9BA
(197,185,186)
#D3CAC9
(211,202,201)
#E1DBD8
(225,219,216)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #634251; }

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

This text font color is #634251.


Background Color

.myBgColor { background-color: #634251; }

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

This div background color is #634251.


Border color

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

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

This div border color is #634251.


Opacity

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

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

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

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

This text has shadow with #634251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634251 on black background.


Color preview on white background

This text has color #634251 on white background.



Black color preview on #634251 background

This text has black color on #634251 background.


White color preview on #634251 background

This text has white color on #634251 background.