COLOR #633E5B

HEX: #633E5B RGB: (99,62,91)

Color info

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

RGB color model

#633E5B color RGB value is (99,62,91).

RGB: (99,62,91) (39%, 24%, 36%)

RGB channels and saturation

R 99 of 255 = 39%
G 62 of 255 = 24%
B 91 of 255 = 36%

99
62
91

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

Portions of RGB colors in percentages

R + G + B = 99 + 62 + 91 = 252 (100%)
R 99 of 252 ~ 39.29%
G 62 of 252 ~ 24.6%
B 91 of 252 ~ 36.11'%

%39.29
%24.6
%36.11

CMYK color model

#633E5B color CMYK value is (0,37,8,61).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 8.08%
  • key color value is 61.18%

CMYK: (0,37,8,61)
C0M37Y8K61 (0%, 37%, 8%, 61%)
(0.00 / 0.37 / 0.08 / 0.61)

CMYK percentages

%0
%37.37
%8.08
%61.18

Codes

Color #633E5B in popluar color models

63 3E 5B
RGB 99 62 91
HSL 313° 22.98% 31.57%
HSB/HSV 313° 37.37% 38.82%
CMYK 0.00% 37.37% 8.08%
61.18%

Color #633E5B in popluar number systems.

HEX 63 3E 5B
Decimal 99 62 91
Binary 1100011 111110 1011011
Octal 143 76 133

Shades and tints

Shades of #633E5B

#633E5B
(99,62,91)
#5A3953
(90,57,83)
#51344B
(81,52,75)
#482F43
(72,47,67)
#3F2A3B
(63,42,59)
#362533
(54,37,51)
#2D202B
(45,32,43)
#241B23
(36,27,35)
#1B161B
(27,22,27)
#121113
(18,17,19)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #633E5B

#633E5B
(99,62,91)
#714F69
(113,79,105)
#7F6077
(127,96,119)
#8D7185
(141,113,133)
#9B8293
(155,130,147)
#A993A1
(169,147,161)
#B7A4AF
(183,164,175)
#C5B5BD
(197,181,189)
#D3C6CB
(211,198,203)
#E1D7D9
(225,215,217)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633E5B color. Also use rgb(99,62,91) instead hex code.

Text Font Color

.myTextColor { color: #633E5B; }

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

This text font color is #633E5B.

Background Color

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

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

This div background color is #633E5B.

Border color

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

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

This div border color is #633E5B.

Opacity

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

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

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

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

This text has shadow with #633E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633E5B.

Preview

Color preview on black background

This text has color #633E5B on black background.


Color preview on white background

This text has color #633E5B on white background.


Black color preview on #633E5B background

This text has black color on #633E5B background.


White color preview on #633E5B background

This text has white color on #633E5B background.


Related colors

Complementary color

Complementary color for #hex is #9CC1A4.


I love getcolorcode.com

Triadic colors

1 #5B633E and #3E5B63 with #633E5B are triadic colors.

2 #5B3E63 and #3E635B with #633E5B are triadic colors.