Color Hex Logo

#349770 Color Hex

#349770
(52,151,112)
0 Favorites   0 Comments

Color spaces of #349770

RGB 52151112
HSL0.430.490.40
HSV156°66°59°
CMYK 0.660.000.26   0.41
XYZ15.407424.033119.1560
Yxy24.03310.26290.4101
Hunter Lab49.0236-29.691311.1489
CIE-Lab56.1209-38.240212.2793

#349770 color RGB value is (52,151,112).

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

The process color (four color CMYK) of #349770 color hex is 0.66, 0.00, 0.26, 0.41. Web safe color of #349770 is #339966. Color #349770 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010111 01110000
Octal 64 227 160
Decimal 52 151 112
Hex 34 97 70

RGB Percentages of Color #349770

%16.51
%47.94
%35.56

CMYK Percentages of Color #349770

%66
%0
%26
%41

Triadic Colors of #349770

#349770 #703497 #977034

Analogous Colors of #349770

#349770 #348d97 #34973f

Monochromatic Colors of #349770

#349770

Complementary Color

#349770 #97345b

#349770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#349770 Color CSS Codes

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

#349770 Text Font Color

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

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


#349770 Background Color

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

This div background color is #349770


#349770 Border Color

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

This div border color is #349770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349770


Comments

No comments written yet.

Please login to write comment.