Color Hex Logo

#41341e Color Hex

#41341E
(65,52,30)
0 Favorites   0 Comments

Color spaces of #41341e

RGB 655230
HSL0.100.370.19
HSV38°54°25°
CMYK 0.000.200.54   0.75
XYZ3.64233.67351.7454
Yxy3.67350.40200.4054
Hunter Lab19.16640.38038.0172
CIE-Lab22.56132.358516.0566

#41341e color RGB value is (65,52,30).

#41341e hex color red value is 65, green value is 52 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #41341e hue: 0.10 , saturation: 0.37 and the lightness value of 41341e is 0.19.

The process color (four color CMYK) of #41341e color hex is 0.00, 0.20, 0.54, 0.75. Web safe color of #41341e is #333333. Color #41341e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110100 00011110
Octal 101 64 36
Decimal 65 52 30
Hex 41 34 1E

RGB Percentages of Color #41341e

%44.22
%35.37
%20.41

CMYK Percentages of Color #41341e

%0
%20
%54
%75

Triadic Colors of #41341e

#41341e #1e4134 #341e41

Analogous Colors of #41341e

#41341e #3d411e #41231e

Monochromatic Colors of #41341e

#41341e

Complementary Color

#41341e #1e2b41

#41341e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41341e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41341e Color CSS Codes

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

#41341e Text Font Color

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

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


#41341e Background Color

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

This div background color is #41341e


#41341e Border Color

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

This div border color is #41341e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,52,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41341e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41341e;
  -webkit-box-shadow: 1px 1px 3px 2px #41341e;
  box-shadow:         1px 1px 3px 2px #41341e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41341e


Comments

No comments written yet.

Please login to write comment.