Color Hex Logo

#41301d Color Hex

#41301D
(65,48,29)
0 Favorites   0 Comments

Color spaces of #41301d

RGB 654829
HSL0.090.380.18
HSV32°55°25°
CMYK 0.000.260.55   0.75
XYZ3.45873.32641.6222
Yxy3.32640.41140.3957
Hunter Lab18.23841.93327.4934
CIE-Lab21.30644.886215.1085

#41301d color RGB value is (65,48,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110000 00011101
Octal 101 60 35
Decimal 65 48 29
Hex 41 30 1D

RGB Percentages of Color #41301d

%45.77
%33.80
%20.42

CMYK Percentages of Color #41301d

%0
%26
%55
%75

Triadic Colors of #41301d

#41301d #1d4130 #301d41

Analogous Colors of #41301d

#41301d #40411d #411e1d

Monochromatic Colors of #41301d

#41301d

Complementary Color

#41301d #1d2e41

#41301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#41301d Color CSS Codes

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

#41301d Text Font Color

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

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


#41301d Background Color

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

This div background color is #41301d


#41301d Border Color

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

This div border color is #41301d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41301d

#41301d Color Palettes


Comments

No comments written yet.

Please login to write comment.