Color Hex Logo

#416447 Color Hex

#416447
(65,100,71)
0 Favorites   0 Comments

Color spaces of #416447

RGB 6510071
HSL0.360.210.32
HSV130°35°39°
CMYK 0.350.000.29   0.61
XYZ7.874510.69317.6102
Yxy10.69310.30080.4085
Hunter Lab32.7003-14.24139.0919
CIE-Lab39.0587-19.351212.5449

#416447 color RGB value is (65,100,71).

#416447 hex color red value is 65, green value is 100 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #416447 hue: 0.36 , saturation: 0.21 and the lightness value of 416447 is 0.32.

The process color (four color CMYK) of #416447 color hex is 0.35, 0.00, 0.29, 0.61. Web safe color of #416447 is #336633. Color #416447 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100100 01000111
Octal 101 144 107
Decimal 65 100 71
Hex 41 64 47

RGB Percentages of Color #416447

%27.54
%42.37
%30.08

CMYK Percentages of Color #416447

%35
%0
%29
%61

Triadic Colors of #416447

#416447 #474164 #644741

Analogous Colors of #416447

#416447 #416459 #4d6441

Monochromatic Colors of #416447

#416447

Complementary Color

#416447 #64415e

#416447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416447 Color CSS Codes

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

#416447 Text Font Color

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

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


#416447 Background Color

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

This div background color is #416447


#416447 Border Color

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

This div border color is #416447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416447


Comments

No comments written yet.

Please login to write comment.