Color Hex Logo

#386577 Color Hex

#386577
(56,101,119)
0 Favorites   0 Comments

Color spaces of #386577

RGB 56101119
HSL0.550.360.34
HSV197°53°47°
CMYK 0.530.150.00   0.53
XYZ9.614311.480019.1619
Yxy11.48000.23880.2852
Hunter Lab33.8821-8.6431-9.8137
CIE-Lab40.3774-10.0381-14.8762

#386577 color RGB value is (56,101,119).

#386577 hex color red value is 56, green value is 101 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #386577 hue: 0.55 , saturation: 0.36 and the lightness value of 386577 is 0.34.

The process color (four color CMYK) of #386577 color hex is 0.53, 0.15, 0.00, 0.53. Web safe color of #386577 is #336666. Color #386577 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100101 01110111
Octal 70 145 167
Decimal 56 101 119
Hex 38 65 77

RGB Percentages of Color #386577

%20.29
%36.59
%43.12

CMYK Percentages of Color #386577

%53
%15
%0
%53

Triadic Colors of #386577

#386577 #773865 #657738

Analogous Colors of #386577

#386577 #384577 #38776a

Monochromatic Colors of #386577

#386577

Complementary Color

#386577 #774a38

#386577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386577 Color CSS Codes

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

#386577 Text Font Color

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

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


#386577 Background Color

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

This div background color is #386577


#386577 Border Color

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

This div border color is #386577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386577


Comments

No comments written yet.

Please login to write comment.