Color Hex Logo

#414319 Color Hex

#414319
(65,67,25)
0 Favorites   0 Comments

Color spaces of #414319

RGB 656725
HSL0.170.460.18
HSV63°63°26°
CMYK 0.030.000.63   0.74
XYZ4.36265.20831.6951
Yxy5.20830.38720.4623
Hunter Lab22.8217-5.815911.5714
CIE-Lab27.3202-7.703124.7507

#414319 color RGB value is (65,67,25).

#414319 hex color red value is 65, green value is 67 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #414319 hue: 0.17 , saturation: 0.46 and the lightness value of 414319 is 0.18.

The process color (four color CMYK) of #414319 color hex is 0.03, 0.00, 0.63, 0.74. Web safe color of #414319 is #333300. Color #414319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000011 00011001
Octal 101 103 31
Decimal 65 67 25
Hex 41 43 19

RGB Percentages of Color #414319

%41.40
%42.68
%15.92

CMYK Percentages of Color #414319

%3
%0
%63
%74

Triadic Colors of #414319

#414319 #194143 #431941

Analogous Colors of #414319

#414319 #2c4319 #433019

Monochromatic Colors of #414319

#414319

Complementary Color

#414319 #1b1943

#414319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414319 Color CSS Codes

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

#414319 Text Font Color

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

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


#414319 Background Color

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

This div background color is #414319


#414319 Border Color

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

This div border color is #414319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414319


Comments

No comments written yet.

Please login to write comment.