COLOR #662221

HEX: #662221
RGB: (102,34,33)

Color info

#662221 contains mainly red color. Web safe color of #662221 is #663333 (or #633).

RGB color model

#662221 color RGB value is (102,34,33).

  • red value is 102;
  • green value is 34;
  • blue value is 33.
RGB:
(102,34,33)
(40%,13%,13%)

RGB channels and saturation

R 102 of 255 = 40%
G 34 of 255 = 13%
B 33 of 255 = 13%

102
34
33

R + G + B ~ 22%. #662221 is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 34 + 33 = 169 (100%)
R 102 of 169 ~ 60.36%
G 34 of 169 ~ 20.12%
B 33 of 169 ~ 19.53%

%60.36
%20.12
%19.53

CMYK color model

#662221 color CMYK value is (0,67,68,60).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 67.65%
  • key color value is 60.00%
CMYK:
(0,67,68,60)
C0M67Y68K60 
(0%,67%,68%,60%)
(0.00/0.67/0.68/0.60)	

CMYK percentages

%0
%66.67
%67.65
%60

Codes

Color #662221 in popluar color models

662221
RGB1023433
HSL51.11%26.47%
HSB/HSV67.65%40.00%
CMYK0.00%66.67%67.65%
60.00%

Color #662221 in popluar number systems.

HEX662221
Decimal1023433
Binary1100110100010100001
Octal1464241

Shades and tints

Shades of #662221

#662221
(102,34,33)
#5D1F1E
(93,31,30)
#541C1B
(84,28,27)
#4B1918
(75,25,24)
#421615
(66,22,21)
#391312
(57,19,18)
#30100F
(48,16,15)
#270D0C
(39,13,12)
#1E0A09
(30,10,9)
#150706
(21,7,6)
#0C0403
(12,4,3)
#000000
(0,0,0)

Tints of #662221

#662221
(102,34,33)
#733635
(115,54,53)
#804A49
(128,74,73)
#8D5E5D
(141,94,93)
#9A7271
(154,114,113)
#A78685
(167,134,133)
#B49A99
(180,154,153)
#C1AEAD
(193,174,173)
#CEC2C1
(206,194,193)
#DBD6D5
(219,214,213)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #662221 color. Also use rgb(102,34,33) instead hex code.

Text Font Color

.myTextColor { color: #662221; }

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

This text font color is #662221.


Background Color

.myBgColor { background-color: #662221; }

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

This div background color is #662221.


Border color

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

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

This div border color is #662221.


Opacity

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

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

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

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

This text has shadow with #662221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #662221 on black background.


Color preview on white background

This text has color #662221 on white background.



Black color preview on #662221 background

This text has black color on #662221 background.


White color preview on #662221 background

This text has white color on #662221 background.