Color Hex Logo

#384b60 Color Hex

#384B60
(56,75,96)
0 Favorites   0 Comments

Color spaces of #384b60

RGB 567596
HSL0.590.260.30
HSV212°42°38°
CMYK 0.420.220.00   0.62
XYZ6.25836.717412.0331
Yxy6.71740.25020.2686
Hunter Lab25.9179-2.2547-9.3844
CIE-Lab31.1547-1.3501-14.6762

#384b60 color RGB value is (56,75,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001011 01100000
Octal 70 113 140
Decimal 56 75 96
Hex 38 4B 60

RGB Percentages of Color #384b60

%24.67
%33.04
%42.29

CMYK Percentages of Color #384b60

%42
%22
%0
%62

Triadic Colors of #384b60

#384b60 #60384b #4b6038

Analogous Colors of #384b60

#384b60 #393860 #385f60

Monochromatic Colors of #384b60

#384b60

Complementary Color

#384b60 #604d38

#384b60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384b60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384b60 Color CSS Codes

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

#384b60 Text Font Color

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

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


#384b60 Background Color

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

This div background color is #384b60


#384b60 Border Color

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

This div border color is #384b60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384b60


Comments

No comments written yet.

Please login to write comment.