Color Hex Logo

#66472a Color Hex

#66472A
(102,71,42)
0 Favorites   0 Comments

Color spaces of #66472a

RGB 1027142
HSL0.080.420.28
HSV29°59°40°
CMYK 0.000.300.59   0.60
XYZ8.15067.49843.2082
Yxy7.49840.43220.3976
Hunter Lab27.38325.209812.2219
CIE-Lab32.91569.645922.5645

#66472a color RGB value is (102,71,42).

#66472a hex color red value is 102, green value is 71 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #66472a hue: 0.08 , saturation: 0.42 and the lightness value of 66472a is 0.28.

The process color (four color CMYK) of #66472a color hex is 0.00, 0.30, 0.59, 0.60. Web safe color of #66472a is #663333. Color #66472a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000111 00101010
Octal 146 107 52
Decimal 102 71 42
Hex 66 47 2A

RGB Percentages of Color #66472a

%47.44
%33.02
%19.53

CMYK Percentages of Color #66472a

%0
%30
%59
%60

Triadic Colors of #66472a

#66472a #2a6647 #472a66

Analogous Colors of #66472a

#66472a #66652a #662a2b

Monochromatic Colors of #66472a

#66472a

Complementary Color

#66472a #2a4966

#66472a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66472a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66472a Color CSS Codes

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

#66472a Text Font Color

<p style="color:#66472a">Text here</p>

This sample text font color is #66472a
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.


#66472a Background Color

<div style="background-color:#66472a">
Div content here</div>

This div background color is #66472a


#66472a Border Color

<div style="border:3px solid #66472a">
Div here</div>

This div border color is #66472a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,71,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66472a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66472a;
  -webkit-box-shadow: 1px 1px 3px 2px #66472a;
  box-shadow:         1px 1px 3px 2px #66472a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66472a


Comments

No comments written yet.

Please login to write comment.