Color Hex Logo

#385857 Color Hex

#385857
(56,88,87)
0 Favorites   0 Comments

Color spaces of #385857

RGB 568887
HSL0.490.220.28
HSV178°36°35°
CMYK 0.360.000.01   0.65
XYZ6.84098.508310.2985
Yxy8.50830.26670.3317
Hunter Lab29.1690-9.1828-0.5148
CIE-Lab35.0198-11.9298-3.1592

#385857 color RGB value is (56,88,87).

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

The process color (four color CMYK) of #385857 color hex is 0.36, 0.00, 0.01, 0.65. Web safe color of #385857 is #336666. Color #385857 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011000 01010111
Octal 70 130 127
Decimal 56 88 87
Hex 38 58 57

RGB Percentages of Color #385857

%24.24
%38.10
%37.66

CMYK Percentages of Color #385857

%36
%0
%1
%65

Triadic Colors of #385857

#385857 #573858 #585738

Analogous Colors of #385857

#385857 #384958 #385847

Monochromatic Colors of #385857

#385857

Complementary Color

#385857 #583839

#385857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385857 Color CSS Codes

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

#385857 Text Font Color

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

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


#385857 Background Color

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

This div background color is #385857


#385857 Border Color

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

This div border color is #385857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385857


Comments

No comments written yet.

Please login to write comment.