Color Hex Logo

#343b1e Color Hex

#343B1E
(52,59,30)
0 Favorites   0 Comments

Color spaces of #343b1e

RGB 525930
HSL0.210.330.17
HSV74°49°23°
CMYK 0.120.000.49   0.77
XYZ3.21453.95171.8216
Yxy3.95170.35770.4397
Hunter Lab19.8789-5.92388.4822
CIE-Lab23.5111-8.612116.9708

#343b1e color RGB value is (52,59,30).

#343b1e hex color red value is 52, green value is 59 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #343b1e hue: 0.21 , saturation: 0.33 and the lightness value of 343b1e is 0.17.

The process color (four color CMYK) of #343b1e color hex is 0.12, 0.00, 0.49, 0.77. Web safe color of #343b1e is #333333. Color #343b1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111011 00011110
Octal 64 73 36
Decimal 52 59 30
Hex 34 3B 1E

RGB Percentages of Color #343b1e

%36.88
%41.84
%21.28

CMYK Percentages of Color #343b1e

%12
%0
%49
%77

Triadic Colors of #343b1e

#343b1e #1e343b #3b1e34

Analogous Colors of #343b1e

#343b1e #263b1e #3b341e

Monochromatic Colors of #343b1e

#343b1e

Complementary Color

#343b1e #251e3b

#343b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#343b1e Color CSS Codes

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

#343b1e Text Font Color

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

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


#343b1e Background Color

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

This div background color is #343b1e


#343b1e Border Color

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

This div border color is #343b1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,59,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #343b1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #343b1e;
  -webkit-box-shadow: 1px 1px 3px 2px #343b1e;
  box-shadow:         1px 1px 3px 2px #343b1e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343b1e


Comments

No comments written yet.

Please login to write comment.