Color Hex Logo

#381938 Color Hex

#381938
(56,25,56)
2 Favorites   0 Comments

Color spaces of #381938

RGB 562556
HSL0.830.380.16
HSV300°55°22°
CMYK 0.000.550.00   0.78
XYZ2.69231.82153.9511
Yxy1.82150.31810.2152
Hunter Lab13.496311.9894-7.9100
CIE-Lab14.521220.8597-13.5912

#381938 color RGB value is (56,25,56).

#381938 hex color red value is 56, green value is 25 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #381938 hue: 0.83 , saturation: 0.38 and the lightness value of 381938 is 0.16.

The process color (four color CMYK) of #381938 color hex is 0.00, 0.55, 0.00, 0.78. Web safe color of #381938 is #330033. Color #381938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00011001 00111000
Octal 70 31 70
Decimal 56 25 56
Hex 38 19 38

RGB Percentages of Color #381938

%40.88
%18.25
%40.88

CMYK Percentages of Color #381938

%0
%55
%0
%78

Triadic Colors of #381938

#381938 #383819 #193838

Analogous Colors of #381938

#381938 #381929 #291938

Monochromatic Colors of #381938

#381938

Complementary Color

#381938 #193819

#381938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381938 Color CSS Codes

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

#381938 Text Font Color

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

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


#381938 Background Color

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

This div background color is #381938


#381938 Border Color

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

This div border color is #381938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381938


Comments

No comments written yet.

Please login to write comment.