Color Hex Logo

#381d32 Color Hex

#381D32
(56,29,50)
0 Favorites   0 Comments

Color spaces of #381d32

RGB 562950
HSL0.870.320.17
HSV313°48°22°
CMYK 0.000.480.11   0.78
XYZ2.64601.94983.2545
Yxy1.94980.33710.2484
Hunter Lab13.96359.3885-4.0443
CIE-Lab15.221616.9619-8.2382

#381d32 color RGB value is (56,29,50).

#381d32 hex color red value is 56, green value is 29 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #381d32 hue: 0.87 , saturation: 0.32 and the lightness value of 381d32 is 0.17.

The process color (four color CMYK) of #381d32 color hex is 0.00, 0.48, 0.11, 0.78. Web safe color of #381d32 is #333333. Color #381d32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011101 00110010
Octal 70 35 62
Decimal 56 29 50
Hex 38 1D 32

RGB Percentages of Color #381d32

%41.48
%21.48
%37.04

CMYK Percentages of Color #381d32

%0
%48
%11
%78

Triadic Colors of #381d32

#381d32 #32381d #1d3238

Analogous Colors of #381d32

#381d32 #381d25 #311d38

Monochromatic Colors of #381d32

#381d32

Complementary Color

#381d32 #1d3823

#381d32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381d32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381d32 Color CSS Codes

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

#381d32 Text Font Color

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

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


#381d32 Background Color

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

This div background color is #381d32


#381d32 Border Color

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

This div border color is #381d32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381d32


Comments

No comments written yet.

Please login to write comment.