Color Hex Logo

#445641 Color Hex

#445641
(68,86,65)
0 Favorites   0 Comments

Color spaces of #445641

RGB 688665
HSL0.310.140.30
HSV111°24°34°
CMYK 0.210.000.24   0.66
XYZ6.66588.26626.2452
Yxy8.26620.31480.3903
Hunter Lab28.7510-8.92987.2469
CIE-Lab34.5312-11.61379.9925

#445641 color RGB value is (68,86,65).

#445641 hex color red value is 68, green value is 86 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #445641 hue: 0.31 , saturation: 0.14 and the lightness value of 445641 is 0.30.

The process color (four color CMYK) of #445641 color hex is 0.21, 0.00, 0.24, 0.66. Web safe color of #445641 is #336633. Color #445641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010110 01000001
Octal 104 126 101
Decimal 68 86 65
Hex 44 56 41

RGB Percentages of Color #445641

%31.05
%39.27
%29.68

CMYK Percentages of Color #445641

%21
%0
%24
%66

Triadic Colors of #445641

#445641 #414456 #564144

Analogous Colors of #445641

#445641 #415649 #4f5641

Monochromatic Colors of #445641

#445641

Complementary Color

#445641 #534156

#445641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#445641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#445641 Color CSS Codes

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

#445641 Text Font Color

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

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


#445641 Background Color

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

This div background color is #445641


#445641 Border Color

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

This div border color is #445641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #445641


Comments

No comments written yet.

Please login to write comment.