Color Hex Logo

#445359 Color Hex

#445359
(68,83,89)
0 Favorites   0 Comments

Color spaces of #445359

RGB 688389
HSL0.550.130.31
HSV197°24°35°
CMYK 0.240.070.00   0.65
XYZ7.28038.136710.6380
Yxy8.13670.27940.3123
Hunter Lab28.5249-4.3607-2.1440
CIE-Lab34.2660-4.3195-5.4494

#445359 color RGB value is (68,83,89).

#445359 hex color red value is 68, green value is 83 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #445359 hue: 0.55 , saturation: 0.13 and the lightness value of 445359 is 0.31.

The process color (four color CMYK) of #445359 color hex is 0.24, 0.07, 0.00, 0.65. Web safe color of #445359 is #336666. Color #445359 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010011 01011001
Octal 104 123 131
Decimal 68 83 89
Hex 44 53 59

RGB Percentages of Color #445359

%28.33
%34.58
%37.08

CMYK Percentages of Color #445359

%24
%7
%0
%65

Triadic Colors of #445359

#445359 #594453 #535944

Analogous Colors of #445359

#445359 #444959 #445955

Monochromatic Colors of #445359

#445359

Complementary Color

#445359 #594a44

#445359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445359 Color CSS Codes

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

#445359 Text Font Color

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

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


#445359 Background Color

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

This div background color is #445359


#445359 Border Color

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

This div border color is #445359


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,83,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #445359; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #445359;
  -webkit-box-shadow: 1px 1px 3px 2px #445359;
  box-shadow:         1px 1px 3px 2px #445359; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445359


Comments

No comments written yet.

Please login to write comment.