Color Hex Logo

#344d4d Color Hex

#344D4D
(52,77,77)
0 Favorites   0 Comments

Color spaces of #344d4d

RGB 527777
HSL0.500.190.25
HSV180°32°30°
CMYK 0.320.000.00   0.70
XYZ5.40966.57368.0049
Yxy6.57360.27060.3289
Hunter Lab25.6390-7.2064-0.5639
CIE-Lab30.8158-9.4629-3.0673

#344d4d color RGB value is (52,77,77).

#344d4d hex color red value is 52, green value is 77 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #344d4d hue: 0.50 , saturation: 0.19 and the lightness value of 344d4d is 0.25.

The process color (four color CMYK) of #344d4d color hex is 0.32, 0.00, 0.00, 0.70. Web safe color of #344d4d is #336666. Color #344d4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01001101 01001101
Octal 64 115 115
Decimal 52 77 77
Hex 34 4D 4D

RGB Percentages of Color #344d4d

%25.24
%37.38
%37.38

CMYK Percentages of Color #344d4d

%32
%0
%0
%70

Triadic Colors of #344d4d

#344d4d #4d344d #4d4d34

Analogous Colors of #344d4d

#344d4d #34414d #344d41

Monochromatic Colors of #344d4d

#344d4d

Complementary Color

#344d4d #4d3434

#344d4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344d4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#344d4d Color CSS Codes

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

#344d4d Text Font Color

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

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


#344d4d Background Color

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

This div background color is #344d4d


#344d4d Border Color

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

This div border color is #344d4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344d4d


Comments

No comments written yet.

Please login to write comment.