Color Hex Logo

#342232 Color Hex

#342232
(52,34,50)
0 Favorites   0 Comments

Color spaces of #342232

RGB 523450
HSL0.850.210.17
HSV307°35°20°
CMYK 0.000.350.04   0.80
XYZ2.56392.10443.2887
Yxy2.10440.32220.2645
Hunter Lab14.50666.1618-3.2867
CIE-Lab16.025911.9113-7.0682

#342232 color RGB value is (52,34,50).

#342232 hex color red value is 52, green value is 34 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #342232 hue: 0.85 , saturation: 0.21 and the lightness value of 342232 is 0.17.

The process color (four color CMYK) of #342232 color hex is 0.00, 0.35, 0.04, 0.80. Web safe color of #342232 is #333333. Color #342232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100010 00110010
Octal 64 42 62
Decimal 52 34 50
Hex 34 22 32

RGB Percentages of Color #342232

%38.24
%25.00
%36.76

CMYK Percentages of Color #342232

%0
%35
%4
%80

Triadic Colors of #342232

#342232 #323422 #223234

Analogous Colors of #342232

#342232 #342229 #2d2234

Monochromatic Colors of #342232

#342232

Complementary Color

#342232 #223424

#342232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342232 Color CSS Codes

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

#342232 Text Font Color

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

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


#342232 Background Color

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

This div background color is #342232


#342232 Border Color

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

This div border color is #342232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342232


Comments

No comments written yet.

Please login to write comment.