Color Hex Logo

#384448 Color Hex

#384448
(56,68,72)
0 Favorites   0 Comments

Color spaces of #384448

RGB 566872
HSL0.540.130.25
HSV195°22°28°
CMYK 0.220.060.00   0.72
XYZ4.86775.44296.9249
Yxy5.44290.28240.3158
Hunter Lab23.3300-3.5844-1.2677
CIE-Lab27.9611-3.8073-4.0378

#384448 color RGB value is (56,68,72).

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

The process color (four color CMYK) of #384448 color hex is 0.22, 0.06, 0.00, 0.72. Web safe color of #384448 is #333333. Color #384448 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000100 01001000
Octal 70 104 110
Decimal 56 68 72
Hex 38 44 48

RGB Percentages of Color #384448

%28.57
%34.69
%36.73

CMYK Percentages of Color #384448

%22
%6
%0
%72

Triadic Colors of #384448

#384448 #483844 #444838

Analogous Colors of #384448

#384448 #383c48 #384844

Monochromatic Colors of #384448

#384448

Complementary Color

#384448 #483c38

#384448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384448 Color CSS Codes

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

#384448 Text Font Color

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

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


#384448 Background Color

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

This div background color is #384448


#384448 Border Color

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

This div border color is #384448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384448


Comments

No comments written yet.

Please login to write comment.