Color Hex Logo

#41382e Color Hex

#41382E
(65,56,46)
0 Favorites   0 Comments

Color spaces of #41382e

RGB 655646
HSL0.090.170.22
HSV32°29°25°
CMYK 0.000.140.29   0.75
XYZ4.08734.14943.1703
Yxy4.14940.35830.3638
Hunter Lab20.37010.16885.0314
CIE-Lab24.15932.07337.7117

#41382e color RGB value is (65,56,46).

#41382e hex color red value is 65, green value is 56 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #41382e hue: 0.09 , saturation: 0.17 and the lightness value of 41382e is 0.22.

The process color (four color CMYK) of #41382e color hex is 0.00, 0.14, 0.29, 0.75. Web safe color of #41382e is #333333. Color #41382e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00111000 00101110
Octal 101 70 56
Decimal 65 56 46
Hex 41 38 2E

RGB Percentages of Color #41382e

%38.92
%33.53
%27.54

CMYK Percentages of Color #41382e

%0
%14
%29
%75

Triadic Colors of #41382e

#41382e #2e4138 #382e41

Analogous Colors of #41382e

#41382e #41412e #412f2e

Monochromatic Colors of #41382e

#41382e

Complementary Color

#41382e #2e3741

#41382e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41382e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41382e Color CSS Codes

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

#41382e Text Font Color

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

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


#41382e Background Color

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

This div background color is #41382e


#41382e Border Color

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

This div border color is #41382e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41382e


Comments

No comments written yet.

Please login to write comment.