Color Hex Logo

#42371c Color Hex

#42371C
(66,55,28)
0 Favorites   0 Comments

Color spaces of #42371c

RGB 665528
HSL0.120.400.18
HSV43°58°26°
CMYK 0.000.170.58   0.74
XYZ3.82263.97451.6643
Yxy3.97450.40400.4201
Hunter Lab19.9361-0.66239.0057
CIE-Lab23.58700.674218.6185

#42371c color RGB value is (66,55,28).

#42371c hex color red value is 66, green value is 55 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #42371c hue: 0.12 , saturation: 0.40 and the lightness value of 42371c is 0.18.

The process color (four color CMYK) of #42371c color hex is 0.00, 0.17, 0.58, 0.74. Web safe color of #42371c is #333333. Color #42371c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110111 00011100
Octal 102 67 34
Decimal 66 55 28
Hex 42 37 1C

RGB Percentages of Color #42371c

%44.30
%36.91
%18.79

CMYK Percentages of Color #42371c

%0
%17
%58
%74

Triadic Colors of #42371c

#42371c #1c4237 #371c42

Analogous Colors of #42371c

#42371c #3a421c #42241c

Monochromatic Colors of #42371c

#42371c

Complementary Color

#42371c #1c2742

#42371c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42371c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42371c Color CSS Codes

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

#42371c Text Font Color

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

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


#42371c Background Color

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

This div background color is #42371c


#42371c Border Color

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

This div border color is #42371c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,55,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42371c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42371c;
  -webkit-box-shadow: 1px 1px 3px 2px #42371c;
  box-shadow:         1px 1px 3px 2px #42371c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42371c


Comments

No comments written yet.

Please login to write comment.