COLOR #633B5C

HEX: #633B5C RGB: (99,59,92)

Color info

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

RGB color model

#633B5C color RGB value is (99,59,92).

RGB: (99,59,92) (39%, 23%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 59 of 255 = 23%
B 92 of 255 = 36%

99
59
92

R + G + B ~ 33%. #633B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 59 + 92 = 250 (100%)
R 99 of 250 ~ 39.6%
G 59 of 250 ~ 23.6%
B 92 of 250 ~ 36.8'%

%39.6
%23.6
%36.8

CMYK color model

#633B5C color CMYK value is (0,40,7,61).

  • cyan value is 0.00%
  • magenta value is 40.40%
  • yellow value is 7.07%
  • key color value is 61.18%

CMYK: (0,40,7,61)
C0M40Y7K61 (0%, 40%, 7%, 61%)
(0.00 / 0.40 / 0.07 / 0.61)

CMYK percentages

%0
%40.4
%7.07
%61.18

Codes

Color #633B5C in popluar color models

63 3B 5C
RGB 99 59 92
HSL 311° 25.32% 30.98%
HSB/HSV 311° 40.40% 38.82%
CMYK 0.00% 40.40% 7.07%
61.18%

Color #633B5C in popluar number systems.

HEX 63 3B 5C
Decimal 99 59 92
Binary 1100011 111011 1011100
Octal 143 73 134

Shades and tints

Shades of #633B5C

#633B5C
(99,59,92)
#5A3654
(90,54,84)
#51314C
(81,49,76)
#482C44
(72,44,68)
#3F273C
(63,39,60)
#362234
(54,34,52)
#2D1D2C
(45,29,44)
#241824
(36,24,36)
#1B131C
(27,19,28)
#120E14
(18,14,20)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #633B5C

#633B5C
(99,59,92)
#714C6A
(113,76,106)
#7F5D78
(127,93,120)
#8D6E86
(141,110,134)
#9B7F94
(155,127,148)
#A990A2
(169,144,162)
#B7A1B0
(183,161,176)
#C5B2BE
(197,178,190)
#D3C3CC
(211,195,204)
#E1D4DA
(225,212,218)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633B5C color. Also use rgb(99,59,92) instead hex code.

Text Font Color

.myTextColor { color: #633B5C; }

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

This text font color is #633B5C.

Background Color

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

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

This div background color is #633B5C.

Border color

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

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

This div border color is #633B5C.

Opacity

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

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

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

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

This text has shadow with #633B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633B5C.

Preview

Color preview on black background

This text has color #633B5C on black background.


Color preview on white background

This text has color #633B5C on white background.


Black color preview on #633B5C background

This text has black color on #633B5C background.


White color preview on #633B5C background

This text has white color on #633B5C background.


Related colors

Complementary color

Complementary color for #hex is #9CC4A3.


I love getcolorcode.com

Triadic colors

1 #5C633B and #3B5C63 with #633B5C are triadic colors.

2 #5C3B63 and #3B635C with #633B5C are triadic colors.