Color Hex Logo

#384351 Color Hex

#384351
(56,67,81)
0 Favorites   0 Comments

Color spaces of #384351

RGB 566781
HSL0.590.180.27
HSV214°31°32°
CMYK 0.310.170.00   0.68
XYZ5.12325.44918.5663
Yxy5.44910.26770.2847
Hunter Lab23.3433-1.6751-5.4174
CIE-Lab27.9777-0.6858-9.8750

#384351 color RGB value is (56,67,81).

#384351 hex color red value is 56, green value is 67 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #384351 hue: 0.59 , saturation: 0.18 and the lightness value of 384351 is 0.27.

The process color (four color CMYK) of #384351 color hex is 0.31, 0.17, 0.00, 0.68. Web safe color of #384351 is #333366. Color #384351 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000011 01010001
Octal 70 103 121
Decimal 56 67 81
Hex 38 43 51

RGB Percentages of Color #384351

%27.45
%32.84
%39.71

CMYK Percentages of Color #384351

%31
%17
%0
%68

Triadic Colors of #384351

#384351 #513843 #435138

Analogous Colors of #384351

#384351 #3a3851 #385051

Monochromatic Colors of #384351

#384351

Complementary Color

#384351 #514638

#384351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384351 Color CSS Codes

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

#384351 Text Font Color

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

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


#384351 Background Color

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

This div background color is #384351


#384351 Border Color

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

This div border color is #384351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384351


Comments

No comments written yet.

Please login to write comment.