Color Hex Logo

#381e0e Color Hex

#381E0E
(56,30,14)
0 Favorites   0 Comments

Color spaces of #381e0e

RGB 563014
HSL0.060.600.14
HSV23°75°22°
CMYK 0.000.460.75   0.78
XYZ2.17441.80100.6485
Yxy1.80100.47030.3895
Hunter Lab13.42015.43636.5290
CIE-Lab14.406210.878315.5626

#381e0e color RGB value is (56,30,14).

#381e0e hex color red value is 56, green value is 30 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #381e0e hue: 0.06 , saturation: 0.60 and the lightness value of 381e0e is 0.14.

The process color (four color CMYK) of #381e0e color hex is 0.00, 0.46, 0.75, 0.78. Web safe color of #381e0e is #333300. Color #381e0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011110 00001110
Octal 70 36 16
Decimal 56 30 14
Hex 38 1E E

RGB Percentages of Color #381e0e

%56.00
%30.00
%14.00

CMYK Percentages of Color #381e0e

%0
%46
%75
%78

Triadic Colors of #381e0e

#381e0e #0e381e #1e0e38

Analogous Colors of #381e0e

#381e0e #38330e #380e13

Monochromatic Colors of #381e0e

#381e0e

Complementary Color

#381e0e #0e2838

#381e0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381e0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#381e0e Color CSS Codes

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

#381e0e Text Font Color

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

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


#381e0e Background Color

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

This div background color is #381e0e


#381e0e Border Color

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

This div border color is #381e0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381e0e


Comments

No comments written yet.

Please login to write comment.