Color Hex Logo

#348210 Color Hex

#348210
(52,130,16)
0 Favorites   0 Comments

Color spaces of #348210

RGB 5213016
HSL0.280.780.29
HSV101°88°51°
CMYK 0.600.000.88   0.49
XYZ9.492316.73273.2197
Yxy16.73270.32240.5683
Hunter Lab40.9056-30.163323.9672
CIE-Lab47.9215-43.545048.3629

#348210 color RGB value is (52,130,16).

#348210 hex color red value is 52, green value is 130 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #348210 hue: 0.28 , saturation: 0.78 and the lightness value of 348210 is 0.29.

The process color (four color CMYK) of #348210 color hex is 0.60, 0.00, 0.88, 0.49. Web safe color of #348210 is #339900. Color #348210 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000010 00010000
Octal 64 202 20
Decimal 52 130 16
Hex 34 82 10

RGB Percentages of Color #348210

%26.26
%65.66
%8.08

CMYK Percentages of Color #348210

%60
%0
%88
%49

Triadic Colors of #348210

#348210 #103482 #821034

Analogous Colors of #348210

#348210 #108225 #6d8210

Monochromatic Colors of #348210

#348210

Complementary Color

#348210 #5e1082

#348210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348210 Color CSS Codes

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

#348210 Text Font Color

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

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


#348210 Background Color

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

This div background color is #348210


#348210 Border Color

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

This div border color is #348210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348210


Comments

No comments written yet.

Please login to write comment.