Color Hex Logo

#353421 Color Hex

#353421
(53,52,33)
0 Favorites   0 Comments

Color spaces of #353421

RGB 535233
HSL0.160.230.17
HSV57°38°21°
CMYK 0.000.020.38   0.79
XYZ2.97073.32271.9236
Yxy3.32270.36150.4044
Hunter Lab18.2283-2.80906.5030
CIE-Lab21.2925-3.245012.2082

#353421 color RGB value is (53,52,33).

#353421 hex color red value is 53, green value is 52 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #353421 hue: 0.16 , saturation: 0.23 and the lightness value of 353421 is 0.17.

The process color (four color CMYK) of #353421 color hex is 0.00, 0.02, 0.38, 0.79. Web safe color of #353421 is #333333. Color #353421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110100 00100001
Octal 65 64 41
Decimal 53 52 33
Hex 35 34 21

RGB Percentages of Color #353421

%38.41
%37.68
%23.91

CMYK Percentages of Color #353421

%0
%2
%38
%79

Triadic Colors of #353421

#353421 #213534 #342135

Analogous Colors of #353421

#353421 #2c3521 #352a21

Monochromatic Colors of #353421

#353421

Complementary Color

#353421 #212235

#353421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353421 Color CSS Codes

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

#353421 Text Font Color

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

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


#353421 Background Color

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

This div background color is #353421


#353421 Border Color

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

This div border color is #353421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353421

#353421 Color Palettes


Comments

No comments written yet.

Please login to write comment.