Color Hex Logo

#416428 Color Hex

#416428
(65,100,40)
0 Favorites   0 Comments

Color spaces of #416428

RGB 6510040
HSL0.260.430.27
HSV95°60°39°
CMYK 0.350.000.60   0.61
XYZ7.120110.39143.6379
Yxy10.39140.33670.4913
Hunter Lab32.2357-16.986115.8739
CIE-Lab38.5359-24.293629.6115

#416428 color RGB value is (65,100,40).

#416428 hex color red value is 65, green value is 100 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #416428 hue: 0.26 , saturation: 0.43 and the lightness value of 416428 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01100100 00101000
Octal 101 144 50
Decimal 65 100 40
Hex 41 64 28

RGB Percentages of Color #416428

%31.71
%48.78
%19.51

CMYK Percentages of Color #416428

%35
%0
%60
%61

Triadic Colors of #416428

#416428 #284164 #642841

Analogous Colors of #416428

#416428 #28642d #5f6428

Monochromatic Colors of #416428

#416428

Complementary Color

#416428 #4b2864

#416428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#416428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#416428 Color CSS Codes

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

#416428 Text Font Color

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

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


#416428 Background Color

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

This div background color is #416428


#416428 Border Color

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

This div border color is #416428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #416428


Comments

No comments written yet.

Please login to write comment.