Color Hex Logo

#348747 Color Hex

#348747
(52,135,71)
0 Favorites   0 Comments

Color spaces of #348747

RGB 5213571
HSL0.370.440.37
HSV134°61°53°
CMYK 0.610.000.47   0.47
XYZ11.217518.51298.9434
Yxy18.51290.29010.4787
Hunter Lab43.0266-28.759717.7948
CIE-Lab50.1124-39.709527.0486

#348747 color RGB value is (52,135,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000111 01000111
Octal 64 207 107
Decimal 52 135 71
Hex 34 87 47

RGB Percentages of Color #348747

%20.16
%52.33
%27.52

CMYK Percentages of Color #348747

%61
%0
%47
%47

Triadic Colors of #348747

#348747 #473487 #874734

Analogous Colors of #348747

#348747 #348771 #4b8734

Monochromatic Colors of #348747

#348747

Complementary Color

#348747 #873474

#348747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348747 Color CSS Codes

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

#348747 Text Font Color

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

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


#348747 Background Color

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

This div background color is #348747


#348747 Border Color

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

This div border color is #348747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348747


Comments

No comments written yet.

Please login to write comment.