Color Hex Logo

#442715 Color Hex

#442715
(68,39,21)
0 Favorites   0 Comments

Color spaces of #442715

RGB 683921
HSL0.060.530.17
HSV23°69°27°
CMYK 0.000.430.69   0.73
XYZ3.24482.73411.0662
Yxy2.73410.46060.3881
Hunter Lab16.53516.09187.7515
CIE-Lab18.945911.572017.4635

#442715 color RGB value is (68,39,21).

#442715 hex color red value is 68, green value is 39 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #442715 hue: 0.06 , saturation: 0.53 and the lightness value of 442715 is 0.17.

The process color (four color CMYK) of #442715 color hex is 0.00, 0.43, 0.69, 0.73. Web safe color of #442715 is #333300. Color #442715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100111 00010101
Octal 104 47 25
Decimal 68 39 21
Hex 44 27 15

RGB Percentages of Color #442715

%53.13
%30.47
%16.41

CMYK Percentages of Color #442715

%0
%43
%69
%73

Triadic Colors of #442715

#442715 #154427 #271544

Analogous Colors of #442715

#442715 #443f15 #44151a

Monochromatic Colors of #442715

#442715

Complementary Color

#442715 #153244

#442715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442715 Color CSS Codes

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

#442715 Text Font Color

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

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


#442715 Background Color

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

This div background color is #442715


#442715 Border Color

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

This div border color is #442715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442715


Comments

No comments written yet.

Please login to write comment.