Color Hex Logo

#422115 Color Hex

#422115
(66,33,21)
0 Favorites   0 Comments

Color spaces of #422115

RGB 663321
HSL0.040.520.17
HSV16°68°26°
CMYK 0.000.500.68   0.74
XYZ2.92602.30010.9992
Yxy2.30010.47000.3695
Hunter Lab15.16617.89756.7100
CIE-Lab16.989314.509315.0058

#422115 color RGB value is (66,33,21).

#422115 hex color red value is 66, green value is 33 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #422115 hue: 0.04 , saturation: 0.52 and the lightness value of 422115 is 0.17.

The process color (four color CMYK) of #422115 color hex is 0.00, 0.50, 0.68, 0.74. Web safe color of #422115 is #333300. Color #422115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 00010101
Octal 102 41 25
Decimal 66 33 21
Hex 42 21 15

RGB Percentages of Color #422115

%55.00
%27.50
%17.50

CMYK Percentages of Color #422115

%0
%50
%68
%74

Triadic Colors of #422115

#422115 #154221 #211542

Analogous Colors of #422115

#422115 #423815 #421520

Monochromatic Colors of #422115

#422115

Complementary Color

#422115 #153642

#422115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422115 Color CSS Codes

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

#422115 Text Font Color

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

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


#422115 Background Color

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

This div background color is #422115


#422115 Border Color

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

This div border color is #422115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422115


Comments

No comments written yet.

Please login to write comment.