Color Hex Logo

#422625 Color Hex

#422625
(66,38,37)
0 Favorites   0 Comments

Color spaces of #422625

RGB 663837
HSL0.010.280.20
HSV44°26°
CMYK 0.000.420.44   0.74
XYZ3.27382.67802.0946
Yxy2.67800.40690.3328
Hunter Lab16.36467.07163.8663
CIE-Lab18.705213.09126.2474

#422625 color RGB value is (66,38,37).

#422625 hex color red value is 66, green value is 38 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #422625 hue: 0.01 , saturation: 0.28 and the lightness value of 422625 is 0.20.

The process color (four color CMYK) of #422625 color hex is 0.00, 0.42, 0.44, 0.74. Web safe color of #422625 is #333333. Color #422625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100110 00100101
Octal 102 46 45
Decimal 66 38 37
Hex 42 26 25

RGB Percentages of Color #422625

%46.81
%26.95
%26.24

CMYK Percentages of Color #422625

%0
%42
%44
%74

Triadic Colors of #422625

#422625 #254226 #262542

Analogous Colors of #422625

#422625 #423525 #422533

Monochromatic Colors of #422625

#422625

Complementary Color

#422625 #254142

#422625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422625 Color CSS Codes

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

#422625 Text Font Color

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

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


#422625 Background Color

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

This div background color is #422625


#422625 Border Color

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

This div border color is #422625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422625


Comments

No comments written yet.

Please login to write comment.