Color Hex Logo

#41271f Color Hex

#41271F
(65,39,31)
0 Favorites   0 Comments

Color spaces of #41271f

RGB 653931
HSL0.040.350.19
HSV14°52°25°
CMYK 0.000.400.52   0.75
XYZ3.15282.67381.6462
Yxy2.67380.42190.3578
Hunter Lab16.35185.80125.4773
CIE-Lab18.687111.139910.3510

#41271f color RGB value is (65,39,31).

#41271f hex color red value is 65, green value is 39 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #41271f hue: 0.04 , saturation: 0.35 and the lightness value of 41271f is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00100111 00011111
Octal 101 47 37
Decimal 65 39 31
Hex 41 27 1F

RGB Percentages of Color #41271f

%48.15
%28.89
%22.96

CMYK Percentages of Color #41271f

%0
%40
%52
%75

Triadic Colors of #41271f

#41271f #1f4127 #271f41

Analogous Colors of #41271f

#41271f #41381f #411f28

Monochromatic Colors of #41271f

#41271f

Complementary Color

#41271f #1f3941

#41271f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41271f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41271f Color CSS Codes

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

#41271f Text Font Color

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

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


#41271f Background Color

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

This div background color is #41271f


#41271f Border Color

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

This div border color is #41271f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41271f


Comments

No comments written yet.

Please login to write comment.