Color Hex Logo

#349740 Color Hex

#349740
(52,151,64)
0 Favorites   0 Comments

Color spaces of #349740

RGB 5215164
HSL0.350.490.40
HSV127°66°59°
CMYK 0.660.000.58   0.41
XYZ13.408223.23348.6283
Yxy23.23340.29620.5132
Hunter Lab48.2010-34.698023.1274
CIE-Lab55.3119-47.095137.0466

#349740 color RGB value is (52,151,64).

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

The process color (four color CMYK) of #349740 color hex is 0.66, 0.00, 0.58, 0.41. Web safe color of #349740 is #339933. Color #349740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010111 01000000
Octal 64 227 100
Decimal 52 151 64
Hex 34 97 40

RGB Percentages of Color #349740

%19.48
%56.55
%23.97

CMYK Percentages of Color #349740

%66
%0
%58
%41

Triadic Colors of #349740

#349740 #403497 #974034

Analogous Colors of #349740

#349740 #349772 #5a9734

Monochromatic Colors of #349740

#349740

Complementary Color

#349740 #97348b

#349740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#349740 Color CSS Codes

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

#349740 Text Font Color

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

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


#349740 Background Color

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

This div background color is #349740


#349740 Border Color

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

This div border color is #349740


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,151,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 #349740">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349740


Comments

No comments written yet.

Please login to write comment.