COLOR #633B4D

HEX: #633B4D RGB: (99,59,77)

Color info

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

RGB color model

#633B4D color RGB value is (99,59,77).

RGB: (99,59,77) (39%, 23%, 30%)

RGB channels and saturation

R 99 of 255 = 39%
G 59 of 255 = 23%
B 77 of 255 = 30%

99
59
77

R + G + B ~ 31%. #633B4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 59 + 77 = 235 (100%)
R 99 of 235 ~ 42.13%
G 59 of 235 ~ 25.11%
B 77 of 235 ~ 32.77'%

%42.13
%25.11
%32.77

CMYK color model

#633B4D color CMYK value is (0,40,22,61).

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

CMYK: (0,40,22,61)
C0M40Y22K61 (0%, 40%, 22%, 61%)
(0.00 / 0.40 / 0.22 / 0.61)

CMYK percentages

%0
%40.4
%22.22
%61.18

Codes

Color #633B4D in popluar color models

63 3B 4D
RGB 99 59 77
HSL 333° 25.32% 30.98%
HSB/HSV 333° 40.40% 38.82%
CMYK 0.00% 40.40% 22.22%
61.18%

Color #633B4D in popluar number systems.

HEX 63 3B 4D
Decimal 99 59 77
Binary 1100011 111011 1001101
Octal 143 73 115

Shades and tints

Shades of #633B4D

#633B4D
(99,59,77)
#5A3646
(90,54,70)
#51313F
(81,49,63)
#482C38
(72,44,56)
#3F2731
(63,39,49)
#36222A
(54,34,42)
#2D1D23
(45,29,35)
#24181C
(36,24,28)
#1B1315
(27,19,21)
#120E0E
(18,14,14)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #633B4D

#633B4D
(99,59,77)
#714C5D
(113,76,93)
#7F5D6D
(127,93,109)
#8D6E7D
(141,110,125)
#9B7F8D
(155,127,141)
#A9909D
(169,144,157)
#B7A1AD
(183,161,173)
#C5B2BD
(197,178,189)
#D3C3CD
(211,195,205)
#E1D4DD
(225,212,221)
#EFE5ED
(239,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633B4D; }

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

This text font color is #633B4D.

Background Color

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

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

This div background color is #633B4D.

Border color

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

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

This div border color is #633B4D.

Opacity

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

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

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

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

This text has shadow with #633B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633B4D.

Preview

Color preview on black background

This text has color #633B4D on black background.


Color preview on white background

This text has color #633B4D on white background.


Black color preview on #633B4D background

This text has black color on #633B4D background.


White color preview on #633B4D background

This text has white color on #633B4D background.


Related colors

Complementary color

Complementary color for #hex is #9CC4B2.


I love getcolorcode.com

Triadic colors

1 #4D633B and #3B4D63 with #633B4D are triadic colors.

2 #4D3B63 and #3B634D with #633B4D are triadic colors.