Color Hex Logo

#66332c Color Hex

#66332C
(102,51,44)
0 Favorites   0 Comments

Color spaces of #66332c

RGB 1025144
HSL0.020.400.29
HSV57°40°
CMYK 0.000.500.57   0.60
XYZ7.11795.37433.0451
Yxy5.37430.45810.3459
Hunter Lab23.182514.23678.4398
CIE-Lab27.775622.065514.7674

#66332c color RGB value is (102,51,44).

#66332c hex color red value is 102, green value is 51 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #66332c hue: 0.02 , saturation: 0.40 and the lightness value of 66332c is 0.29.

The process color (four color CMYK) of #66332c color hex is 0.00, 0.50, 0.57, 0.60. Web safe color of #66332c is #663333. Color #66332c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110011 00101100
Octal 146 63 54
Decimal 102 51 44
Hex 66 33 2C

RGB Percentages of Color #66332c

%51.78
%25.89
%22.34

CMYK Percentages of Color #66332c

%0
%50
%57
%60

Triadic Colors of #66332c

#66332c #2c6633 #332c66

Analogous Colors of #66332c

#66332c #66502c #662c42

Monochromatic Colors of #66332c

#66332c

Complementary Color

#66332c #2c5f66

#66332c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66332c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66332c Color CSS Codes

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

#66332c Text Font Color

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

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


#66332c Background Color

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

This div background color is #66332c


#66332c Border Color

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

This div border color is #66332c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66332c


Comments

No comments written yet.

Please login to write comment.