Color Hex Logo

#41421d Color Hex

#41421D
(65,66,29)
0 Favorites   0 Comments

Color spaces of #41421d

RGB 656629
HSL0.170.390.19
HSV62°56°26°
CMYK 0.020.000.56   0.74
XYZ4.35005.10901.9193
Yxy5.10900.38230.4490
Hunter Lab22.6031-5.202810.7877
CIE-Lab27.0431-6.681322.1618

#41421d color RGB value is (65,66,29).

#41421d hex color red value is 65, green value is 66 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #41421d hue: 0.17 , saturation: 0.39 and the lightness value of 41421d is 0.19.

The process color (four color CMYK) of #41421d color hex is 0.02, 0.00, 0.56, 0.74. Web safe color of #41421d is #333333. Color #41421d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000010 00011101
Octal 101 102 35
Decimal 65 66 29
Hex 41 42 1D

RGB Percentages of Color #41421d

%40.63
%41.25
%18.13

CMYK Percentages of Color #41421d

%2
%0
%56
%74

Triadic Colors of #41421d

#41421d #1d4142 #421d41

Analogous Colors of #41421d

#41421d #2f421d #42311d

Monochromatic Colors of #41421d

#41421d

Complementary Color

#41421d #1e1d42

#41421d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41421d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41421d Color CSS Codes

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

#41421d Text Font Color

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

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


#41421d Background Color

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

This div background color is #41421d


#41421d Border Color

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

This div border color is #41421d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41421d


Comments

No comments written yet.

Please login to write comment.