Color Hex Logo

#41493e Color Hex

#41493E
(65,73,62)
0 Favorites   0 Comments

Color spaces of #41493e

RGB 657362
HSL0.290.080.26
HSV104°15°29°
CMYK 0.110.000.15   0.71
XYZ5.43206.23675.4749
Yxy6.23670.31690.3638
Hunter Lab24.9734-4.87764.4833
CIE-Lab30.0020-5.68985.4946

#41493e color RGB value is (65,73,62).

#41493e hex color red value is 65, green value is 73 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #41493e hue: 0.29 , saturation: 0.08 and the lightness value of 41493e is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01001001 00111110
Octal 101 111 76
Decimal 65 73 62
Hex 41 49 3E

RGB Percentages of Color #41493e

%32.50
%36.50
%31.00

CMYK Percentages of Color #41493e

%11
%0
%15
%71

Triadic Colors of #41493e

#41493e #3e4149 #493e41

Analogous Colors of #41493e

#41493e #3e4941 #47493e

Monochromatic Colors of #41493e

#41493e

Complementary Color

#41493e #463e49

#41493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41493e Color CSS Codes

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

#41493e Text Font Color

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

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


#41493e Background Color

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

This div background color is #41493e


#41493e Border Color

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

This div border color is #41493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41493e


Comments

No comments written yet.

Please login to write comment.