Color Hex Logo

#333420 Color Hex

#333420
(51,52,32)
0 Favorites   0 Comments

Color spaces of #333420

RGB 515232
HSL0.180.240.16
HSV63°38°20°
CMYK 0.020.000.38   0.80
XYZ2.85393.26411.8461
Yxy3.26410.35830.4099
Hunter Lab18.0668-3.42046.5884
CIE-Lab21.0720-4.386212.5371

#333420 color RGB value is (51,52,32).

#333420 hex color red value is 51, green value is 52 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #333420 hue: 0.18 , saturation: 0.24 and the lightness value of 333420 is 0.16.

The process color (four color CMYK) of #333420 color hex is 0.02, 0.00, 0.38, 0.80. Web safe color of #333420 is #333333. Color #333420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110100 00100000
Octal 63 64 40
Decimal 51 52 32
Hex 33 34 20

RGB Percentages of Color #333420

%37.78
%38.52
%23.70

CMYK Percentages of Color #333420

%2
%0
%38
%80

Triadic Colors of #333420

#333420 #203334 #342033

Analogous Colors of #333420

#333420 #293420 #342b20

Monochromatic Colors of #333420

#333420

Complementary Color

#333420 #212034

#333420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333420 Color CSS Codes

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

#333420 Text Font Color

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

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


#333420 Background Color

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

This div background color is #333420


#333420 Border Color

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

This div border color is #333420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333420


Comments

No comments written yet.

Please login to write comment.