Color Hex Logo

#416c52 Color Hex

#416C52
(65,108,82)
0 Favorites   0 Comments

Color spaces of #416c52

RGB 6510882
HSL0.400.250.34
HSV144°40°42°
CMYK 0.400.000.24   0.58
XYZ9.065512.45819.9095
Yxy12.45810.28840.3963
Hunter Lab35.2960-15.92188.0613
CIE-Lab41.9351-21.27219.9258

#416c52 color RGB value is (65,108,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01101100 01010010
Octal 101 154 122
Decimal 65 108 82
Hex 41 6C 52

RGB Percentages of Color #416c52

%25.49
%42.35
%32.16

CMYK Percentages of Color #416c52

%40
%0
%24
%58

Triadic Colors of #416c52

#416c52 #52416c #6c5241

Analogous Colors of #416c52

#416c52 #416c68 #466c41

Monochromatic Colors of #416c52

#416c52

Complementary Color

#416c52 #6c415b

#416c52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416c52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416c52 Color CSS Codes

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

#416c52 Text Font Color

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

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


#416c52 Background Color

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

This div background color is #416c52


#416c52 Border Color

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

This div border color is #416c52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416c52


Comments

No comments written yet.

Please login to write comment.