COLOR #633C42

HEX: #633C42 RGB: (99,60,66)

Color info

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

RGB color model

#633C42 color RGB value is (99,60,66).

RGB: (99,60,66) (39%, 24%, 26%)

RGB channels and saturation

R 99 of 255 = 39%
G 60 of 255 = 24%
B 66 of 255 = 26%

99
60
66

R + G + B ~ 30%. #633C42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 60 + 66 = 225 (100%)
R 99 of 225 ~ 44%
G 60 of 225 ~ 26.67%
B 66 of 225 ~ 29.33'%

%44
%26.67
%29.33

CMYK color model

#633C42 color CMYK value is (0,39,33,61).

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

CMYK: (0,39,33,61)
C0M39Y33K61 (0%, 39%, 33%, 61%)
(0.00 / 0.39 / 0.33 / 0.61)

CMYK percentages

%0
%39.39
%33.33
%61.18

Codes

Color #633C42 in popluar color models

63 3C 42
RGB 99 60 66
HSL 351° 24.53% 31.18%
HSB/HSV 351° 39.39% 38.82%
CMYK 0.00% 39.39% 33.33%
61.18%

Color #633C42 in popluar number systems.

HEX 63 3C 42
Decimal 99 60 66
Binary 1100011 111100 1000010
Octal 143 74 102

Shades and tints

Shades of #633C42

#633C42
(99,60,66)
#5A373C
(90,55,60)
#513236
(81,50,54)
#482D30
(72,45,48)
#3F282A
(63,40,42)
#362324
(54,35,36)
#2D1E1E
(45,30,30)
#241918
(36,25,24)
#1B1412
(27,20,18)
#120F0C
(18,15,12)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #633C42

#633C42
(99,60,66)
#714D53
(113,77,83)
#7F5E64
(127,94,100)
#8D6F75
(141,111,117)
#9B8086
(155,128,134)
#A99197
(169,145,151)
#B7A2A8
(183,162,168)
#C5B3B9
(197,179,185)
#D3C4CA
(211,196,202)
#E1D5DB
(225,213,219)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633C42; }

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

This text font color is #633C42.

Background Color

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

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

This div background color is #633C42.

Border color

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

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

This div border color is #633C42.

Opacity

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

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

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

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

This text has shadow with #633C42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #633C42.

Preview

Color preview on black background

This text has color #633C42 on black background.


Color preview on white background

This text has color #633C42 on white background.


Black color preview on #633C42 background

This text has black color on #633C42 background.


White color preview on #633C42 background

This text has white color on #633C42 background.


Related colors

Complementary color

Complementary color for #hex is #9CC3BD.


I love getcolorcode.com

Triadic colors

1 #42633C and #3C4263 with #633C42 are triadic colors.

2 #423C63 and #3C6342 with #633C42 are triadic colors.