Color Hex Logo

#41440d Color Hex

#41440D
(65,68,13)
0 Favorites   0 Comments

Color spaces of #41440d

RGB 656813
HSL0.180.680.16
HSV63°81°27°
CMYK 0.040.000.81   0.73
XYZ4.31975.28711.1736
Yxy5.28710.40070.4904
Hunter Lab22.9937-6.705113.0694
CIE-Lab27.5375-9.228830.8856

#41440d color RGB value is (65,68,13).

#41440d hex color red value is 65, green value is 68 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #41440d hue: 0.18 , saturation: 0.68 and the lightness value of 41440d is 0.16.

The process color (four color CMYK) of #41440d color hex is 0.04, 0.00, 0.81, 0.73. Web safe color of #41440d is #333300. Color #41440d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000100 00001101
Octal 101 104 15
Decimal 65 68 13
Hex 41 44 D

RGB Percentages of Color #41440d

%44.52
%46.58
%8.90

CMYK Percentages of Color #41440d

%4
%0
%81
%73

Triadic Colors of #41440d

#41440d #0d4144 #440d41

Analogous Colors of #41440d

#41440d #26440d #442c0d

Monochromatic Colors of #41440d

#41440d

Complementary Color

#41440d #100d44

#41440d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41440d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41440d Color CSS Codes

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

#41440d Text Font Color

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

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


#41440d Background Color

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

This div background color is #41440d


#41440d Border Color

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

This div border color is #41440d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41440d


Comments

No comments written yet.

Please login to write comment.