Color Hex Logo

#383447 Color Hex

#383447
(56,52,71)
0 Favorites   0 Comments

Color spaces of #383447

RGB 565271
HSL0.700.150.24
HSV253°27°28°
CMYK 0.210.270.00   0.72
XYZ3.99623.75176.4748
Yxy3.75170.28100.2638
Hunter Lab19.36932.9311-6.2610
CIE-Lab22.83306.4791-11.1108

#383447 color RGB value is (56,52,71).

#383447 hex color red value is 56, green value is 52 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #383447 hue: 0.70 , saturation: 0.15 and the lightness value of 383447 is 0.24.

The process color (four color CMYK) of #383447 color hex is 0.21, 0.27, 0.00, 0.72. Web safe color of #383447 is #333333. Color #383447 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110100 01000111
Octal 70 64 107
Decimal 56 52 71
Hex 38 34 47

RGB Percentages of Color #383447

%31.28
%29.05
%39.66

CMYK Percentages of Color #383447

%21
%27
%0
%72

Triadic Colors of #383447

#383447 #473834 #344738

Analogous Colors of #383447

#383447 #423447 #343a47

Monochromatic Colors of #383447

#383447

Complementary Color

#383447 #434734

#383447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383447 Color CSS Codes

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

#383447 Text Font Color

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

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


#383447 Background Color

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

This div background color is #383447


#383447 Border Color

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

This div border color is #383447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383447


Comments

No comments written yet.

Please login to write comment.