Color Hex Logo

#41595c Color Hex

#41595C
(65,89,92)
0 Favorites   0 Comments

Color spaces of #41595c

RGB 658992
HSL0.520.170.31
HSV187°29°36°
CMYK 0.290.030.00   0.64
XYZ7.68419.041311.4654
Yxy9.04130.27260.3207
Hunter Lab30.0688-7.0045-1.5595
CIE-Lab36.0637-8.2129-4.6787

#41595c color RGB value is (65,89,92).

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

The process color (four color CMYK) of #41595c color hex is 0.29, 0.03, 0.00, 0.64. Web safe color of #41595c is #336666. Color #41595c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01011001 01011100
Octal 101 131 134
Decimal 65 89 92
Hex 41 59 5C

RGB Percentages of Color #41595c

%26.42
%36.18
%37.40

CMYK Percentages of Color #41595c

%29
%3
%0
%64

Triadic Colors of #41595c

#41595c #5c4159 #595c41

Analogous Colors of #41595c

#41595c #414c5c #415c52

Monochromatic Colors of #41595c

#41595c

Complementary Color

#41595c #5c4441

#41595c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41595c Color Preview on White Background

Lorem ipsum dolor sit amet.

#41595c Color CSS Codes

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

#41595c Text Font Color

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

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


#41595c Background Color

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

This div background color is #41595c


#41595c Border Color

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

This div border color is #41595c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41595c


Comments

No comments written yet.

Please login to write comment.