Color Hex Logo

#41341d Color Hex

#41341D
(65,52,29)
0 Favorites   0 Comments

Color spaces of #41341d

RGB 655229
HSL0.110.380.18
HSV38°55°25°
CMYK 0.000.200.55   0.75
XYZ3.62973.66851.6792
Yxy3.66850.40430.4086
Hunter Lab19.15330.30888.2093
CIE-Lab22.54382.239316.6722

#41341d color RGB value is (65,52,29).

#41341d hex color red value is 65, green value is 52 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #41341d hue: 0.11 , saturation: 0.38 and the lightness value of 41341d is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110100 00011101
Octal 101 64 35
Decimal 65 52 29
Hex 41 34 1D

RGB Percentages of Color #41341d

%44.52
%35.62
%19.86

CMYK Percentages of Color #41341d

%0
%20
%55
%75

Triadic Colors of #41341d

#41341d #1d4134 #341d41

Analogous Colors of #41341d

#41341d #3c411d #41221d

Monochromatic Colors of #41341d

#41341d

Complementary Color

#41341d #1d2a41

#41341d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41341d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41341d Color CSS Codes

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

#41341d Text Font Color

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

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


#41341d Background Color

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

This div background color is #41341d


#41341d Border Color

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

This div border color is #41341d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,52,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 #41341d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41341d


Comments

No comments written yet.

Please login to write comment.