Color Hex Logo

#381f14 Color Hex

#381F14
(56,31,20)
0 Favorites   0 Comments

Color spaces of #381f14

RGB 563120
HSL0.050.470.15
HSV18°64°22°
CMYK 0.000.450.64   0.78
XYZ2.24711.87120.9046
Yxy1.87120.44740.3725
Hunter Lab13.67925.38395.6546
CIE-Lab14.796310.761712.5719

#381f14 color RGB value is (56,31,20).

#381f14 hex color red value is 56, green value is 31 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #381f14 hue: 0.05 , saturation: 0.47 and the lightness value of 381f14 is 0.15.

The process color (four color CMYK) of #381f14 color hex is 0.00, 0.45, 0.64, 0.78. Web safe color of #381f14 is #333300. Color #381f14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011111 00010100
Octal 70 37 24
Decimal 56 31 20
Hex 38 1F 14

RGB Percentages of Color #381f14

%52.34
%28.97
%18.69

CMYK Percentages of Color #381f14

%0
%45
%64
%78

Triadic Colors of #381f14

#381f14 #14381f #1f1438

Analogous Colors of #381f14

#381f14 #383114 #38141b

Monochromatic Colors of #381f14

#381f14

Complementary Color

#381f14 #142d38

#381f14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381f14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381f14 Color CSS Codes

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

#381f14 Text Font Color

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

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


#381f14 Background Color

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

This div background color is #381f14


#381f14 Border Color

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

This div border color is #381f14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381f14


Comments

No comments written yet.

Please login to write comment.