Color Hex Logo

#342240 Color Hex

#342240
(52,34,64)
0 Favorites   0 Comments

Color spaces of #342240

RGB 523464
HSL0.770.310.19
HSV276°47°25°
CMYK 0.190.470.00   0.75
XYZ2.91362.24435.1301
Yxy2.24430.28320.2181
Hunter Lab14.98108.4991-9.8166
CIE-Lab16.720415.4469-15.8213

#342240 color RGB value is (52,34,64).

#342240 hex color red value is 52, green value is 34 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #342240 hue: 0.77 , saturation: 0.31 and the lightness value of 342240 is 0.19.

The process color (four color CMYK) of #342240 color hex is 0.19, 0.47, 0.00, 0.75. Web safe color of #342240 is #333333. Color #342240 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00100010 01000000
Octal 64 42 100
Decimal 52 34 64
Hex 34 22 40

RGB Percentages of Color #342240

%34.67
%22.67
%42.67

CMYK Percentages of Color #342240

%19
%47
%0
%75

Triadic Colors of #342240

#342240 #403422 #224034

Analogous Colors of #342240

#342240 #40223d #252240

Monochromatic Colors of #342240

#342240

Complementary Color

#342240 #2e4022

#342240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342240 Color CSS Codes

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

#342240 Text Font Color

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

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


#342240 Background Color

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

This div background color is #342240


#342240 Border Color

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

This div border color is #342240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342240


Comments

No comments written yet.

Please login to write comment.