COLOR #633C49

HEX: #633C49 RGB: (99,60,73)

Color info

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

RGB color model

#633C49 color RGB value is (99,60,73).

RGB: (99,60,73) (39%, 24%, 29%)

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 73 of 255 = 29%

99
60
73

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

Portions of RGB colors in percentages

R + G + B = 99 + 60 + 73 = 232 (100%)
R 99 of 232 ~ 42.67%
G 60 of 232 ~ 25.86%
B 73 of 232 ~ 31.47'%

%42.67
%25.86
%31.47

CMYK color model

#633C49 color CMYK value is (0,39,26,61).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 26.26%
  • key color value is 61.18%

CMYK: (0,39,26,61)
C0M39Y26K61 (0%, 39%, 26%, 61%)
(0.00 / 0.39 / 0.26 / 0.61)

CMYK percentages

%0
%39.39
%26.26
%61.18

Codes

Color #633C49 in popluar color models

63 3C 49
RGB 99 60 73
HSL 340° 24.53% 31.18%
HSB/HSV 340° 39.39% 38.82%
CMYK 0.00% 39.39% 26.26%
61.18%

Color #633C49 in popluar number systems.

HEX 63 3C 49
Decimal 99 60 73
Binary 1100011 111100 1001001
Octal 143 74 111

Shades and tints

Shades of #633C49

#633C49
(99,60,73)
#5A3743
(90,55,67)
#51323D
(81,50,61)
#482D37
(72,45,55)
#3F2831
(63,40,49)
#36232B
(54,35,43)
#2D1E25
(45,30,37)
#24191F
(36,25,31)
#1B1419
(27,20,25)
#120F13
(18,15,19)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #633C49

#633C49
(99,60,73)
#714D59
(113,77,89)
#7F5E69
(127,94,105)
#8D6F79
(141,111,121)
#9B8089
(155,128,137)
#A99199
(169,145,153)
#B7A2A9
(183,162,169)
#C5B3B9
(197,179,185)
#D3C4C9
(211,196,201)
#E1D5D9
(225,213,217)
#EFE6E9
(239,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #633C49 color. Also use rgb(99,60,73) instead hex code.

Text Font Color

.myTextColor { color: #633C49; }

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

This text font color is #633C49.

Background Color

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

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

This div background color is #633C49.

Border color

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

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

This div border color is #633C49.

Opacity

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

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

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

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

This text has shadow with #633C49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633C49.

Preview

Color preview on black background

This text has color #633C49 on black background.


Color preview on white background

This text has color #633C49 on white background.


Black color preview on #633C49 background

This text has black color on #633C49 background.


White color preview on #633C49 background

This text has white color on #633C49 background.


Related colors

Complementary color

Complementary color for #hex is #9CC3B6.


I love getcolorcode.com

Triadic colors

1 #49633C and #3C4963 with #633C49 are triadic colors.

2 #493C63 and #3C6349 with #633C49 are triadic colors.