Color Hex Logo

#416c5f Color Hex

#416C5F
(65,108,95)
0 Favorites   0 Comments

Color spaces of #416c5f

RGB 6510895
HSL0.450.250.34
HSV162°40°42°
CMYK 0.400.000.12   0.58
XYZ9.608112.675212.7666
Yxy12.67520.27410.3616
Hunter Lab35.6022-14.13153.6608
CIE-Lab42.2697-18.24462.5758

#416c5f color RGB value is (65,108,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101100 01011111
Octal 101 154 137
Decimal 65 108 95
Hex 41 6C 5F

RGB Percentages of Color #416c5f

%24.25
%40.30
%35.45

CMYK Percentages of Color #416c5f

%40
%0
%12
%58

Triadic Colors of #416c5f

#416c5f #5f416c #6c5f41

Analogous Colors of #416c5f

#416c5f #41646c #416c4a

Monochromatic Colors of #416c5f

#416c5f

Complementary Color

#416c5f #6c414e

#416c5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416c5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#416c5f Color CSS Codes

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

#416c5f Text Font Color

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

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


#416c5f Background Color

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

This div background color is #416c5f


#416c5f Border Color

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

This div border color is #416c5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416c5f


Comments

No comments written yet.

Please login to write comment.