Color Hex Logo

#384960 Color Hex

#384960
(56,73,96)
0 Favorites   0 Comments

Color spaces of #384960

RGB 567396
HSL0.600.260.30
HSV215°42°38°
CMYK 0.420.240.00   0.62
XYZ6.12486.450411.9886
Yxy6.45040.24930.2626
Hunter Lab25.3976-1.3995-10.2087
CIE-Lab30.5215-0.0667-15.6495

#384960 color RGB value is (56,73,96).

#384960 hex color red value is 56, green value is 73 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #384960 hue: 0.60 , saturation: 0.26 and the lightness value of 384960 is 0.30.

The process color (four color CMYK) of #384960 color hex is 0.42, 0.24, 0.00, 0.62. Web safe color of #384960 is #333366. Color #384960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001001 01100000
Octal 70 111 140
Decimal 56 73 96
Hex 38 49 60

RGB Percentages of Color #384960

%24.89
%32.44
%42.67

CMYK Percentages of Color #384960

%42
%24
%0
%62

Triadic Colors of #384960

#384960 #603849 #496038

Analogous Colors of #384960

#384960 #3b3860 #385d60

Monochromatic Colors of #384960

#384960

Complementary Color

#384960 #604f38

#384960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384960 Color CSS Codes

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

#384960 Text Font Color

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

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


#384960 Background Color

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

This div background color is #384960


#384960 Border Color

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

This div border color is #384960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384960


Comments

No comments written yet.

Please login to write comment.