Color Hex Logo

#384959 Color Hex

#384959
(56,73,89)
0 Favorites   0 Comments

Color spaces of #384959

RGB 567389
HSL0.580.230.28
HSV209°37°35°
CMYK 0.370.180.00   0.65
XYZ5.81666.327110.3659
Yxy6.32710.25840.2811
Hunter Lab25.1537-2.7423-6.8259
CIE-Lab30.2232-2.2011-11.6277

#384959 color RGB value is (56,73,89).

#384959 hex color red value is 56, green value is 73 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #384959 hue: 0.58 , saturation: 0.23 and the lightness value of 384959 is 0.28.

The process color (four color CMYK) of #384959 color hex is 0.37, 0.18, 0.00, 0.65. Web safe color of #384959 is #333366. Color #384959 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001001 01011001
Octal 70 111 131
Decimal 56 73 89
Hex 38 49 59

RGB Percentages of Color #384959

%25.69
%33.49
%40.83

CMYK Percentages of Color #384959

%37
%18
%0
%65

Triadic Colors of #384959

#384959 #593849 #495938

Analogous Colors of #384959

#384959 #383959 #385959

Monochromatic Colors of #384959

#384959

Complementary Color

#384959 #594838

#384959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384959 Color CSS Codes

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

#384959 Text Font Color

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

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


#384959 Background Color

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

This div background color is #384959


#384959 Border Color

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

This div border color is #384959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384959


Comments

No comments written yet.

Please login to write comment.