COLOR #66422A

HEX: #66422A
RGB: (102,66,42)

Color info

#66422A contains mainly red and green colors. Web safe color of #66422A is #663333 (or #633).

RGB color model

#66422A color RGB value is (102,66,42).

  • red value is 102;
  • green value is 66;
  • blue value is 42.
RGB:
(102,66,42)
(40%,26%,16%)

RGB channels and saturation

R 102 of 255 = 40%
G 66 of 255 = 26%
B 42 of 255 = 16%

102
66
42

R + G + B ~ 27%. #66422A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 66 + 42 = 210 (100%)
R 102 of 210 ~ 48.57%
G 66 of 210 ~ 31.43%
B 42 of 210 ~ 20%

%48.57
%31.43
%20

CMYK color model

#66422A color CMYK value is (0,35,59,60).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 58.82%
  • key color value is 60.00%
CMYK:
(0,35,59,60)
C0M35Y59K60 
(0%,35%,59%,60%)
(0.00/0.35/0.59/0.60)	

CMYK percentages

%0
%35.29
%58.82
%60

Codes

Color #66422A in popluar color models

66422A
RGB1026642
HSL24°41.67%28.24%
HSB/HSV24°58.82%40.00%
CMYK0.00%35.29%58.82%
60.00%

Color #66422A in popluar number systems.

HEX66422A
Decimal1026642
Binary11001101000010101010
Octal14610252

Shades and tints

Shades of #66422A

#66422A
(102,66,42)
#5D3C27
(93,60,39)
#543624
(84,54,36)
#4B3021
(75,48,33)
#422A1E
(66,42,30)
#39241B
(57,36,27)
#301E18
(48,30,24)
#271815
(39,24,21)
#1E1212
(30,18,18)
#150C0F
(21,12,15)
#0C060C
(12,6,12)
#000000
(0,0,0)

Tints of #66422A

#66422A
(102,66,42)
#73533D
(115,83,61)
#806450
(128,100,80)
#8D7563
(141,117,99)
#9A8676
(154,134,118)
#A79789
(167,151,137)
#B4A89C
(180,168,156)
#C1B9AF
(193,185,175)
#CECAC2
(206,202,194)
#DBDBD5
(219,219,213)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66422A color. Also use rgb(102,66,42) instead hex code.

Text Font Color

.myTextColor { color: #66422A; }

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

This text font color is #66422A.


Background Color

.myBgColor { background-color: #66422A; }

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

This div background color is #66422A.


Border color

.myBorderColor { border: 1px solid #66422A; }

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

This div border color is #66422A.


Opacity

.myOpacity80 { color: #66422A; opacity: 0.8; }

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

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

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

This text has shadow with #66422A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66422A on black background.


Color preview on white background

This text has color #66422A on white background.



Black color preview on #66422A background

This text has black color on #66422A background.


White color preview on #66422A background

This text has white color on #66422A background.