Color Hex Logo

#353322 Color Hex

#353322
(53,51,34)
0 Favorites   0 Comments

Color spaces of #353322

RGB 535134
HSL0.150.220.17
HSV54°36°21°
CMYK 0.000.040.36   0.79
XYZ2.94083.24001.9838
Yxy3.24000.36020.3968
Hunter Lab18.0000-2.33716.0656
CIE-Lab20.9805-2.430311.1324

#353322 color RGB value is (53,51,34).

#353322 hex color red value is 53, green value is 51 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #353322 hue: 0.15 , saturation: 0.22 and the lightness value of 353322 is 0.17.

The process color (four color CMYK) of #353322 color hex is 0.00, 0.04, 0.36, 0.79. Web safe color of #353322 is #333333. Color #353322 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110011 00100010
Octal 65 63 42
Decimal 53 51 34
Hex 35 33 22

RGB Percentages of Color #353322

%38.41
%36.96
%24.64

CMYK Percentages of Color #353322

%0
%4
%36
%79

Triadic Colors of #353322

#353322 #223533 #332235

Analogous Colors of #353322

#353322 #2e3522 #352a22

Monochromatic Colors of #353322

#353322

Complementary Color

#353322 #222435

#353322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353322 Color CSS Codes

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

#353322 Text Font Color

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

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


#353322 Background Color

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

This div background color is #353322


#353322 Border Color

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

This div border color is #353322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353322


Comments

No comments written yet.

Please login to write comment.