Color Hex Logo

#342f47 Color Hex

#342F47
(52,47,71)
0 Favorites   0 Comments

Color spaces of #342f47

RGB 524771
HSL0.700.200.23
HSV253°34°28°
CMYK 0.270.340.00   0.72
XYZ3.57003.21806.3942
Yxy3.21800.27080.2441
Hunter Lab17.93884.1304-8.5765
CIE-Lab20.89668.4108-14.1241

#342f47 color RGB value is (52,47,71).

#342f47 hex color red value is 52, green value is 47 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #342f47 hue: 0.70 , saturation: 0.20 and the lightness value of 342f47 is 0.23.

The process color (four color CMYK) of #342f47 color hex is 0.27, 0.34, 0.00, 0.72. Web safe color of #342f47 is #333333. Color #342f47 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101111 01000111
Octal 64 57 107
Decimal 52 47 71
Hex 34 2F 47

RGB Percentages of Color #342f47

%30.59
%27.65
%41.76

CMYK Percentages of Color #342f47

%27
%34
%0
%72

Triadic Colors of #342f47

#342f47 #47342f #2f4734

Analogous Colors of #342f47

#342f47 #402f47 #2f3647

Monochromatic Colors of #342f47

#342f47

Complementary Color

#342f47 #42472f

#342f47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342f47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#342f47 Color CSS Codes

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

#342f47 Text Font Color

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

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


#342f47 Background Color

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

This div background color is #342f47


#342f47 Border Color

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

This div border color is #342f47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,47,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #342f47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #342f47;
  -webkit-box-shadow: 1px 1px 3px 2px #342f47;
  box-shadow:         1px 1px 3px 2px #342f47; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342f47


Comments

No comments written yet.

Please login to write comment.