Color Hex Logo

#664327 Color Hex

#664327
(102,67,39)
0 Favorites   0 Comments

Color spaces of #664327

RGB 1026739
HSL0.070.450.28
HSV27°62°40°
CMYK 0.000.340.62   0.60
XYZ7.85296.98562.8539
Yxy6.98560.44390.3948
Hunter Lab26.43036.782512.0992
CIE-Lab31.774111.848422.9596

#664327 color RGB value is (102,67,39).

#664327 hex color red value is 102, green value is 67 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #664327 hue: 0.07 , saturation: 0.45 and the lightness value of 664327 is 0.28.

The process color (four color CMYK) of #664327 color hex is 0.00, 0.34, 0.62, 0.60. Web safe color of #664327 is #663333. Color #664327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000011 00100111
Octal 146 103 47
Decimal 102 67 39
Hex 66 43 27

RGB Percentages of Color #664327

%49.04
%32.21
%18.75

CMYK Percentages of Color #664327

%0
%34
%62
%60

Triadic Colors of #664327

#664327 #276643 #432766

Analogous Colors of #664327

#664327 #666327 #66272b

Monochromatic Colors of #664327

#664327

Complementary Color

#664327 #274a66

#664327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664327 Color CSS Codes

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

#664327 Text Font Color

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

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


#664327 Background Color

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

This div background color is #664327


#664327 Border Color

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

This div border color is #664327


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,67,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664327; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664327;
  -webkit-box-shadow: 1px 1px 3px 2px #664327;
  box-shadow:         1px 1px 3px 2px #664327; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664327


Comments

No comments written yet.

Please login to write comment.