Color Hex Logo

#381417 Color Hex

#381417
(56,20,23)
0 Favorites   0 Comments

Color spaces of #381417

RGB 562023
HSL0.990.470.15
HSV355°64°22°
CMYK 0.000.640.59   0.78
XYZ2.03571.40290.9741
Yxy1.40290.46130.3179
Hunter Lab11.84449.95113.4150
CIE-Lab11.976918.26486.7173

#381417 color RGB value is (56,20,23).

#381417 hex color red value is 56, green value is 20 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #381417 hue: 0.99 , saturation: 0.47 and the lightness value of 381417 is 0.15.

The process color (four color CMYK) of #381417 color hex is 0.00, 0.64, 0.59, 0.78. Web safe color of #381417 is #330000. Color #381417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00010100 00010111
Octal 70 24 27
Decimal 56 20 23
Hex 38 14 17

RGB Percentages of Color #381417

%56.57
%20.20
%23.23

CMYK Percentages of Color #381417

%0
%64
%59
%78

Triadic Colors of #381417

#381417 #173814 #141738

Analogous Colors of #381417

#381417 #382314 #381429

Monochromatic Colors of #381417

#381417

Complementary Color

#381417 #143835

#381417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#381417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#381417 Color CSS Codes

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

#381417 Text Font Color

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

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


#381417 Background Color

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

This div background color is #381417


#381417 Border Color

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

This div border color is #381417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #381417


Comments

No comments written yet.

Please login to write comment.