Color Hex Logo

#344549 Color Hex

#344549
(52,69,73)
0 Favorites   0 Comments

Color spaces of #344549

RGB 526973
HSL0.530.170.25
HSV191°29°29°
CMYK 0.290.050.00   0.71
XYZ4.74695.46737.1084
Yxy5.46730.27400.3156
Hunter Lab23.3823-4.6811-1.6571
CIE-Lab28.0266-5.6389-4.6238

#344549 color RGB value is (52,69,73).

#344549 hex color red value is 52, green value is 69 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #344549 hue: 0.53 , saturation: 0.17 and the lightness value of 344549 is 0.25.

The process color (four color CMYK) of #344549 color hex is 0.29, 0.05, 0.00, 0.71. Web safe color of #344549 is #333333. Color #344549 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000101 01001001
Octal 64 105 111
Decimal 52 69 73
Hex 34 45 49

RGB Percentages of Color #344549

%26.80
%35.57
%37.63

CMYK Percentages of Color #344549

%29
%5
%0
%71

Triadic Colors of #344549

#344549 #493445 #454934

Analogous Colors of #344549

#344549 #343b49 #344943

Monochromatic Colors of #344549

#344549

Complementary Color

#344549 #493834

#344549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344549 Color CSS Codes

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

#344549 Text Font Color

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

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


#344549 Background Color

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

This div background color is #344549


#344549 Border Color

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

This div border color is #344549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344549


Comments

No comments written yet.

Please login to write comment.