Color Hex Logo

#346347 Color Hex

#346347
(52,99,71)
0 Favorites   0 Comments

Color spaces of #346347

RGB 529971
HSL0.400.310.30
HSV144°47°39°
CMYK 0.470.000.28   0.61
XYZ7.015310.10877.5427
Yxy10.10870.28440.4098
Hunter Lab31.7942-16.25438.1903
CIE-Lab38.0368-23.181511.0274

#346347 color RGB value is (52,99,71).

#346347 hex color red value is 52, green value is 99 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #346347 hue: 0.40 , saturation: 0.31 and the lightness value of 346347 is 0.30.

The process color (four color CMYK) of #346347 color hex is 0.47, 0.00, 0.28, 0.61. Web safe color of #346347 is #336633. Color #346347 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100011 01000111
Octal 64 143 107
Decimal 52 99 71
Hex 34 63 47

RGB Percentages of Color #346347

%23.42
%44.59
%31.98

CMYK Percentages of Color #346347

%47
%0
%28
%61

Triadic Colors of #346347

#346347 #473463 #634734

Analogous Colors of #346347

#346347 #34635f #396334

Monochromatic Colors of #346347

#346347

Complementary Color

#346347 #633450

#346347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346347 Color CSS Codes

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

#346347 Text Font Color

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

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


#346347 Background Color

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

This div background color is #346347


#346347 Border Color

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

This div border color is #346347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346347


Comments

No comments written yet.

Please login to write comment.