Color Hex Logo

#41615e Color Hex

#41615E
(65,97,94)
0 Favorites   0 Comments

Color spaces of #41615e

RGB 659794
HSL0.480.200.32
HSV174°33°38°
CMYK 0.330.000.03   0.62
XYZ8.475010.481412.1661
Yxy10.48140.27230.3368
Hunter Lab32.3750-9.92920.3821
CIE-Lab38.6929-12.3690-2.0316

#41615e color RGB value is (65,97,94).

#41615e hex color red value is 65, green value is 97 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #41615e hue: 0.48 , saturation: 0.20 and the lightness value of 41615e is 0.32.

The process color (four color CMYK) of #41615e color hex is 0.33, 0.00, 0.03, 0.62. Web safe color of #41615e is #336666. Color #41615e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100001 01011110
Octal 101 141 136
Decimal 65 97 94
Hex 41 61 5E

RGB Percentages of Color #41615e

%25.39
%37.89
%36.72

CMYK Percentages of Color #41615e

%33
%0
%3
%62

Triadic Colors of #41615e

#41615e #5e4161 #615e41

Analogous Colors of #41615e

#41615e #415461 #41614e

Monochromatic Colors of #41615e

#41615e

Complementary Color

#41615e #614144

#41615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41615e Color CSS Codes

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

#41615e Text Font Color

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

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


#41615e Background Color

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

This div background color is #41615e


#41615e Border Color

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

This div border color is #41615e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,97,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 #41615e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41615e


Comments

No comments written yet.

Please login to write comment.