Color Hex Logo

#344140 Color Hex

#344140
(52,65,64)
0 Favorites   0 Comments

Color spaces of #344140

RGB 526564
HSL0.490.110.23
HSV175°20°25°
CMYK 0.200.000.02   0.75
XYZ4.23194.88085.5695
Yxy4.88080.28820.3324
Hunter Lab22.0925-4.46960.5178
CIE-Lab26.3924-5.5102-1.1514

#344140 color RGB value is (52,65,64).

#344140 hex color red value is 52, green value is 65 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #344140 hue: 0.49 , saturation: 0.11 and the lightness value of 344140 is 0.23.

The process color (four color CMYK) of #344140 color hex is 0.20, 0.00, 0.02, 0.75. Web safe color of #344140 is #333333. Color #344140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000001 01000000
Octal 64 101 100
Decimal 52 65 64
Hex 34 41 40

RGB Percentages of Color #344140

%28.73
%35.91
%35.36

CMYK Percentages of Color #344140

%20
%0
%2
%75

Triadic Colors of #344140

#344140 #403441 #414034

Analogous Colors of #344140

#344140 #343c41 #34413a

Monochromatic Colors of #344140

#344140

Complementary Color

#344140 #413435

#344140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344140 Color CSS Codes

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

#344140 Text Font Color

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

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


#344140 Background Color

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

This div background color is #344140


#344140 Border Color

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

This div border color is #344140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344140


Comments

No comments written yet.

Please login to write comment.