Color Hex Logo

#66421c Color Hex

#66421C
(102,66,28)
0 Favorites   0 Comments

Color spaces of #66421c

RGB 1026628
HSL0.090.570.25
HSV31°73°40°
CMYK 0.000.350.73   0.60
XYZ7.63736.80512.0096
Yxy6.80510.46420.4136
Hunter Lab26.08666.607413.6932
CIE-Lab31.359011.626028.7993

#66421c color RGB value is (102,66,28).

#66421c hex color red value is 102, green value is 66 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #66421c hue: 0.09 , saturation: 0.57 and the lightness value of 66421c is 0.25.

The process color (four color CMYK) of #66421c color hex is 0.00, 0.35, 0.73, 0.60. Web safe color of #66421c is #663333. Color #66421c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000010 00011100
Octal 146 102 34
Decimal 102 66 28
Hex 66 42 1C

RGB Percentages of Color #66421c

%52.04
%33.67
%14.29

CMYK Percentages of Color #66421c

%0
%35
%73
%60

Triadic Colors of #66421c

#66421c #1c6642 #421c66

Analogous Colors of #66421c

#66421c #65661c #661d1c

Monochromatic Colors of #66421c

#66421c

Complementary Color

#66421c #1c4066

#66421c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66421c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66421c Color CSS Codes

.mybgcolor {background-color:#66421c; } 
.myforecolor {color:#66421c; }
.mybordercolor {border:3px solid #66421c; }

#66421c Text Font Color

<p style="color:#66421c">Text here</p>

This sample text font color is #66421c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#66421c Background Color

<div style="background-color:#66421c">
Div content here</div>

This div background color is #66421c


#66421c Border Color

<div style="border:3px solid #66421c">
Div here</div>

This div border color is #66421c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,66,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66421c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66421c;
  -webkit-box-shadow: 1px 1px 3px 2px #66421c;
  box-shadow:         1px 1px 3px 2px #66421c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,66,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #66421c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #66421c;
  -webkit-box-shadow: 1px 1px 3px 2px #66421c;
  box-shadow:         1px 1px 3px 2px #66421c;">
Div content here</div>

This div box has shadow with color #66421c


Comments

No comments written yet.

Please login to write comment.