Color Hex Logo

#332211 Color Hex

#332211
(51,34,17)
2 Favorites   0 Comments

Color spaces of #332211

RGB 513417
HSL0.080.500.13
HSV30°67°20°
CMYK 0.000.330.67   0.80
XYZ2.03841.88830.7874
Yxy1.88830.43240.4006
Hunter Lab13.74152.43076.2217
CIE-Lab14.88985.770814.4095

#332211 color RGB value is (51,34,17). This hex color code is also a web safe color which is equal to #321.

#332211 hex color red value is 51, green value is 34 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #332211 hue: 0.08 , saturation: 0.50 and the lightness value of 332211 is 0.13.

The process color (four color CMYK) of #332211 color hex is 0.00, 0.33, 0.67, 0.80. Web safe color of #332211 is #333300. Color #332211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100010 00010001
Octal 63 42 21
Decimal 51 34 17
Hex 33 22 11

RGB Percentages of Color #332211

%50.00
%33.33
%16.67

CMYK Percentages of Color #332211

%0
%33
%67
%80

Triadic Colors of #332211

#332211 #113322 #221133

Analogous Colors of #332211

#332211 #333311 #331111

Monochromatic Colors of #332211

#332211

Complementary Color

#332211 #112233

#332211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#332211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#332211 Color CSS Codes

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

#332211 Text Font Color

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

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


#332211 Background Color

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

This div background color is #332211


#332211 Border Color

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

This div border color is #332211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #332211

#332211 Color Palettes


Comments

No comments written yet.

Please login to write comment.