Color Hex Logo

#346315 Color Hex

#346315
(52,99,21)
0 Favorites   0 Comments

Color spaces of #346315

RGB 529921
HSL0.270.650.24
HSV96°79°39°
CMYK 0.470.000.79   0.61
XYZ6.01349.70792.2663
Yxy9.70790.33430.5397
Hunter Lab31.1575-20.075117.4977
CIE-Lab37.3130-30.563236.9038

#346315 color RGB value is (52,99,21).

#346315 hex color red value is 52, green value is 99 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #346315 hue: 0.27 , saturation: 0.65 and the lightness value of 346315 is 0.24.

The process color (four color CMYK) of #346315 color hex is 0.47, 0.00, 0.79, 0.61. Web safe color of #346315 is #336600. Color #346315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01100011 00010101
Octal 64 143 25
Decimal 52 99 21
Hex 34 63 15

RGB Percentages of Color #346315

%30.23
%57.56
%12.21

CMYK Percentages of Color #346315

%47
%0
%79
%61

Triadic Colors of #346315

#346315 #153463 #631534

Analogous Colors of #346315

#346315 #15631d #5b6315

Monochromatic Colors of #346315

#346315

Complementary Color

#346315 #441563

#346315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#346315 Color CSS Codes

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

#346315 Text Font Color

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

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


#346315 Background Color

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

This div background color is #346315


#346315 Border Color

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

This div border color is #346315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346315


Comments

No comments written yet.

Please login to write comment.