Color Hex Logo

#348413 Color Hex

#348413
(52,132,19)
0 Favorites   0 Comments

Color spaces of #348413

RGB 5213219
HSL0.280.750.30
HSV102°86°52°
CMYK 0.610.000.86   0.48
XYZ9.785017.27963.4357
Yxy17.27960.32080.5665
Hunter Lab41.5687-30.727624.1977
CIE-Lab48.6104-44.154448.1976

#348413 color RGB value is (52,132,19).

#348413 hex color red value is 52, green value is 132 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #348413 hue: 0.28 , saturation: 0.75 and the lightness value of 348413 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000100 00010011
Octal 64 204 23
Decimal 52 132 19
Hex 34 84 13

RGB Percentages of Color #348413

%25.62
%65.02
%9.36

CMYK Percentages of Color #348413

%61
%0
%86
%48

Triadic Colors of #348413

#348413 #133484 #841334

Analogous Colors of #348413

#348413 #13842b #6d8413

Monochromatic Colors of #348413

#348413

Complementary Color

#348413 #631384

#348413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348413 Color CSS Codes

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

#348413 Text Font Color

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

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


#348413 Background Color

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

This div background color is #348413


#348413 Border Color

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

This div border color is #348413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348413


Comments

No comments written yet.

Please login to write comment.