COLOR #633C51

HEX: #633C51
RGB: (99,60,81)

Color info

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

RGB color model

#633C51 color RGB value is (99,60,81).

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

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 81 of 255 = 32%

99
60
81

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

Portions of RGB colors in percentages

R + G + B =
99 + 60 + 81 = 240 (100%)
R 99 of 240 ~ 41.25%
G 60 of 240 ~ 25%
B 81 of 240 ~ 33.75%

%41.25
%25
%33.75

CMYK color model

#633C51 color CMYK value is (0,39,18,61).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 18.18%
  • key color value is 61.18%
CMYK:
(0,39,18,61)
C0M39Y18K61 
(0%,39%,18%,61%)
(0.00/0.39/0.18/0.61)	

CMYK percentages

%0
%39.39
%18.18
%61.18

Codes

Color #633C51 in popluar color models

633C51
RGB996081
HSL328°24.53%31.18%
HSB/HSV328°39.39%38.82%
CMYK0.00%39.39%18.18%
61.18%

Color #633C51 in popluar number systems.

HEX633C51
Decimal996081
Binary11000111111001010001
Octal14374121

Shades and tints

Shades of #633C51

#633C51
(99,60,81)
#5A374A
(90,55,74)
#513243
(81,50,67)
#482D3C
(72,45,60)
#3F2835
(63,40,53)
#36232E
(54,35,46)
#2D1E27
(45,30,39)
#241920
(36,25,32)
#1B1419
(27,20,25)
#120F12
(18,15,18)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #633C51

#633C51
(99,60,81)
#714D60
(113,77,96)
#7F5E6F
(127,94,111)
#8D6F7E
(141,111,126)
#9B808D
(155,128,141)
#A9919C
(169,145,156)
#B7A2AB
(183,162,171)
#C5B3BA
(197,179,186)
#D3C4C9
(211,196,201)
#E1D5D8
(225,213,216)
#EFE6E7
(239,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633C51; }

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

This text font color is #633C51.


Background Color

.myBgColor { background-color: #633C51; }

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

This div background color is #633C51.


Border color

.myBorderColor { border: 1px solid #633C51; }

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

This div border color is #633C51.


Opacity

.myOpacity80 { color: #633C51; opacity: 0.8; }

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

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

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

This text has shadow with #633C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633C51 on black background.


Color preview on white background

This text has color #633C51 on white background.



Black color preview on #633C51 background

This text has black color on #633C51 background.


White color preview on #633C51 background

This text has white color on #633C51 background.