COLOR #633D56

HEX: #633D56
RGB: (99,61,86)

Color info

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

RGB color model

#633D56 color RGB value is (99,61,86).

  • red value is 99;
  • green value is 61;
  • blue value is 86.
RGB:
(99,61,86)
(39%,24%,34%)

RGB channels and saturation

R 99 of 255 = 39%
G 61 of 255 = 24%
B 86 of 255 = 34%

99
61
86

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

Portions of RGB colors in percentages

R + G + B =
99 + 61 + 86 = 246 (100%)
R 99 of 246 ~ 40.24%
G 61 of 246 ~ 24.8%
B 86 of 246 ~ 34.96%

%40.24
%24.8
%34.96

CMYK color model

#633D56 color CMYK value is (0,38,13,61).

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 13.13%
  • key color value is 61.18%
CMYK:
(0,38,13,61)
C0M38Y13K61 
(0%,38%,13%,61%)
(0.00/0.38/0.13/0.61)	

CMYK percentages

%0
%38.38
%13.13
%61.18

Codes

Color #633D56 in popluar color models

633D56
RGB996186
HSL321°23.75%31.37%
HSB/HSV321°38.38%38.82%
CMYK0.00%38.38%13.13%
61.18%

Color #633D56 in popluar number systems.

HEX633D56
Decimal996186
Binary11000111111011010110
Octal14375126

Shades and tints

Shades of #633D56

#633D56
(99,61,86)
#5A384F
(90,56,79)
#513348
(81,51,72)
#482E41
(72,46,65)
#3F293A
(63,41,58)
#362433
(54,36,51)
#2D1F2C
(45,31,44)
#241A25
(36,26,37)
#1B151E
(27,21,30)
#121017
(18,16,23)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #633D56

#633D56
(99,61,86)
#714E65
(113,78,101)
#7F5F74
(127,95,116)
#8D7083
(141,112,131)
#9B8192
(155,129,146)
#A992A1
(169,146,161)
#B7A3B0
(183,163,176)
#C5B4BF
(197,180,191)
#D3C5CE
(211,197,206)
#E1D6DD
(225,214,221)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633D56 color. Also use rgb(99,61,86) instead hex code.

Text Font Color

.myTextColor { color: #633D56; }

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

This text font color is #633D56.


Background Color

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

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

This div background color is #633D56.


Border color

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

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

This div border color is #633D56.


Opacity

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

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

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

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

This text has shadow with #633D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633D56 on black background.


Color preview on white background

This text has color #633D56 on white background.



Black color preview on #633D56 background

This text has black color on #633D56 background.


White color preview on #633D56 background

This text has white color on #633D56 background.