Color Hex Logo

#383117 Color Hex

#383117
(56,49,23)
0 Favorites   0 Comments

Color spaces of #383117

RGB 564923
HSL0.130.420.15
HSV47°59°22°
CMYK 0.000.130.59   0.78
XYZ2.88393.09921.2568
Yxy3.09920.39830.4281
Hunter Lab17.6045-1.56698.0904
CIE-Lab20.4369-1.106017.6229

#383117 color RGB value is (56,49,23).

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

The process color (four color CMYK) of #383117 color hex is 0.00, 0.13, 0.59, 0.78. Web safe color of #383117 is #333300. Color #383117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110001 00010111
Octal 70 61 27
Decimal 56 49 23
Hex 38 31 17

RGB Percentages of Color #383117

%43.75
%38.28
%17.97

CMYK Percentages of Color #383117

%0
%13
%59
%78

Triadic Colors of #383117

#383117 #173831 #311738

Analogous Colors of #383117

#383117 #2f3817 #382117

Monochromatic Colors of #383117

#383117

Complementary Color

#383117 #171e38

#383117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383117 Color CSS Codes

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

#383117 Text Font Color

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

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


#383117 Background Color

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

This div background color is #383117


#383117 Border Color

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

This div border color is #383117


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,49,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 #383117">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383117


Comments

No comments written yet.

Please login to write comment.