Color Hex Logo

#445040 Color Hex

#445040
(68,80,64)
0 Favorites   0 Comments

Color spaces of #445040

RGB 688064
HSL0.290.110.28
HSV105°20°31°
CMYK 0.150.000.20   0.69
XYZ6.17807.33645.9409
Yxy7.33640.31750.3771
Hunter Lab27.0858-6.68615.9556
CIE-Lab32.5608-8.27807.8688

#445040 color RGB value is (68,80,64).

#445040 hex color red value is 68, green value is 80 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #445040 hue: 0.29 , saturation: 0.11 and the lightness value of 445040 is 0.28.

The process color (four color CMYK) of #445040 color hex is 0.15, 0.00, 0.20, 0.69. Web safe color of #445040 is #336633. Color #445040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010000 01000000
Octal 104 120 100
Decimal 68 80 64
Hex 44 50 40

RGB Percentages of Color #445040

%32.08
%37.74
%30.19

CMYK Percentages of Color #445040

%15
%0
%20
%69

Triadic Colors of #445040

#445040 #404450 #504044

Analogous Colors of #445040

#445040 #405044 #4c5040

Monochromatic Colors of #445040

#445040

Complementary Color

#445040 #4c4050

#445040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445040 Color CSS Codes

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

#445040 Text Font Color

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

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


#445040 Background Color

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

This div background color is #445040


#445040 Border Color

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

This div border color is #445040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,80,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 #445040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445040


Comments

No comments written yet.

Please login to write comment.