Color Hex Logo

#38311f Color Hex

#38311F
(56,49,31)
0 Favorites   0 Comments

Color spaces of #38311f

RGB 564931
HSL0.120.290.17
HSV43°45°22°
CMYK 0.000.130.45   0.78
XYZ2.97653.13631.7448
Yxy3.13630.37880.3991
Hunter Lab17.7096-0.99086.5553
CIE-Lab20.5817-0.078712.6493

#38311f color RGB value is (56,49,31).

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

The process color (four color CMYK) of #38311f color hex is 0.00, 0.13, 0.45, 0.78. Web safe color of #38311f is #333333. Color #38311f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110001 00011111
Octal 70 61 37
Decimal 56 49 31
Hex 38 31 1F

RGB Percentages of Color #38311f

%41.18
%36.03
%22.79

CMYK Percentages of Color #38311f

%0
%13
%45
%78

Triadic Colors of #38311f

#38311f #1f3831 #311f38

Analogous Colors of #38311f

#38311f #33381f #38251f

Monochromatic Colors of #38311f

#38311f

Complementary Color

#38311f #1f2638

#38311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38311f Color CSS Codes

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

#38311f Text Font Color

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

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


#38311f Background Color

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

This div background color is #38311f


#38311f Border Color

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

This div border color is #38311f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38311f


Comments

No comments written yet.

Please login to write comment.