Color Hex Logo

#41564f Color Hex

#41564F
(65,86,79)
0 Favorites   0 Comments

Color spaces of #41564f

RGB 658679
HSL0.440.140.30
HSV160°24°34°
CMYK 0.240.000.08   0.66
XYZ6.91908.34398.6430
Yxy8.34390.28940.3490
Hunter Lab28.8858-7.79422.4797
CIE-Lab34.6891-9.71571.4412

#41564f color RGB value is (65,86,79).

#41564f hex color red value is 65, green value is 86 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #41564f hue: 0.44 , saturation: 0.14 and the lightness value of 41564f is 0.30.

The process color (four color CMYK) of #41564f color hex is 0.24, 0.00, 0.08, 0.66. Web safe color of #41564f is #336666. Color #41564f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01010110 01001111
Octal 101 126 117
Decimal 65 86 79
Hex 41 56 4F

RGB Percentages of Color #41564f

%28.26
%37.39
%34.35

CMYK Percentages of Color #41564f

%24
%0
%8
%66

Triadic Colors of #41564f

#41564f #4f4156 #564f41

Analogous Colors of #41564f

#41564f #415356 #415645

Monochromatic Colors of #41564f

#41564f

Complementary Color

#41564f #564148

#41564f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41564f Color Preview on White Background

Lorem ipsum dolor sit amet.

#41564f Color CSS Codes

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

#41564f Text Font Color

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

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


#41564f Background Color

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

This div background color is #41564f


#41564f Border Color

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

This div border color is #41564f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41564f


Comments

No comments written yet.

Please login to write comment.