Color Hex Logo

#385f53 Color Hex

#385F53
(56,95,83)
0 Favorites   0 Comments

Color spaces of #385f53

RGB 569583
HSL0.450.260.30
HSV162°41°37°
CMYK 0.410.000.13   0.63
XYZ7.28449.64979.6623
Yxy9.64970.27390.3628
Hunter Lab31.0640-12.50433.3029
CIE-Lab37.2062-16.95332.5270

#385f53 color RGB value is (56,95,83).

#385f53 hex color red value is 56, green value is 95 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #385f53 hue: 0.45 , saturation: 0.26 and the lightness value of 385f53 is 0.30.

The process color (four color CMYK) of #385f53 color hex is 0.41, 0.00, 0.13, 0.63. Web safe color of #385f53 is #336666. Color #385f53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011111 01010011
Octal 70 137 123
Decimal 56 95 83
Hex 38 5F 53

RGB Percentages of Color #385f53

%23.93
%40.60
%35.47

CMYK Percentages of Color #385f53

%41
%0
%13
%63

Triadic Colors of #385f53

#385f53 #53385f #5f5338

Analogous Colors of #385f53

#385f53 #38585f #385f40

Monochromatic Colors of #385f53

#385f53

Complementary Color

#385f53 #5f3844

#385f53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385f53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385f53 Color CSS Codes

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

#385f53 Text Font Color

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

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


#385f53 Background Color

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

This div background color is #385f53


#385f53 Border Color

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

This div border color is #385f53


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,95,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #385f53; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #385f53;
  -webkit-box-shadow: 1px 1px 3px 2px #385f53;
  box-shadow:         1px 1px 3px 2px #385f53; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385f53


Comments

No comments written yet.

Please login to write comment.