Color Hex Logo

#348740 Color Hex

#348740
(52,135,64)
0 Favorites   0 Comments

Color spaces of #348740

RGB 5213564
HSL0.360.440.37
HSV129°61°53°
CMYK 0.610.000.53   0.47
XYZ11.005618.42827.8274
Yxy18.42820.29540.4946
Hunter Lab42.9281-29.361619.2389
CIE-Lab50.0114-40.828430.6525

#348740 color RGB value is (52,135,64).

#348740 hex color red value is 52, green value is 135 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #348740 hue: 0.36 , saturation: 0.44 and the lightness value of 348740 is 0.37.

The process color (four color CMYK) of #348740 color hex is 0.61, 0.00, 0.53, 0.47. Web safe color of #348740 is #339933. Color #348740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 01000000
Octal 64 207 100
Decimal 52 135 64
Hex 34 87 40

RGB Percentages of Color #348740

%20.72
%53.78
%25.50

CMYK Percentages of Color #348740

%61
%0
%53
%47

Triadic Colors of #348740

#348740 #403487 #874034

Analogous Colors of #348740

#348740 #34876a #528734

Monochromatic Colors of #348740

#348740

Complementary Color

#348740 #87347b

#348740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348740 Color CSS Codes

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

#348740 Text Font Color

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

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


#348740 Background Color

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

This div background color is #348740


#348740 Border Color

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

This div border color is #348740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348740


Comments

No comments written yet.

Please login to write comment.