Color Hex Logo

#342337 Color Hex

#342337
(52,35,55)
0 Favorites   0 Comments

Color spaces of #342337

RGB 523555
HSL0.810.220.18
HSV291°36°22°
CMYK 0.050.360.00   0.78
XYZ2.70682.20803.8979
Yxy2.20800.30710.2505
Hunter Lab14.85936.5120-5.1514
CIE-Lab16.543012.4179-9.8068

#342337 color RGB value is (52,35,55).

#342337 hex color red value is 52, green value is 35 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #342337 hue: 0.81 , saturation: 0.22 and the lightness value of 342337 is 0.18.

The process color (four color CMYK) of #342337 color hex is 0.05, 0.36, 0.00, 0.78. Web safe color of #342337 is #333333. Color #342337 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100011 00110111
Octal 64 43 67
Decimal 52 35 55
Hex 34 23 37

RGB Percentages of Color #342337

%36.62
%24.65
%38.73

CMYK Percentages of Color #342337

%5
%36
%0
%78

Triadic Colors of #342337

#342337 #373423 #233734

Analogous Colors of #342337

#342337 #372330 #2a2337

Monochromatic Colors of #342337

#342337

Complementary Color

#342337 #263723

#342337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342337 Color CSS Codes

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

#342337 Text Font Color

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

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


#342337 Background Color

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

This div background color is #342337


#342337 Border Color

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

This div border color is #342337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342337


Comments

No comments written yet.

Please login to write comment.