Color Hex Logo

#348457 Color Hex

#348457
(52,132,87)
0 Favorites   0 Comments

Color spaces of #348457

RGB 5213287
HSL0.410.430.36
HSV146°61°52°
CMYK 0.610.000.34   0.48
XYZ11.387717.920711.8757
Yxy17.92070.27650.4351
Hunter Lab42.3328-26.065313.0003
CIE-Lab49.3998-35.403817.2011

#348457 color RGB value is (52,132,87).

#348457 hex color red value is 52, green value is 132 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #348457 hue: 0.41 , saturation: 0.43 and the lightness value of 348457 is 0.36.

The process color (four color CMYK) of #348457 color hex is 0.61, 0.00, 0.34, 0.48. Web safe color of #348457 is #339966. Color #348457 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000100 01010111
Octal 64 204 127
Decimal 52 132 87
Hex 34 84 57

RGB Percentages of Color #348457

%19.19
%48.71
%32.10

CMYK Percentages of Color #348457

%61
%0
%34
%48

Triadic Colors of #348457

#348457 #573484 #845734

Analogous Colors of #348457

#348457 #34847f #398434

Monochromatic Colors of #348457

#348457

Complementary Color

#348457 #843461

#348457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348457 Color CSS Codes

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

#348457 Text Font Color

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

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


#348457 Background Color

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

This div background color is #348457


#348457 Border Color

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

This div border color is #348457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348457


Comments

No comments written yet.

Please login to write comment.