Color Hex Logo

#348015 Color Hex

#348015
(52,128,21)
0 Favorites   0 Comments

Color spaces of #348015

RGB 5212821
HSL0.290.720.29
HSV103°84°50°
CMYK 0.590.000.84   0.50
XYZ9.270716.22263.3521
Yxy16.22260.32140.5624
Hunter Lab40.2773-29.399623.2597
CIE-Lab47.2652-42.535746.3950

#348015 color RGB value is (52,128,21).

#348015 hex color red value is 52, green value is 128 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #348015 hue: 0.29 , saturation: 0.72 and the lightness value of 348015 is 0.29.

The process color (four color CMYK) of #348015 color hex is 0.59, 0.00, 0.84, 0.50. Web safe color of #348015 is #339900. Color #348015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10000000 00010101
Octal 64 200 25
Decimal 52 128 21
Hex 34 80 15

RGB Percentages of Color #348015

%25.87
%63.68
%10.45

CMYK Percentages of Color #348015

%59
%0
%84
%50

Triadic Colors of #348015

#348015 #153480 #801534

Analogous Colors of #348015

#348015 #15802c #6a8015

Monochromatic Colors of #348015

#348015

Complementary Color

#348015 #611580

#348015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#348015 Color CSS Codes

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

#348015 Text Font Color

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

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


#348015 Background Color

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

This div background color is #348015


#348015 Border Color

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

This div border color is #348015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348015


Comments

No comments written yet.

Please login to write comment.