Color Hex Logo

#422130 Color Hex

#422130
(66,33,48)
0 Favorites   0 Comments

Color spaces of #422130

RGB 663348
HSL0.920.330.19
HSV333°50°26°
CMYK 0.000.500.27   0.74
XYZ3.32412.45943.0958
Yxy2.45940.37440.2770
Hunter Lab15.682510.3910-0.7264
CIE-Lab17.734018.1065-2.8807

#422130 color RGB value is (66,33,48).

#422130 hex color red value is 66, green value is 33 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #422130 hue: 0.92 , saturation: 0.33 and the lightness value of 422130 is 0.19.

The process color (four color CMYK) of #422130 color hex is 0.00, 0.50, 0.27, 0.74. Web safe color of #422130 is #333333. Color #422130 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100001 00110000
Octal 102 41 60
Decimal 66 33 48
Hex 42 21 30

RGB Percentages of Color #422130

%44.90
%22.45
%32.65

CMYK Percentages of Color #422130

%0
%50
%27
%74

Triadic Colors of #422130

#422130 #304221 #213042

Analogous Colors of #422130

#422130 #422321 #422141

Monochromatic Colors of #422130

#422130

Complementary Color

#422130 #214233

#422130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#422130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#422130 Color CSS Codes

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

#422130 Text Font Color

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

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


#422130 Background Color

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

This div background color is #422130


#422130 Border Color

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

This div border color is #422130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #422130


Comments

No comments written yet.

Please login to write comment.