Color Hex Logo

#344612 Color Hex

#344612
(52,70,18)
0 Favorites   0 Comments

Color spaces of #344612

RGB 527018
HSL0.220.590.17
HSV81°74°27°
CMYK 0.260.000.74   0.73
XYZ3.71555.15411.3713
Yxy5.15410.36280.5033
Hunter Lab22.7026-10.516412.3106
CIE-Lab27.1694-16.382227.8977

#344612 color RGB value is (52,70,18).

#344612 hex color red value is 52, green value is 70 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #344612 hue: 0.22 , saturation: 0.59 and the lightness value of 344612 is 0.17.

The process color (four color CMYK) of #344612 color hex is 0.26, 0.00, 0.74, 0.73. Web safe color of #344612 is #333300. Color #344612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000110 00010010
Octal 64 106 22
Decimal 52 70 18
Hex 34 46 12

RGB Percentages of Color #344612

%37.14
%50.00
%12.86

CMYK Percentages of Color #344612

%26
%0
%74
%73

Triadic Colors of #344612

#344612 #123446 #461234

Analogous Colors of #344612

#344612 #1a4612 #463e12

Monochromatic Colors of #344612

#344612

Complementary Color

#344612 #241246

#344612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344612 Color CSS Codes

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

#344612 Text Font Color

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

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


#344612 Background Color

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

This div background color is #344612


#344612 Border Color

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

This div border color is #344612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344612


Comments

No comments written yet.

Please login to write comment.