Color Hex Logo

#381d3b Color Hex

#381D3B
(56,29,59)
0 Favorites   0 Comments

Color spaces of #381d3b

RGB 562959
HSL0.820.340.17
HSV294°51°23°
CMYK 0.050.510.00   0.77
XYZ2.85972.03524.3798
Yxy2.03520.30830.2194
Hunter Lab14.266010.8156-8.2163
CIE-Lab15.670918.9996-13.9220

#381d3b color RGB value is (56,29,59).

#381d3b hex color red value is 56, green value is 29 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #381d3b hue: 0.82 , saturation: 0.34 and the lightness value of 381d3b is 0.17.

The process color (four color CMYK) of #381d3b color hex is 0.05, 0.51, 0.00, 0.77. Web safe color of #381d3b is #333333. Color #381d3b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011101 00111011
Octal 70 35 73
Decimal 56 29 59
Hex 38 1D 3B

RGB Percentages of Color #381d3b

%38.89
%20.14
%40.97

CMYK Percentages of Color #381d3b

%5
%51
%0
%77

Triadic Colors of #381d3b

#381d3b #3b381d #1d3b38

Analogous Colors of #381d3b

#381d3b #3b1d2f #291d3b

Monochromatic Colors of #381d3b

#381d3b

Complementary Color

#381d3b #203b1d

#381d3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381d3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#381d3b Color CSS Codes

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

#381d3b Text Font Color

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

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


#381d3b Background Color

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

This div background color is #381d3b


#381d3b Border Color

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

This div border color is #381d3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381d3b


Comments

No comments written yet.

Please login to write comment.