Color Hex Logo

#41491e Color Hex

#41491E
(65,73,30)
0 Favorites   0 Comments

Color spaces of #41491e

RGB 657330
HSL0.200.420.20
HSV71°59°29°
CMYK 0.110.000.59   0.71
XYZ4.79695.98262.1302
Yxy5.98260.37160.4634
Hunter Lab24.4594-7.796911.9579
CIE-Lab29.3685-10.778624.3305

#41491e color RGB value is (65,73,30).

#41491e hex color red value is 65, green value is 73 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #41491e hue: 0.20 , saturation: 0.42 and the lightness value of 41491e is 0.20.

The process color (four color CMYK) of #41491e color hex is 0.11, 0.00, 0.59, 0.71. Web safe color of #41491e is #333333. Color #41491e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001001 00011110
Octal 101 111 36
Decimal 65 73 30
Hex 41 49 1E

RGB Percentages of Color #41491e

%38.69
%43.45
%17.86

CMYK Percentages of Color #41491e

%11
%0
%59
%71

Triadic Colors of #41491e

#41491e #1e4149 #491e41

Analogous Colors of #41491e

#41491e #2c491e #493c1e

Monochromatic Colors of #41491e

#41491e

Complementary Color

#41491e #261e49

#41491e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41491e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41491e Color CSS Codes

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

#41491e Text Font Color

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

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


#41491e Background Color

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

This div background color is #41491e


#41491e Border Color

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

This div border color is #41491e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41491e


Comments

No comments written yet.

Please login to write comment.