Color Hex Logo

#41664e Color Hex

#41664E
(65,102,78)
0 Favorites   0 Comments

Color spaces of #41664e

RGB 6510278
HSL0.390.220.33
HSV141°36°40°
CMYK 0.360.000.24   0.60
XYZ8.306511.17668.9272
Yxy11.17660.29240.3934
Hunter Lab33.4314-14.15427.5698
CIE-Lab39.8763-18.96039.4528

#41664e color RGB value is (65,102,78).

#41664e hex color red value is 65, green value is 102 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #41664e hue: 0.39 , saturation: 0.22 and the lightness value of 41664e is 0.33.

The process color (four color CMYK) of #41664e color hex is 0.36, 0.00, 0.24, 0.60. Web safe color of #41664e is #336666. Color #41664e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100110 01001110
Octal 101 146 116
Decimal 65 102 78
Hex 41 66 4E

RGB Percentages of Color #41664e

%26.53
%41.63
%31.84

CMYK Percentages of Color #41664e

%36
%0
%24
%60

Triadic Colors of #41664e

#41664e #4e4166 #664e41

Analogous Colors of #41664e

#41664e #416661 #476641

Monochromatic Colors of #41664e

#41664e

Complementary Color

#41664e #664159

#41664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#41664e Color CSS Codes

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

#41664e Text Font Color

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

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


#41664e Background Color

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

This div background color is #41664e


#41664e Border Color

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

This div border color is #41664e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41664e


Comments

No comments written yet.

Please login to write comment.