Color Hex Logo

#343241 Color Hex

#343241
(52,50,65)
0 Favorites   0 Comments

Color spaces of #343241

RGB 525065
HSL0.690.130.23
HSV248°23°25°
CMYK 0.200.230.00   0.75
XYZ3.51093.39295.4709
Yxy3.39290.28370.2742
Hunter Lab18.41981.7882-4.7159
CIE-Lab21.55334.6511-9.0540

#343241 color RGB value is (52,50,65).

#343241 hex color red value is 52, green value is 50 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #343241 hue: 0.69 , saturation: 0.13 and the lightness value of 343241 is 0.23.

The process color (four color CMYK) of #343241 color hex is 0.20, 0.23, 0.00, 0.75. Web safe color of #343241 is #333333. Color #343241 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110010 01000001
Octal 64 62 101
Decimal 52 50 65
Hex 34 32 41

RGB Percentages of Color #343241

%31.14
%29.94
%38.92

CMYK Percentages of Color #343241

%20
%23
%0
%75

Triadic Colors of #343241

#343241 #413432 #324134

Analogous Colors of #343241

#343241 #3c3241 #323841

Monochromatic Colors of #343241

#343241

Complementary Color

#343241 #3f4132

#343241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343241 Color CSS Codes

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

#343241 Text Font Color

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

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


#343241 Background Color

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

This div background color is #343241


#343241 Border Color

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

This div border color is #343241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343241

#343241 Color Palettes


Comments

No comments written yet.

Please login to write comment.