Color Hex Logo

#416c5a Color Hex

#416C5A
(65,108,90)
0 Favorites   0 Comments

Color spaces of #416c5a

RGB 6510890
HSL0.430.250.34
HSV155°40°42°
CMYK 0.400.000.17   0.58
XYZ9.388012.587111.6076
Yxy12.58710.27950.3748
Hunter Lab35.4783-14.85375.4366
CIE-Lab42.1344-19.45365.3992

#416c5a color RGB value is (65,108,90).

#416c5a hex color red value is 65, green value is 108 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #416c5a hue: 0.43 , saturation: 0.25 and the lightness value of 416c5a is 0.34.

The process color (four color CMYK) of #416c5a color hex is 0.40, 0.00, 0.17, 0.58. Web safe color of #416c5a is #336666. Color #416c5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101100 01011010
Octal 101 154 132
Decimal 65 108 90
Hex 41 6C 5A

RGB Percentages of Color #416c5a

%24.71
%41.06
%34.22

CMYK Percentages of Color #416c5a

%40
%0
%17
%58

Triadic Colors of #416c5a

#416c5a #5a416c #6c5a41

Analogous Colors of #416c5a

#416c5a #41696c #416c45

Monochromatic Colors of #416c5a

#416c5a

Complementary Color

#416c5a #6c4153

#416c5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416c5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#416c5a Color CSS Codes

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

#416c5a Text Font Color

<p style="color:#416c5a">Text here</p>

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


#416c5a Background Color

<div style="background-color:#416c5a">
Div content here</div>

This div background color is #416c5a


#416c5a Border Color

<div style="border:3px solid #416c5a">
Div here</div>

This div border color is #416c5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,108,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #416c5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #416c5a;
  -webkit-box-shadow: 1px 1px 3px 2px #416c5a;
  box-shadow:         1px 1px 3px 2px #416c5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416c5a


Comments

No comments written yet.

Please login to write comment.