Color Hex Logo

#383d49 Color Hex

#383D49
(56,61,73)
0 Favorites   0 Comments

Color spaces of #383d49

RGB 566173
HSL0.620.130.25
HSV222°23°29°
CMYK 0.230.160.00   0.71
XYZ4.50224.65936.9654
Yxy4.65930.27920.2889
Hunter Lab21.5854-0.5436-4.0225
CIE-Lab25.74120.9923-8.0205

#383d49 color RGB value is (56,61,73).

#383d49 hex color red value is 56, green value is 61 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #383d49 hue: 0.62 , saturation: 0.13 and the lightness value of 383d49 is 0.25.

The process color (four color CMYK) of #383d49 color hex is 0.23, 0.16, 0.00, 0.71. Web safe color of #383d49 is #333333. Color #383d49 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111101 01001001
Octal 70 75 111
Decimal 56 61 73
Hex 38 3D 49

RGB Percentages of Color #383d49

%29.47
%32.11
%38.42

CMYK Percentages of Color #383d49

%23
%16
%0
%71

Triadic Colors of #383d49

#383d49 #49383d #3d4938

Analogous Colors of #383d49

#383d49 #3c3849 #384649

Monochromatic Colors of #383d49

#383d49

Complementary Color

#383d49 #494438

#383d49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383d49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383d49 Color CSS Codes

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

#383d49 Text Font Color

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

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


#383d49 Background Color

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

This div background color is #383d49


#383d49 Border Color

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

This div border color is #383d49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383d49

#383d49 Color Palettes


Comments

No comments written yet.

Please login to write comment.