Color Hex Logo

#343742 Color Hex

#343742
(52,55,66)
0 Favorites   0 Comments

Color spaces of #343742

RGB 525566
HSL0.630.120.23
HSV227°21°26°
CMYK 0.210.170.00   0.74
XYZ3.76573.85585.7000
Yxy3.85580.28270.2894
Hunter Lab19.6362-0.1318-3.4654
CIE-Lab23.18891.5359-7.2502

#343742 color RGB value is (52,55,66).

#343742 hex color red value is 52, green value is 55 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #343742 hue: 0.63 , saturation: 0.12 and the lightness value of 343742 is 0.23.

The process color (four color CMYK) of #343742 color hex is 0.21, 0.17, 0.00, 0.74. Web safe color of #343742 is #333333. Color #343742 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110111 01000010
Octal 64 67 102
Decimal 52 55 66
Hex 34 37 42

RGB Percentages of Color #343742

%30.06
%31.79
%38.15

CMYK Percentages of Color #343742

%21
%17
%0
%74

Triadic Colors of #343742

#343742 #423437 #374234

Analogous Colors of #343742

#343742 #383442 #343e42

Monochromatic Colors of #343742

#343742

Complementary Color

#343742 #423f34

#343742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343742 Color CSS Codes

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

#343742 Text Font Color

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

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


#343742 Background Color

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

This div background color is #343742


#343742 Border Color

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

This div border color is #343742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343742


Comments

No comments written yet.

Please login to write comment.