Color Hex Logo

#348812 Color Hex

#348812
(52,136,18)
0 Favorites   0 Comments

Color spaces of #348812

RGB 5213618
HSL0.290.770.30
HSV103°87°53°
CMYK 0.620.000.87   0.47
XYZ10.329518.38213.5759
Yxy18.38210.31990.5693
Hunter Lab42.8744-32.025025.0670
CIE-Lab49.9563-45.687249.6699

#348812 color RGB value is (52,136,18).

#348812 hex color red value is 52, green value is 136 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #348812 hue: 0.29 , saturation: 0.77 and the lightness value of 348812 is 0.30.

The process color (four color CMYK) of #348812 color hex is 0.62, 0.00, 0.87, 0.47. Web safe color of #348812 is #339900. Color #348812 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001000 00010010
Octal 64 210 22
Decimal 52 136 18
Hex 34 88 12

RGB Percentages of Color #348812

%25.24
%66.02
%8.74

CMYK Percentages of Color #348812

%62
%0
%87
%47

Triadic Colors of #348812

#348812 #123488 #881234

Analogous Colors of #348812

#348812 #12882b #6f8812

Monochromatic Colors of #348812

#348812

Complementary Color

#348812 #661288

#348812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348812 Color CSS Codes

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

#348812 Text Font Color

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

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


#348812 Background Color

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

This div background color is #348812


#348812 Border Color

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

This div border color is #348812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348812


Comments

No comments written yet.

Please login to write comment.