Color Hex Logo

#42381f Color Hex

#42381F
(66,56,31)
0 Favorites   0 Comments

Color spaces of #42381f

RGB 665631
HSL0.120.360.19
HSV43°53°26°
CMYK 0.000.150.53   0.74
XYZ3.90834.08551.8789
Yxy4.08550.39590.4138
Hunter Lab20.2126-0.85748.6374
CIE-Lab23.95210.371117.2003

#42381f color RGB value is (66,56,31).

#42381f hex color red value is 66, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #42381f hue: 0.12 , saturation: 0.36 and the lightness value of 42381f is 0.19.

The process color (four color CMYK) of #42381f color hex is 0.00, 0.15, 0.53, 0.74. Web safe color of #42381f is #333333. Color #42381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111000 00011111
Octal 102 70 37
Decimal 66 56 31
Hex 42 38 1F

RGB Percentages of Color #42381f

%43.14
%36.60
%20.26

CMYK Percentages of Color #42381f

%0
%15
%53
%74

Triadic Colors of #42381f

#42381f #1f4238 #381f42

Analogous Colors of #42381f

#42381f #3b421f #42271f

Monochromatic Colors of #42381f

#42381f

Complementary Color

#42381f #1f2942

#42381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42381f Color CSS Codes

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

#42381f Text Font Color

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

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


#42381f Background Color

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

This div background color is #42381f


#42381f Border Color

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

This div border color is #42381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42381f


Comments

No comments written yet.

Please login to write comment.