Color Hex Logo

#381f2e Color Hex

#381F2E
(56,31,46)
0 Favorites   0 Comments

Color spaces of #381f2e

RGB 563146
HSL0.900.290.17
HSV324°45°22°
CMYK 0.000.450.18   0.78
XYZ2.61402.01802.8365
Yxy2.01800.35000.2702
Hunter Lab14.20567.9862-1.8947
CIE-Lab15.581414.7974-4.8378

#381f2e color RGB value is (56,31,46).

#381f2e hex color red value is 56, green value is 31 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #381f2e hue: 0.90 , saturation: 0.29 and the lightness value of 381f2e is 0.17.

The process color (four color CMYK) of #381f2e color hex is 0.00, 0.45, 0.18, 0.78. Web safe color of #381f2e is #333333. Color #381f2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011111 00101110
Octal 70 37 56
Decimal 56 31 46
Hex 38 1F 2E

RGB Percentages of Color #381f2e

%42.11
%23.31
%34.59

CMYK Percentages of Color #381f2e

%0
%45
%18
%78

Triadic Colors of #381f2e

#381f2e #2e381f #1f2e38

Analogous Colors of #381f2e

#381f2e #381f22 #361f38

Monochromatic Colors of #381f2e

#381f2e

Complementary Color

#381f2e #1f3829

#381f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#381f2e Color CSS Codes

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

#381f2e Text Font Color

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

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


#381f2e Background Color

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

This div background color is #381f2e


#381f2e Border Color

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

This div border color is #381f2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381f2e


Comments

No comments written yet.

Please login to write comment.