Color Hex Logo

#346412 Color Hex

#346412
(52,100,18)
0 Favorites   0 Comments

Color spaces of #346412

RGB 5210018
HSL0.260.690.23
HSV95°82°39°
CMYK 0.480.000.82   0.61
XYZ6.08259.88812.1603
Yxy9.88810.33550.5454
Hunter Lab31.4453-20.502017.9385
CIE-Lab37.6408-31.216138.3405

#346412 color RGB value is (52,100,18).

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

The process color (four color CMYK) of #346412 color hex is 0.48, 0.00, 0.82, 0.61. Web safe color of #346412 is #336600. Color #346412 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100100 00010010
Octal 64 144 22
Decimal 52 100 18
Hex 34 64 12

RGB Percentages of Color #346412

%30.59
%58.82
%10.59

CMYK Percentages of Color #346412

%48
%0
%82
%61

Triadic Colors of #346412

#346412 #123464 #641234

Analogous Colors of #346412

#346412 #126419 #5d6412

Monochromatic Colors of #346412

#346412

Complementary Color

#346412 #421264

#346412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346412 Color CSS Codes

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

#346412 Text Font Color

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

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


#346412 Background Color

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

This div background color is #346412


#346412 Border Color

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

This div border color is #346412


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,100,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 #346412">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346412


Comments

No comments written yet.

Please login to write comment.