Color Hex Logo

#349381 Color Hex

#349381
(52,147,129)
0 Favorites   0 Comments

Color spaces of #349381

RGB 52147129
HSL0.470.480.39
HSV169°65°58°
CMYK 0.650.000.12   0.42
XYZ15.812323.182524.4101
Yxy23.18250.24940.3656
Hunter Lab48.1482-25.63843.6450
CIE-Lab55.2598-32.16101.3645

#349381 color RGB value is (52,147,129).

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

The process color (four color CMYK) of #349381 color hex is 0.65, 0.00, 0.12, 0.42. Web safe color of #349381 is #339999. Color #349381 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010011 10000001
Octal 64 223 201
Decimal 52 147 129
Hex 34 93 81

RGB Percentages of Color #349381

%15.85
%44.82
%39.33

CMYK Percentages of Color #349381

%65
%0
%12
%42

Triadic Colors of #349381

#349381 #813493 #938134

Analogous Colors of #349381

#349381 #347693 #349352

Monochromatic Colors of #349381

#349381

Complementary Color

#349381 #933446

#349381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#349381 Color CSS Codes

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

#349381 Text Font Color

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

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


#349381 Background Color

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

This div background color is #349381


#349381 Border Color

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

This div border color is #349381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349381


Comments

No comments written yet.

Please login to write comment.