Color Hex Logo

#349570 Color Hex

#349570
(52,149,112)
0 Favorites   0 Comments

Color spaces of #349570

RGB 52149112
HSL0.440.480.39
HSV157°65°58°
CMYK 0.650.000.25   0.42
XYZ15.088223.394819.0497
Yxy23.39480.26230.4066
Hunter Lab48.3682-28.962210.5065
CIE-Lab55.4767-37.359211.3762

#349570 color RGB value is (52,149,112).

#349570 hex color red value is 52, green value is 149 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #349570 hue: 0.44 , saturation: 0.48 and the lightness value of 349570 is 0.39.

The process color (four color CMYK) of #349570 color hex is 0.65, 0.00, 0.25, 0.42. Web safe color of #349570 is #339966. Color #349570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010101 01110000
Octal 64 225 160
Decimal 52 149 112
Hex 34 95 70

RGB Percentages of Color #349570

%16.61
%47.60
%35.78

CMYK Percentages of Color #349570

%65
%0
%25
%42

Triadic Colors of #349570

#349570 #703495 #957034

Analogous Colors of #349570

#349570 #348a95 #349540

Monochromatic Colors of #349570

#349570

Complementary Color

#349570 #953459

#349570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#349570 Color CSS Codes

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

#349570 Text Font Color

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

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


#349570 Background Color

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

This div background color is #349570


#349570 Border Color

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

This div border color is #349570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349570


Comments

No comments written yet.

Please login to write comment.