Color Hex Logo

#383944 Color Hex

#383944
(56,57,68)
0 Favorites   0 Comments

Color spaces of #383944

RGB 565768
HSL0.650.100.24
HSV235°18°27°
CMYK 0.180.160.00   0.73
XYZ4.13744.18446.0584
Yxy4.18440.28770.2910
Hunter Lab20.45580.3058-3.2409
CIE-Lab24.27192.3008-6.9192

#383944 color RGB value is (56,57,68).

#383944 hex color red value is 56, green value is 57 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #383944 hue: 0.65 , saturation: 0.10 and the lightness value of 383944 is 0.24.

The process color (four color CMYK) of #383944 color hex is 0.18, 0.16, 0.00, 0.73. Web safe color of #383944 is #333333. Color #383944 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111001 01000100
Octal 70 71 104
Decimal 56 57 68
Hex 38 39 44

RGB Percentages of Color #383944

%30.94
%31.49
%37.57

CMYK Percentages of Color #383944

%18
%16
%0
%73

Triadic Colors of #383944

#383944 #443839 #394438

Analogous Colors of #383944

#383944 #3d3844 #383f44

Monochromatic Colors of #383944

#383944

Complementary Color

#383944 #444338

#383944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383944 Color CSS Codes

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

#383944 Text Font Color

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

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


#383944 Background Color

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

This div background color is #383944


#383944 Border Color

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

This div border color is #383944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383944


Comments

No comments written yet.

Please login to write comment.