Color Hex Logo

#343c0f Color Hex

#343C0F
(52,60,15)
0 Favorites   0 Comments

Color spaces of #343c0f

RGB 526015
HSL0.200.600.15
HSV71°75°24°
CMYK 0.130.000.75   0.76
XYZ3.11833.99631.0589
Yxy3.99630.38150.4889
Hunter Lab19.9907-7.140110.8530
CIE-Lab23.6592-10.879825.6877

#343c0f color RGB value is (52,60,15).

#343c0f hex color red value is 52, green value is 60 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #343c0f hue: 0.20 , saturation: 0.60 and the lightness value of 343c0f is 0.15.

The process color (four color CMYK) of #343c0f color hex is 0.13, 0.00, 0.75, 0.76. Web safe color of #343c0f is #333300. Color #343c0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111100 00001111
Octal 64 74 17
Decimal 52 60 15
Hex 34 3C F

RGB Percentages of Color #343c0f

%40.94
%47.24
%11.81

CMYK Percentages of Color #343c0f

%13
%0
%75
%76

Triadic Colors of #343c0f

#343c0f #0f343c #3c0f34

Analogous Colors of #343c0f

#343c0f #1e3c0f #3c2e0f

Monochromatic Colors of #343c0f

#343c0f

Complementary Color

#343c0f #170f3c

#343c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#343c0f Color CSS Codes

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

#343c0f Text Font Color

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

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


#343c0f Background Color

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

This div background color is #343c0f


#343c0f Border Color

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

This div border color is #343c0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343c0f

#343c0f Color Palettes


Comments

No comments written yet.

Please login to write comment.