Color Hex Logo

#384447 Color Hex

#384447
(56,68,71)
0 Favorites   0 Comments

Color spaces of #384447

RGB 566871
HSL0.530.120.25
HSV192°21°28°
CMYK 0.210.040.00   0.72
XYZ4.83535.42996.7545
Yxy5.42990.28410.3190
Hunter Lab23.3021-3.7392-0.8747
CIE-Lab27.9260-4.0692-3.4380

#384447 color RGB value is (56,68,71).

#384447 hex color red value is 56, green value is 68 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #384447 hue: 0.53 , saturation: 0.12 and the lightness value of 384447 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000100 01000111
Octal 70 104 107
Decimal 56 68 71
Hex 38 44 47

RGB Percentages of Color #384447

%28.72
%34.87
%36.41

CMYK Percentages of Color #384447

%21
%4
%0
%72

Triadic Colors of #384447

#384447 #473844 #444738

Analogous Colors of #384447

#384447 #383d47 #384743

Monochromatic Colors of #384447

#384447

Complementary Color

#384447 #473b38

#384447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384447 Color CSS Codes

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

#384447 Text Font Color

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

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


#384447 Background Color

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

This div background color is #384447


#384447 Border Color

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

This div border color is #384447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384447


Comments

No comments written yet.

Please login to write comment.