Color Hex Logo

#664333 Color Hex

#664333
(102,67,51)
0 Favorites   0 Comments

Color spaces of #664333

RGB 1026751
HSL0.050.330.30
HSV19°50°40°
CMYK 0.000.340.50   0.60
XYZ8.08427.07814.0721
Yxy7.07810.42030.3680
Hunter Lab26.60477.68149.5484
CIE-Lab31.984013.060915.8481

#664333 color RGB value is (102,67,51).

#664333 hex color red value is 102, green value is 67 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #664333 hue: 0.05 , saturation: 0.33 and the lightness value of 664333 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000011 00110011
Octal 146 103 63
Decimal 102 67 51
Hex 66 43 33

RGB Percentages of Color #664333

%46.36
%30.45
%23.18

CMYK Percentages of Color #664333

%0
%34
%50
%60

Triadic Colors of #664333

#664333 #336643 #433366

Analogous Colors of #664333

#664333 #665d33 #66333d

Monochromatic Colors of #664333

#664333

Complementary Color

#664333 #335666

#664333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664333 Color CSS Codes

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

#664333 Text Font Color

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

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


#664333 Background Color

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

This div background color is #664333


#664333 Border Color

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

This div border color is #664333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664333


Comments

No comments written yet.

Please login to write comment.