Color Hex Logo

#446064 Color Hex

#446064
(68,96,100)
0 Favorites   0 Comments

Color spaces of #446064

RGB 6896100
HSL0.520.190.33
HSV188°32°39°
CMYK 0.320.040.00   0.61
XYZ8.867010.514813.6188
Yxy10.51480.26870.3186
Hunter Lab32.4265-7.9358-2.2026
CIE-Lab38.7510-9.2270-5.6224

#446064 color RGB value is (68,96,100).

#446064 hex color red value is 68, green value is 96 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #446064 hue: 0.52 , saturation: 0.19 and the lightness value of 446064 is 0.33.

The process color (four color CMYK) of #446064 color hex is 0.32, 0.04, 0.00, 0.61. Web safe color of #446064 is #336666. Color #446064 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100000 01100100
Octal 104 140 144
Decimal 68 96 100
Hex 44 60 64

RGB Percentages of Color #446064

%25.76
%36.36
%37.88

CMYK Percentages of Color #446064

%32
%4
%0
%61

Triadic Colors of #446064

#446064 #644460 #606444

Analogous Colors of #446064

#446064 #445064 #446458

Monochromatic Colors of #446064

#446064

Complementary Color

#446064 #644844

#446064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#446064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#446064 Color CSS Codes

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

#446064 Text Font Color

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

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


#446064 Background Color

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

This div background color is #446064


#446064 Border Color

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

This div border color is #446064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #446064


Comments

No comments written yet.

Please login to write comment.