Color Hex Logo

#348407 Color Hex

#348407
(52,132,7)
0 Favorites   0 Comments

Color spaces of #348407

RGB 521327
HSL0.270.900.27
HSV98°95°52°
CMYK 0.610.000.95   0.48
XYZ9.705817.24793.0186
Yxy17.24790.32380.5755
Hunter Lab41.5306-30.962724.7620
CIE-Lab48.5709-44.618050.7980

#348407 color RGB value is (52,132,7).

#348407 hex color red value is 52, green value is 132 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #348407 hue: 0.27 , saturation: 0.90 and the lightness value of 348407 is 0.27.

The process color (four color CMYK) of #348407 color hex is 0.61, 0.00, 0.95, 0.48. Web safe color of #348407 is #339900. Color #348407 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000100 00000111
Octal 64 204 7
Decimal 52 132 7
Hex 34 84 7

RGB Percentages of Color #348407

%27.23
%69.11
%3.66

CMYK Percentages of Color #348407

%61
%0
%95
%48

Triadic Colors of #348407

#348407 #073484 #840734

Analogous Colors of #348407

#348407 #078419 #738407

Monochromatic Colors of #348407

#348407

Complementary Color

#348407 #570784

#348407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348407 Color CSS Codes

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

#348407 Text Font Color

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

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


#348407 Background Color

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

This div background color is #348407


#348407 Border Color

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

This div border color is #348407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348407


Comments

No comments written yet.

Please login to write comment.