Color Hex Logo

#34293c Color Hex

#34293C
(52,41,60)
0 Favorites   0 Comments

Color spaces of #34293c

RGB 524160
HSL0.760.190.20
HSV275°32°24°
CMYK 0.130.320.00   0.76
XYZ3.02472.64224.6255
Yxy2.64220.29390.2567
Hunter Lab16.25484.7693-5.4932
CIE-Lab18.54999.5253-10.2164

#34293c color RGB value is (52,41,60).

#34293c hex color red value is 52, green value is 41 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #34293c hue: 0.76 , saturation: 0.19 and the lightness value of 34293c is 0.20.

The process color (four color CMYK) of #34293c color hex is 0.13, 0.32, 0.00, 0.76. Web safe color of #34293c is #333333. Color #34293c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101001 00111100
Octal 64 51 74
Decimal 52 41 60
Hex 34 29 3C

RGB Percentages of Color #34293c

%33.99
%26.80
%39.22

CMYK Percentages of Color #34293c

%13
%32
%0
%76

Triadic Colors of #34293c

#34293c #3c3429 #293c34

Analogous Colors of #34293c

#34293c #3c293b #2b293c

Monochromatic Colors of #34293c

#34293c

Complementary Color

#34293c #313c29

#34293c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34293c Color Preview on White Background

Lorem ipsum dolor sit amet.

#34293c Color CSS Codes

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

#34293c Text Font Color

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

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


#34293c Background Color

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

This div background color is #34293c


#34293c Border Color

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

This div border color is #34293c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,41,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34293c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34293c;
  -webkit-box-shadow: 1px 1px 3px 2px #34293c;
  box-shadow:         1px 1px 3px 2px #34293c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34293c


Comments

No comments written yet.

Please login to write comment.