Color Hex Logo

#381641 Color Hex

#381641
(56,22,65)
0 Favorites   0 Comments

Color spaces of #381641

RGB 562265
HSL0.800.490.17
HSV287°66°25°
CMYK 0.140.660.00   0.75
XYZ2.87191.79625.1964
Yxy1.79620.29110.1821
Hunter Lab13.402214.7960-13.6067
CIE-Lab14.379224.7881-20.1676

#381641 color RGB value is (56,22,65).

#381641 hex color red value is 56, green value is 22 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #381641 hue: 0.80 , saturation: 0.49 and the lightness value of 381641 is 0.17.

The process color (four color CMYK) of #381641 color hex is 0.14, 0.66, 0.00, 0.75. Web safe color of #381641 is #330033. Color #381641 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010110 01000001
Octal 70 26 101
Decimal 56 22 65
Hex 38 16 41

RGB Percentages of Color #381641

%39.16
%15.38
%45.45

CMYK Percentages of Color #381641

%14
%66
%0
%75

Triadic Colors of #381641

#381641 #413816 #164138

Analogous Colors of #381641

#381641 #411635 #231641

Monochromatic Colors of #381641

#381641

Complementary Color

#381641 #1f4116

#381641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381641 Color CSS Codes

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

#381641 Text Font Color

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

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


#381641 Background Color

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

This div background color is #381641


#381641 Border Color

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

This div border color is #381641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381641


Comments

No comments written yet.

Please login to write comment.