COLOR #633242

HEX: #633242
RGB: (99,50,66)

Color info

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

RGB color model

#633242 color RGB value is (99,50,66).

  • red value is 99;
  • green value is 50;
  • blue value is 66.
RGB:
(99,50,66)
(39%,20%,26%)

RGB channels and saturation

R 99 of 255 = 39%
G 50 of 255 = 20%
B 66 of 255 = 26%

99
50
66

R + G + B ~ 28%. #633242 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 50 + 66 = 215 (100%)
R 99 of 215 ~ 46.05%
G 50 of 215 ~ 23.26%
B 66 of 215 ~ 30.7%

%46.05
%23.26
%30.7

CMYK color model

#633242 color CMYK value is (0,49,33,61).

  • cyan value is 0.00%
  • magenta value is 49.49%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(0,49,33,61)
C0M49Y33K61 
(0%,49%,33%,61%)
(0.00/0.49/0.33/0.61)	

CMYK percentages

%0
%49.49
%33.33
%61.18

Codes

Color #633242 in popluar color models

633242
RGB995066
HSL340°32.89%29.22%
HSB/HSV340°49.49%38.82%
CMYK0.00%49.49%33.33%
61.18%

Color #633242 in popluar number systems.

HEX633242
Decimal995066
Binary11000111100101000010
Octal14362102

Shades and tints

Shades of #633242

#633242
(99,50,66)
#5A2E3C
(90,46,60)
#512A36
(81,42,54)
#482630
(72,38,48)
#3F222A
(63,34,42)
#361E24
(54,30,36)
#2D1A1E
(45,26,30)
#241618
(36,22,24)
#1B1212
(27,18,18)
#120E0C
(18,14,12)
#090A06
(9,10,6)
#000000
(0,0,0)

Tints of #633242

#633242
(99,50,66)
#714453
(113,68,83)
#7F5664
(127,86,100)
#8D6875
(141,104,117)
#9B7A86
(155,122,134)
#A98C97
(169,140,151)
#B79EA8
(183,158,168)
#C5B0B9
(197,176,185)
#D3C2CA
(211,194,202)
#E1D4DB
(225,212,219)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633242; }

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

This text font color is #633242.


Background Color

.myBgColor { background-color: #633242; }

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

This div background color is #633242.


Border color

.myBorderColor { border: 1px solid #633242; }

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

This div border color is #633242.


Opacity

.myOpacity80 { color: #633242; opacity: 0.8; }

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

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

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

This text has shadow with #633242 color.

.textShadow {text-shadow: 3px 3px 1px #633242, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #633242;
-webkit-box-shadow: 1px 1px 3px 2px #633242;
box-shadow:1px 1px 3px 2px #633242;">
Div content here</div>
This div box has shadow with color #633242.

Preview

Color preview on black background

This text has color #633242 on black background.


Color preview on white background

This text has color #633242 on white background.



Black color preview on #633242 background

This text has black color on #633242 background.


White color preview on #633242 background

This text has white color on #633242 background.