Color Hex Logo

#416450 Color Hex

#416450
(65,100,80)
0 Favorites   0 Comments

Color spaces of #416450

RGB 6510080
HSL0.400.210.32
HSV146°35°39°
CMYK 0.350.000.20   0.61
XYZ8.185110.81739.2460
Yxy10.81730.28980.3829
Hunter Lab32.8897-13.13446.3551
CIE-Lab39.2710-17.43757.3870

#416450 color RGB value is (65,100,80).

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

The process color (four color CMYK) of #416450 color hex is 0.35, 0.00, 0.20, 0.61. Web safe color of #416450 is #336666. Color #416450 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100100 01010000
Octal 101 144 120
Decimal 65 100 80
Hex 41 64 50

RGB Percentages of Color #416450

%26.53
%40.82
%32.65

CMYK Percentages of Color #416450

%35
%0
%20
%61

Triadic Colors of #416450

#416450 #504164 #645041

Analogous Colors of #416450

#416450 #416462 #446441

Monochromatic Colors of #416450

#416450

Complementary Color

#416450 #644155

#416450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416450 Color CSS Codes

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

#416450 Text Font Color

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

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


#416450 Background Color

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

This div background color is #416450


#416450 Border Color

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

This div border color is #416450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416450


Comments

No comments written yet.

Please login to write comment.