Color Hex Logo

#414711 Color Hex

#414711
(65,71,17)
0 Favorites   0 Comments

Color spaces of #414711

RGB 657117
HSL0.190.610.17
HSV67°76°28°
CMYK 0.080.000.76   0.72
XYZ4.53445.67081.3859
Yxy5.67080.39120.4892
Hunter Lab23.8134-7.684713.2188
CIE-Lab28.5663-10.754430.1415

#414711 color RGB value is (65,71,17).

#414711 hex color red value is 65, green value is 71 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #414711 hue: 0.19 , saturation: 0.61 and the lightness value of 414711 is 0.17.

The process color (four color CMYK) of #414711 color hex is 0.08, 0.00, 0.76, 0.72. Web safe color of #414711 is #333300. Color #414711 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01000111 00010001
Octal 101 107 21
Decimal 65 71 17
Hex 41 47 11

RGB Percentages of Color #414711

%42.48
%46.41
%11.11

CMYK Percentages of Color #414711

%8
%0
%76
%72

Triadic Colors of #414711

#414711 #114147 #471141

Analogous Colors of #414711

#414711 #264711 #473211

Monochromatic Colors of #414711

#414711

Complementary Color

#414711 #171147

#414711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#414711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#414711 Color CSS Codes

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

#414711 Text Font Color

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

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


#414711 Background Color

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

This div background color is #414711


#414711 Border Color

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

This div border color is #414711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #414711


Comments

No comments written yet.

Please login to write comment.