Color Hex Logo

#664430 Color Hex

#664430
(102,68,48)
0 Favorites   0 Comments

Color spaces of #664430

RGB 1026848
HSL0.060.360.29
HSV22°53°40°
CMYK 0.000.330.53   0.60
XYZ8.08017.17243.7549
Yxy7.17240.42510.3773
Hunter Lab26.78136.987210.4341
CIE-Lab32.196212.109317.9976

#664430 color RGB value is (102,68,48).

#664430 hex color red value is 102, green value is 68 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #664430 hue: 0.06 , saturation: 0.36 and the lightness value of 664430 is 0.29.

The process color (four color CMYK) of #664430 color hex is 0.00, 0.33, 0.53, 0.60. Web safe color of #664430 is #663333. Color #664430 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000100 00110000
Octal 146 104 60
Decimal 102 68 48
Hex 66 44 30

RGB Percentages of Color #664430

%46.79
%31.19
%22.02

CMYK Percentages of Color #664430

%0
%33
%53
%60

Triadic Colors of #664430

#664430 #306644 #443066

Analogous Colors of #664430

#664430 #665f30 #663037

Monochromatic Colors of #664430

#664430

Complementary Color

#664430 #305266

#664430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664430 Color CSS Codes

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

#664430 Text Font Color

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

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


#664430 Background Color

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

This div background color is #664430


#664430 Border Color

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

This div border color is #664430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664430

#664430 Color Palettes


Comments

No comments written yet.

Please login to write comment.