Color Hex Logo

#663324 Color Hex

#663324
(102,51,36)
0 Favorites   0 Comments

Color spaces of #663324

RGB 1025136
HSL0.040.480.27
HSV14°65°40°
CMYK 0.000.500.65   0.60
XYZ6.98185.31982.3279
Yxy5.31980.47720.3636
Hunter Lab23.064713.669710.1612
CIE-Lab27.627121.353619.7100

#663324 color RGB value is (102,51,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110011 00100100
Octal 146 63 44
Decimal 102 51 36
Hex 66 33 24

RGB Percentages of Color #663324

%53.97
%26.98
%19.05

CMYK Percentages of Color #663324

%0
%50
%65
%60

Triadic Colors of #663324

#663324 #246633 #332466

Analogous Colors of #663324

#663324 #665424 #662436

Monochromatic Colors of #663324

#663324

Complementary Color

#663324 #245766

#663324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#663324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#663324 Color CSS Codes

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

#663324 Text Font Color

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

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


#663324 Background Color

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

This div background color is #663324


#663324 Border Color

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

This div border color is #663324


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,51,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 #663324">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #663324


Comments

No comments written yet.

Please login to write comment.