Color Hex Logo

#381638 Color Hex

#381638
(56,22,56)
0 Favorites   0 Comments

Color spaces of #381638

RGB 562256
HSL0.830.440.15
HSV300°61°22°
CMYK 0.000.610.00   0.78
XYZ2.63161.70013.9308
Yxy1.70010.31850.2058
Hunter Lab13.038813.2085-8.7470
CIE-Lab13.827522.6956-14.6737

#381638 color RGB value is (56,22,56).

#381638 hex color red value is 56, green value is 22 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #381638 hue: 0.83 , saturation: 0.44 and the lightness value of 381638 is 0.15.

The process color (four color CMYK) of #381638 color hex is 0.00, 0.61, 0.00, 0.78. Web safe color of #381638 is #330033. Color #381638 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010110 00111000
Octal 70 26 70
Decimal 56 22 56
Hex 38 16 38

RGB Percentages of Color #381638

%41.79
%16.42
%41.79

CMYK Percentages of Color #381638

%0
%61
%0
%78

Triadic Colors of #381638

#381638 #383816 #163838

Analogous Colors of #381638

#381638 #381627 #271638

Monochromatic Colors of #381638

#381638

Complementary Color

#381638 #163816

#381638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381638 Color CSS Codes

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

#381638 Text Font Color

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

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


#381638 Background Color

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

This div background color is #381638


#381638 Border Color

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

This div border color is #381638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381638


Comments

No comments written yet.

Please login to write comment.