Color Hex Logo

#41412f Color Hex

#41412F
(65,65,47)
0 Favorites   0 Comments

Color spaces of #41412f

RGB 656547
HSL0.170.160.22
HSV60°28°25°
CMYK 0.000.000.28   0.75
XYZ4.58345.10963.4340
Yxy5.10960.34920.3892
Hunter Lab22.6044-3.36416.8159
CIE-Lab27.0448-3.545411.0258

#41412f color RGB value is (65,65,47).

#41412f hex color red value is 65, green value is 65 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #41412f hue: 0.17 , saturation: 0.16 and the lightness value of 41412f is 0.22.

The process color (four color CMYK) of #41412f color hex is 0.00, 0.00, 0.28, 0.75. Web safe color of #41412f is #333333. Color #41412f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000001 00101111
Octal 101 101 57
Decimal 65 65 47
Hex 41 41 2F

RGB Percentages of Color #41412f

%36.72
%36.72
%26.55

CMYK Percentages of Color #41412f

%0
%0
%28
%75

Triadic Colors of #41412f

#41412f #2f4141 #412f41

Analogous Colors of #41412f

#41412f #38412f #41382f

Monochromatic Colors of #41412f

#41412f

Complementary Color

#41412f #2f2f41

#41412f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41412f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41412f Color CSS Codes

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

#41412f Text Font Color

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

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


#41412f Background Color

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

This div background color is #41412f


#41412f Border Color

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

This div border color is #41412f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41412f


Comments

No comments written yet.

Please login to write comment.