Color Hex Logo

#348220 Color Hex

#348220
(52,130,32)
0 Favorites   0 Comments

Color spaces of #348220

RGB 5213032
HSL0.300.600.32
HSV108°75°51°
CMYK 0.600.000.75   0.49
XYZ9.659516.79964.1000
Yxy16.79960.31610.5497
Hunter Lab40.9873-29.660622.7603
CIE-Lab48.0065-42.557643.3206

#348220 color RGB value is (52,130,32).

#348220 hex color red value is 52, green value is 130 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #348220 hue: 0.30 , saturation: 0.60 and the lightness value of 348220 is 0.32.

The process color (four color CMYK) of #348220 color hex is 0.60, 0.00, 0.75, 0.49. Web safe color of #348220 is #339933. Color #348220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000010 00100000
Octal 64 202 40
Decimal 52 130 32
Hex 34 82 20

RGB Percentages of Color #348220

%24.30
%60.75
%14.95

CMYK Percentages of Color #348220

%60
%0
%75
%49

Triadic Colors of #348220

#348220 #203482 #822034

Analogous Colors of #348220

#348220 #20823d #658220

Monochromatic Colors of #348220

#348220

Complementary Color

#348220 #6e2082

#348220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348220 Color CSS Codes

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

#348220 Text Font Color

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

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


#348220 Background Color

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

This div background color is #348220


#348220 Border Color

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

This div border color is #348220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348220


Comments

No comments written yet.

Please login to write comment.