Color Hex Logo

#664d24 Color Hex

#664D24
(102,77,36)
0 Favorites   0 Comments

Color spaces of #664d24

RGB 1027736
HSL0.100.480.27
HSV37°65°40°
CMYK 0.000.250.65   0.60
XYZ8.45188.25992.8179
Yxy8.25990.43280.4229
Hunter Lab28.74002.197814.3048
CIE-Lab34.51845.420627.9420

#664d24 color RGB value is (102,77,36).

#664d24 hex color red value is 102, green value is 77 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #664d24 hue: 0.10 , saturation: 0.48 and the lightness value of 664d24 is 0.27.

The process color (four color CMYK) of #664d24 color hex is 0.00, 0.25, 0.65, 0.60. Web safe color of #664d24 is #666633. Color #664d24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01001101 00100100
Octal 146 115 44
Decimal 102 77 36
Hex 66 4D 24

RGB Percentages of Color #664d24

%47.44
%35.81
%16.74

CMYK Percentages of Color #664d24

%0
%25
%65
%60

Triadic Colors of #664d24

#664d24 #24664d #4d2466

Analogous Colors of #664d24

#664d24 #5e6624 #662c24

Monochromatic Colors of #664d24

#664d24

Complementary Color

#664d24 #243d66

#664d24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664d24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664d24 Color CSS Codes

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

#664d24 Text Font Color

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

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


#664d24 Background Color

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

This div background color is #664d24


#664d24 Border Color

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

This div border color is #664d24


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,77,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #664d24; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #664d24;
  -webkit-box-shadow: 1px 1px 3px 2px #664d24;
  box-shadow:         1px 1px 3px 2px #664d24; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664d24


Comments

No comments written yet.

Please login to write comment.