Color Hex Logo

#346d06 Color Hex

#346D06
(52,109,6)
0 Favorites   0 Comments

Color spaces of #346d06

RGB 521096
HSL0.260.900.23
HSV93°94°43°
CMYK 0.520.000.94   0.57
XYZ6.917711.68052.0623
Yxy11.68050.33480.5654
Hunter Lab34.1767-23.679220.3460
CIE-Lab40.7038-35.654144.4528

#346d06 color RGB value is (52,109,6).

#346d06 hex color red value is 52, green value is 109 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #346d06 hue: 0.26 , saturation: 0.90 and the lightness value of 346d06 is 0.23.

The process color (four color CMYK) of #346d06 color hex is 0.52, 0.00, 0.94, 0.57. Web safe color of #346d06 is #336600. Color #346d06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101101 00000110
Octal 64 155 6
Decimal 52 109 6
Hex 34 6D 6

RGB Percentages of Color #346d06

%31.14
%65.27
%3.59

CMYK Percentages of Color #346d06

%52
%0
%94
%57

Triadic Colors of #346d06

#346d06 #06346d #6d0634

Analogous Colors of #346d06

#346d06 #066d0b #686d06

Monochromatic Colors of #346d06

#346d06

Complementary Color

#346d06 #3f066d

#346d06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346d06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346d06 Color CSS Codes

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

#346d06 Text Font Color

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

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


#346d06 Background Color

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

This div background color is #346d06


#346d06 Border Color

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

This div border color is #346d06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,109,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346d06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346d06;
  -webkit-box-shadow: 1px 1px 3px 2px #346d06;
  box-shadow:         1px 1px 3px 2px #346d06; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346d06


Comments

No comments written yet.

Please login to write comment.