Color Hex Logo

#41515e Color Hex

#41515E
(65,81,94)
0 Favorites   0 Comments

Color spaces of #41515e

RGB 658194
HSL0.570.180.31
HSV207°31°37°
CMYK 0.310.140.00   0.63
XYZ7.14287.816811.7220
Yxy7.81680.26770.2930
Hunter Lab27.9585-3.3246-5.2872
CIE-Lab33.5984-2.7874-9.6286

#41515e color RGB value is (65,81,94).

#41515e hex color red value is 65, green value is 81 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #41515e hue: 0.57 , saturation: 0.18 and the lightness value of 41515e is 0.31.

The process color (four color CMYK) of #41515e color hex is 0.31, 0.14, 0.00, 0.63. Web safe color of #41515e is #336666. Color #41515e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010001 01011110
Octal 101 121 136
Decimal 65 81 94
Hex 41 51 5E

RGB Percentages of Color #41515e

%27.08
%33.75
%39.17

CMYK Percentages of Color #41515e

%31
%14
%0
%63

Triadic Colors of #41515e

#41515e #5e4151 #515e41

Analogous Colors of #41515e

#41515e #41435e #415e5d

Monochromatic Colors of #41515e

#41515e

Complementary Color

#41515e #5e4e41

#41515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41515e Color CSS Codes

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

#41515e Text Font Color

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

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


#41515e Background Color

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

This div background color is #41515e


#41515e Border Color

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

This div border color is #41515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41515e


Comments

No comments written yet.

Please login to write comment.