Color Hex Logo

#38311d Color Hex

#38311D
(56,49,29)
0 Favorites   0 Comments

Color spaces of #38311d

RGB 564929
HSL0.120.320.17
HSV44°48°22°
CMYK 0.000.130.48   0.78
XYZ2.95103.12611.6103
Yxy3.12610.38390.4067
Hunter Lab17.6808-1.14896.9766
CIE-Lab20.5420-0.358913.9113

#38311d color RGB value is (56,49,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110001 00011101
Octal 70 61 35
Decimal 56 49 29
Hex 38 31 1D

RGB Percentages of Color #38311d

%41.79
%36.57
%21.64

CMYK Percentages of Color #38311d

%0
%13
%48
%78

Triadic Colors of #38311d

#38311d #1d3831 #311d38

Analogous Colors of #38311d

#38311d #32381d #38241d

Monochromatic Colors of #38311d

#38311d

Complementary Color

#38311d #1d2438

#38311d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38311d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38311d Color CSS Codes

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

#38311d Text Font Color

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

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


#38311d Background Color

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

This div background color is #38311d


#38311d Border Color

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

This div border color is #38311d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38311d


Comments

No comments written yet.

Please login to write comment.