Color Hex Logo

#41371d Color Hex

#41371D
(65,55,29)
0 Favorites   0 Comments

Color spaces of #41371d

RGB 655529
HSL0.120.380.18
HSV43°55°25°
CMYK 0.000.150.55   0.75
XYZ3.76793.94491.7252
Yxy3.94490.39920.4180
Hunter Lab19.8618-0.89568.7533
CIE-Lab23.48840.277817.8504

#41371d color RGB value is (65,55,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110111 00011101
Octal 101 67 35
Decimal 65 55 29
Hex 41 37 1D

RGB Percentages of Color #41371d

%43.62
%36.91
%19.46

CMYK Percentages of Color #41371d

%0
%15
%55
%75

Triadic Colors of #41371d

#41371d #1d4137 #371d41

Analogous Colors of #41371d

#41371d #39411d #41251d

Monochromatic Colors of #41371d

#41371d

Complementary Color

#41371d #1d2741

#41371d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41371d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41371d Color CSS Codes

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

#41371d Text Font Color

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

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


#41371d Background Color

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

This div background color is #41371d


#41371d Border Color

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

This div border color is #41371d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41371d


Comments

No comments written yet.

Please login to write comment.