Color Hex Logo

#416561 Color Hex

#416561
(65,101,97)
0 Favorites   0 Comments

Color spaces of #416561

RGB 6510197
HSL0.480.220.33
HSV173°36°40°
CMYK 0.360.000.04   0.60
XYZ8.991311.294213.0154
Yxy11.29420.27000.3392
Hunter Lab33.6068-11.05540.5627
CIE-Lab40.0716-13.8648-1.8459

#416561 color RGB value is (65,101,97).

#416561 hex color red value is 65, green value is 101 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #416561 hue: 0.48 , saturation: 0.22 and the lightness value of 416561 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100101 01100001
Octal 101 145 141
Decimal 65 101 97
Hex 41 65 61

RGB Percentages of Color #416561

%24.71
%38.40
%36.88

CMYK Percentages of Color #416561

%36
%0
%4
%60

Triadic Colors of #416561

#416561 #614165 #656141

Analogous Colors of #416561

#416561 #415765 #41654f

Monochromatic Colors of #416561

#416561

Complementary Color

#416561 #654145

#416561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416561 Color CSS Codes

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

#416561 Text Font Color

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

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


#416561 Background Color

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

This div background color is #416561


#416561 Border Color

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

This div border color is #416561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416561


Comments

No comments written yet.

Please login to write comment.