Color Hex Logo

#348418 Color Hex

#348418
(52,132,24)
0 Favorites   0 Comments

Color spaces of #348418

RGB 5213224
HSL0.290.690.31
HSV104°82°52°
CMYK 0.610.000.82   0.48
XYZ9.832317.29853.6849
Yxy17.29850.31910.5614
Hunter Lab41.5915-30.587323.8611
CIE-Lab48.6340-43.878946.7457

#348418 color RGB value is (52,132,24).

#348418 hex color red value is 52, green value is 132 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #348418 hue: 0.29 , saturation: 0.69 and the lightness value of 348418 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000100 00011000
Octal 64 204 30
Decimal 52 132 24
Hex 34 84 18

RGB Percentages of Color #348418

%25.00
%63.46
%11.54

CMYK Percentages of Color #348418

%61
%0
%82
%48

Triadic Colors of #348418

#348418 #183484 #841834

Analogous Colors of #348418

#348418 #188432 #6a8418

Monochromatic Colors of #348418

#348418

Complementary Color

#348418 #681884

#348418 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348418 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348418 Color CSS Codes

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

#348418 Text Font Color

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

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


#348418 Background Color

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

This div background color is #348418


#348418 Border Color

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

This div border color is #348418


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348418


Comments

No comments written yet.

Please login to write comment.