Color Hex Logo

#349646 Color Hex

#349646
(52,150,70)
0 Favorites   0 Comments

Color spaces of #349646

RGB 5215070
HSL0.360.490.40
HSV131°65°59°
CMYK 0.650.000.53   0.41
XYZ13.428022.98509.5232
Yxy22.98500.29230.5004
Hunter Lab47.9427-33.904621.7827
CIE-Lab55.0569-45.867733.7341

#349646 color RGB value is (52,150,70).

#349646 hex color red value is 52, green value is 150 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #349646 hue: 0.36 , saturation: 0.49 and the lightness value of 349646 is 0.40.

The process color (four color CMYK) of #349646 color hex is 0.65, 0.00, 0.53, 0.41. Web safe color of #349646 is #339933. Color #349646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010110 01000110
Octal 64 226 106
Decimal 52 150 70
Hex 34 96 46

RGB Percentages of Color #349646

%19.12
%55.15
%25.74

CMYK Percentages of Color #349646

%65
%0
%53
%41

Triadic Colors of #349646

#349646 #463496 #964634

Analogous Colors of #349646

#349646 #349677 #539634

Monochromatic Colors of #349646

#349646

Complementary Color

#349646 #963484

#349646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#349646 Color CSS Codes

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

#349646 Text Font Color

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

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


#349646 Background Color

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

This div background color is #349646


#349646 Border Color

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

This div border color is #349646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349646


Comments

No comments written yet.

Please login to write comment.