Color Hex Logo

#440711 Color Hex

#440711
(68,7,17)
0 Favorites   0 Comments

Color spaces of #440711

RGB 68717
HSL0.970.810.15
HSV350°90°27°
CMYK 0.000.900.75   0.73
XYZ2.56111.42140.6697
Yxy1.42140.55050.3055
Hunter Lab11.922217.48095.0151
CIE-Lab12.099428.781211.2820

#440711 color RGB value is (68,7,17).

#440711 hex color red value is 68, green value is 7 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #440711 hue: 0.97 , saturation: 0.81 and the lightness value of 440711 is 0.15.

The process color (four color CMYK) of #440711 color hex is 0.00, 0.90, 0.75, 0.73. Web safe color of #440711 is #330000. Color #440711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00000111 00010001
Octal 104 7 21
Decimal 68 7 17
Hex 44 7 11

RGB Percentages of Color #440711

%73.91
%7.61
%18.48

CMYK Percentages of Color #440711

%0
%90
%75
%73

Triadic Colors of #440711

#440711 #114407 #071144

Analogous Colors of #440711

#440711 #441c07 #440730

Monochromatic Colors of #440711

#440711

Complementary Color

#440711 #07443a

#440711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#440711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#440711 Color CSS Codes

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

#440711 Text Font Color

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

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


#440711 Background Color

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

This div background color is #440711


#440711 Border Color

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

This div border color is #440711


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,7,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 #440711">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #440711


Comments

No comments written yet.

Please login to write comment.