Color Hex Logo

#386457 Color Hex

#386457
(56,100,87)
0 Favorites   0 Comments

Color spaces of #386457

RGB 5610087
HSL0.450.280.31
HSV162°44°39°
CMYK 0.440.000.13   0.61
XYZ7.908410.643210.6544
Yxy10.64320.27080.3644
Hunter Lab32.6239-13.82153.4737
CIE-Lab38.9729-18.66912.6187

#386457 color RGB value is (56,100,87).

#386457 hex color red value is 56, green value is 100 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #386457 hue: 0.45 , saturation: 0.28 and the lightness value of 386457 is 0.31.

The process color (four color CMYK) of #386457 color hex is 0.44, 0.00, 0.13, 0.61. Web safe color of #386457 is #336666. Color #386457 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100100 01010111
Octal 70 144 127
Decimal 56 100 87
Hex 38 64 57

RGB Percentages of Color #386457

%23.05
%41.15
%35.80

CMYK Percentages of Color #386457

%44
%0
%13
%61

Triadic Colors of #386457

#386457 #573864 #645738

Analogous Colors of #386457

#386457 #385b64 #386441

Monochromatic Colors of #386457

#386457

Complementary Color

#386457 #643845

#386457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386457 Color CSS Codes

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

#386457 Text Font Color

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

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


#386457 Background Color

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

This div background color is #386457


#386457 Border Color

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

This div border color is #386457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386457


Comments

No comments written yet.

Please login to write comment.