Color Hex Logo

#346f43 Color Hex

#346F43
(52,111,67)
0 Favorites   0 Comments

Color spaces of #346f43

RGB 5211167
HSL0.380.360.32
HSV135°53°44°
CMYK 0.530.000.40   0.56
XYZ8.113712.50427.2961
Yxy12.50420.29070.4480
Hunter Lab35.3613-20.925112.5196
CIE-Lab42.0065-29.872218.7768

#346f43 color RGB value is (52,111,67).

#346f43 hex color red value is 52, green value is 111 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #346f43 hue: 0.38 , saturation: 0.36 and the lightness value of 346f43 is 0.32.

The process color (four color CMYK) of #346f43 color hex is 0.53, 0.00, 0.40, 0.56. Web safe color of #346f43 is #336633. Color #346f43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101111 01000011
Octal 64 157 103
Decimal 52 111 67
Hex 34 6F 43

RGB Percentages of Color #346f43

%22.61
%48.26
%29.13

CMYK Percentages of Color #346f43

%53
%0
%40
%56

Triadic Colors of #346f43

#346f43 #43346f #6f4334

Analogous Colors of #346f43

#346f43 #346f61 #436f34

Monochromatic Colors of #346f43

#346f43

Complementary Color

#346f43 #6f3460

#346f43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346f43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346f43 Color CSS Codes

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

#346f43 Text Font Color

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

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


#346f43 Background Color

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

This div background color is #346f43


#346f43 Border Color

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

This div border color is #346f43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346f43


Comments

No comments written yet.

Please login to write comment.