Color Hex Logo

#42061f Color Hex

#42061F
(66,6,31)
0 Favorites   0 Comments

Color spaces of #42061f

RGB 66631
HSL0.930.830.14
HSV335°91°26°
CMYK 0.000.910.53   0.74
XYZ2.55921.38741.4292
Yxy1.38740.47610.2581
Hunter Lab11.778818.17011.0511
CIE-Lab11.873529.71760.8796

#42061f color RGB value is (66,6,31).

#42061f hex color red value is 66, green value is 6 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #42061f hue: 0.93 , saturation: 0.83 and the lightness value of 42061f is 0.14.

The process color (four color CMYK) of #42061f color hex is 0.00, 0.91, 0.53, 0.74. Web safe color of #42061f is #330033. Color #42061f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000110 00011111
Octal 102 6 37
Decimal 66 6 31
Hex 42 6 1F

RGB Percentages of Color #42061f

%64.08
%5.83
%30.10

CMYK Percentages of Color #42061f

%0
%91
%53
%74

Triadic Colors of #42061f

#42061f #1f4206 #061f42

Analogous Colors of #42061f

#42061f #420b06 #42063d

Monochromatic Colors of #42061f

#42061f

Complementary Color

#42061f #064229

#42061f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42061f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42061f Color CSS Codes

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

#42061f Text Font Color

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

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


#42061f Background Color

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

This div background color is #42061f


#42061f Border Color

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

This div border color is #42061f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,6,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42061f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42061f;
  -webkit-box-shadow: 1px 1px 3px 2px #42061f;
  box-shadow:         1px 1px 3px 2px #42061f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42061f


Comments

No comments written yet.

Please login to write comment.