Color Hex Logo

#414116 Color Hex

#414116
(65,65,22)
0 Favorites   0 Comments

Color spaces of #414116

RGB 656522
HSL0.170.490.17
HSV60°66°25°
CMYK 0.000.000.66   0.75
XYZ4.21514.96231.4947
Yxy4.96230.39500.4650
Hunter Lab22.2762-5.207711.6151
CIE-Lab26.6271-6.756525.6068

#414116 color RGB value is (65,65,22).

#414116 hex color red value is 65, green value is 65 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #414116 hue: 0.17 , saturation: 0.49 and the lightness value of 414116 is 0.17.

The process color (four color CMYK) of #414116 color hex is 0.00, 0.00, 0.66, 0.75. Web safe color of #414116 is #333300. Color #414116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000001 00010110
Octal 101 101 26
Decimal 65 65 22
Hex 41 41 16

RGB Percentages of Color #414116

%42.76
%42.76
%14.47

CMYK Percentages of Color #414116

%0
%0
%66
%75

Triadic Colors of #414116

#414116 #164141 #411641

Analogous Colors of #414116

#414116 #2c4116 #412c16

Monochromatic Colors of #414116

#414116

Complementary Color

#414116 #161641

#414116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414116 Color CSS Codes

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

#414116 Text Font Color

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

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


#414116 Background Color

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

This div background color is #414116


#414116 Border Color

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

This div border color is #414116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414116


Comments

No comments written yet.

Please login to write comment.