Color Hex Logo

#442525 Color Hex

#442525
(68,37,37)
0 Favorites   0 Comments

Color spaces of #442525

RGB 683737
HSL0.000.300.21
HSV46°27°
CMYK 0.000.460.46   0.73
XYZ3.37942.68572.0905
Yxy2.68570.41440.3293
Hunter Lab16.38818.12943.9085
CIE-Lab18.738514.67866.3397

#442525 color RGB value is (68,37,37).

#442525 hex color red value is 68, green value is 37 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #442525 hue: 0.00 , saturation: 0.30 and the lightness value of 442525 is 0.21.

The process color (four color CMYK) of #442525 color hex is 0.00, 0.46, 0.46, 0.73. Web safe color of #442525 is #333333. Color #442525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 00100101 00100101
Octal 104 45 45
Decimal 68 37 37
Hex 44 25 25

RGB Percentages of Color #442525

%47.89
%26.06
%26.06

CMYK Percentages of Color #442525

%0
%46
%46
%73

Triadic Colors of #442525

#442525 #254425 #252544

Analogous Colors of #442525

#442525 #443525 #442535

Monochromatic Colors of #442525

#442525

Complementary Color

#442525 #254444

#442525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#442525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#442525 Color CSS Codes

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

#442525 Text Font Color

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

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


#442525 Background Color

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

This div background color is #442525


#442525 Border Color

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

This div border color is #442525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #442525


Comments

No comments written yet.

Please login to write comment.