Color Hex Logo

#347215 Color Hex

#347215
(52,114,21)
0 Favorites   0 Comments

Color spaces of #347215

RGB 5211421
HSL0.280.690.26
HSV100°82°45°
CMYK 0.540.000.82   0.55
XYZ7.568812.81882.7848
Yxy12.81880.32660.5532
Hunter Lab35.8034-24.921120.4507
CIE-Lab42.4889-36.994741.9169

#347215 color RGB value is (52,114,21).

#347215 hex color red value is 52, green value is 114 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #347215 hue: 0.28 , saturation: 0.69 and the lightness value of 347215 is 0.26.

The process color (four color CMYK) of #347215 color hex is 0.54, 0.00, 0.82, 0.55. Web safe color of #347215 is #336600. Color #347215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110010 00010101
Octal 64 162 25
Decimal 52 114 21
Hex 34 72 15

RGB Percentages of Color #347215

%27.81
%60.96
%11.23

CMYK Percentages of Color #347215

%54
%0
%82
%55

Triadic Colors of #347215

#347215 #153472 #721534

Analogous Colors of #347215

#347215 #157225 #637215

Monochromatic Colors of #347215

#347215

Complementary Color

#347215 #531572

#347215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#347215 Color CSS Codes

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

#347215 Text Font Color

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

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


#347215 Background Color

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

This div background color is #347215


#347215 Border Color

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

This div border color is #347215


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,114,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 #347215">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347215


Comments

No comments written yet.

Please login to write comment.