Color Hex Logo

#346040 Color Hex

#346040
(52,96,64)
0 Favorites   0 Comments

Color spaces of #346040

RGB 529664
HSL0.380.300.29
HSV136°46°38°
CMYK 0.460.000.33   0.62
XYZ6.52459.46606.3337
Yxy9.46600.29230.4240
Hunter Lab30.7669-15.98889.3313
CIE-Lab36.8665-23.146713.6561

#346040 color RGB value is (52,96,64).

#346040 hex color red value is 52, green value is 96 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #346040 hue: 0.38 , saturation: 0.30 and the lightness value of 346040 is 0.29.

The process color (four color CMYK) of #346040 color hex is 0.46, 0.00, 0.33, 0.62. Web safe color of #346040 is #336633. Color #346040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100000 01000000
Octal 64 140 100
Decimal 52 96 64
Hex 34 60 40

RGB Percentages of Color #346040

%24.53
%45.28
%30.19

CMYK Percentages of Color #346040

%46
%0
%33
%62

Triadic Colors of #346040

#346040 #403460 #604034

Analogous Colors of #346040

#346040 #346056 #3e6034

Monochromatic Colors of #346040

#346040

Complementary Color

#346040 #603454

#346040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346040 Color CSS Codes

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

#346040 Text Font Color

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

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


#346040 Background Color

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

This div background color is #346040


#346040 Border Color

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

This div border color is #346040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346040

#346040 Color Palettes


Comments

No comments written yet.

Please login to write comment.