Color Hex Logo

#41595f Color Hex

#41595F
(65,89,95)
0 Favorites   0 Comments

Color spaces of #41595f

RGB 658995
HSL0.530.190.31
HSV192°32°37°
CMYK 0.320.060.00   0.63
XYZ7.81799.094812.1699
Yxy9.09480.26880.3127
Hunter Lab30.1576-6.5023-2.8158
CIE-Lab36.1662-7.4070-6.3981

#41595f color RGB value is (65,89,95).

#41595f hex color red value is 65, green value is 89 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #41595f hue: 0.53 , saturation: 0.19 and the lightness value of 41595f is 0.31.

The process color (four color CMYK) of #41595f color hex is 0.32, 0.06, 0.00, 0.63. Web safe color of #41595f is #336666. Color #41595f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011001 01011111
Octal 101 131 137
Decimal 65 89 95
Hex 41 59 5F

RGB Percentages of Color #41595f

%26.10
%35.74
%38.15

CMYK Percentages of Color #41595f

%32
%6
%0
%63

Triadic Colors of #41595f

#41595f #5f4159 #595f41

Analogous Colors of #41595f

#41595f #414a5f #415f56

Monochromatic Colors of #41595f

#41595f

Complementary Color

#41595f #5f4741

#41595f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41595f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41595f Color CSS Codes

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

#41595f Text Font Color

<p style="color:#41595f">Text here</p>

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


#41595f Background Color

<div style="background-color:#41595f">
Div content here</div>

This div background color is #41595f


#41595f Border Color

<div style="border:3px solid #41595f">
Div here</div>

This div border color is #41595f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,89,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #41595f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #41595f;
  -webkit-box-shadow: 1px 1px 3px 2px #41595f;
  box-shadow:         1px 1px 3px 2px #41595f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41595f


Comments

No comments written yet.

Please login to write comment.