COLOR #633E55

HEX: #633E55 RGB: (99,62,85)

Color info

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

RGB color model

#633E55 color RGB value is (99,62,85).

RGB: (99,62,85) (39%, 24%, 33%)

RGB channels and saturation

R 99 of 255 = 39%
G 62 of 255 = 24%
B 85 of 255 = 33%

99
62
85

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

Portions of RGB colors in percentages

R + G + B = 99 + 62 + 85 = 246 (100%)
R 99 of 246 ~ 40.24%
G 62 of 246 ~ 25.2%
B 85 of 246 ~ 34.55'%

%40.24
%25.2
%34.55

CMYK color model

#633E55 color CMYK value is (0,37,14,61).

  • cyan value is 0.00%
  • magenta value is 37.37%
  • yellow value is 14.14%
  • key color value is 61.18%
CMYK: (0,37,14,61) C0M37Y14K61 (0%,37%,14%,61%) (0.00/0.37/0.14/0.61) 

CMYK percentages

%0
%37.37
%14.14
%61.18

Codes

Color #633E55 in popluar color models

63 3E 55
RGB 99 62 85
HSL 323° 22.98% 31.57%
HSB/HSV 323° 37.37% 38.82%
CMYK 0.00% 37.37% 14.14%
61.18%

Color #633E55 in popluar number systems.

HEX 63 3E 55
Decimal 99 62 85
Binary 1100011 111110 1010101
Octal 143 76 125

Shades and tints

Shades of #633E55

#633E55
(99,62,85)
#5A394E
(90,57,78)
#513447
(81,52,71)
#482F40
(72,47,64)
#3F2A39
(63,42,57)
#362532
(54,37,50)
#2D202B
(45,32,43)
#241B24
(36,27,36)
#1B161D
(27,22,29)
#121116
(18,17,22)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #633E55

#633E55
(99,62,85)
#714F64
(113,79,100)
#7F6073
(127,96,115)
#8D7182
(141,113,130)
#9B8291
(155,130,145)
#A993A0
(169,147,160)
#B7A4AF
(183,164,175)
#C5B5BE
(197,181,190)
#D3C6CD
(211,198,205)
#E1D7DC
(225,215,220)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633E55; }

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

This text font color is #633E55.

Background Color

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

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

This div background color is #633E55.

Border color

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

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

This div border color is #633E55.

Opacity

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

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

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

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

This text has shadow with #633E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633E55.

Preview

Color preview on black background

This text has color #633E55 on black background.


Color preview on white background

This text has color #633E55 on white background.


Black color preview on #633E55 background

This text has black color on #633E55 background.


White color preview on #633E55 background

This text has white color on #633E55 background.


Related colors

Complementary color

Complementary color for #hex is #9CC1AA.


I love getcolorcode.com

Triadic colors

1 #55633E and #3E5563 with #633E55 are triadic colors.

2 #553E63 and #3E6355 with #633E55 are triadic colors.