COLOR #633342

HEX: #633342
RGB: (99,51,66)

Color info

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

RGB color model

#633342 color RGB value is (99,51,66).

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

RGB channels and saturation

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

99
51
66

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

Portions of RGB colors in percentages

R + G + B =
99 + 51 + 66 = 216 (100%)
R 99 of 216 ~ 45.83%
G 51 of 216 ~ 23.61%
B 66 of 216 ~ 30.56%

%45.83
%23.61
%30.56

CMYK color model

#633342 color CMYK value is (0,48,33,61).

  • cyan value is 0.00%
  • magenta value is 48.48%
  • yellow value is 33.33%
  • key color value is 61.18%
CMYK:
(0,48,33,61)
C0M48Y33K61 
(0%,48%,33%,61%)
(0.00/0.48/0.33/0.61)	

CMYK percentages

%0
%48.48
%33.33
%61.18

Codes

Color #633342 in popluar color models

633342
RGB995166
HSL341°32.00%29.41%
HSB/HSV341°48.48%38.82%
CMYK0.00%48.48%33.33%
61.18%

Color #633342 in popluar number systems.

HEX633342
Decimal995166
Binary11000111100111000010
Octal14363102

Shades and tints

Shades of #633342

#633342
(99,51,66)
#5A2F3C
(90,47,60)
#512B36
(81,43,54)
#482730
(72,39,48)
#3F232A
(63,35,42)
#361F24
(54,31,36)
#2D1B1E
(45,27,30)
#241718
(36,23,24)
#1B1312
(27,19,18)
#120F0C
(18,15,12)
#090B06
(9,11,6)
#000000
(0,0,0)

Tints of #633342

#633342
(99,51,66)
#714553
(113,69,83)
#7F5764
(127,87,100)
#8D6975
(141,105,117)
#9B7B86
(155,123,134)
#A98D97
(169,141,151)
#B79FA8
(183,159,168)
#C5B1B9
(197,177,185)
#D3C3CA
(211,195,202)
#E1D5DB
(225,213,219)
#EFE7EC
(239,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633342; }

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

This text font color is #633342.


Background Color

.myBgColor { background-color: #633342; }

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

This div background color is #633342.


Border color

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

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

This div border color is #633342.


Opacity

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

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

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

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

This text has shadow with #633342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #633342 on black background.


Color preview on white background

This text has color #633342 on white background.



Black color preview on #633342 background

This text has black color on #633342 background.


White color preview on #633342 background

This text has white color on #633342 background.