Color Hex Logo

#334322 Color Hex

#334322
(51,67,34)
0 Favorites   0 Comments

Color spaces of #334322

RGB 516734
HSL0.250.330.20
HSV89°49°26°
CMYK 0.240.000.49   0.74
XYZ3.66114.83362.2534
Yxy4.83360.34060.4497
Hunter Lab21.9854-8.75009.3129
CIE-Lab26.2553-13.274717.9434

#334322 color RGB value is (51,67,34).

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

The process color (four color CMYK) of #334322 color hex is 0.24, 0.00, 0.49, 0.74. Web safe color of #334322 is #333333. Color #334322 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000011 00100010
Octal 63 103 42
Decimal 51 67 34
Hex 33 43 22

RGB Percentages of Color #334322

%33.55
%44.08
%22.37

CMYK Percentages of Color #334322

%24
%0
%49
%74

Triadic Colors of #334322

#334322 #223343 #432233

Analogous Colors of #334322

#334322 #234322 #434322

Monochromatic Colors of #334322

#334322

Complementary Color

#334322 #322243

#334322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334322 Color CSS Codes

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

#334322 Text Font Color

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

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


#334322 Background Color

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

This div background color is #334322


#334322 Border Color

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

This div border color is #334322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334322


Comments

No comments written yet.

Please login to write comment.