Color Hex Logo

#385347 Color Hex

#385347
(56,83,71)
0 Favorites   0 Comments

Color spaces of #385347

RGB 568371
HSL0.430.190.27
HSV153°33°33°
CMYK 0.330.000.14   0.67
XYZ5.86157.48227.0965
Yxy7.48220.28680.3661
Hunter Lab27.3536-9.61873.7656
CIE-Lab32.8804-13.14893.7897

#385347 color RGB value is (56,83,71).

#385347 hex color red value is 56, green value is 83 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #385347 hue: 0.43 , saturation: 0.19 and the lightness value of 385347 is 0.27.

The process color (four color CMYK) of #385347 color hex is 0.33, 0.00, 0.14, 0.67. Web safe color of #385347 is #336633. Color #385347 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010011 01000111
Octal 70 123 107
Decimal 56 83 71
Hex 38 53 47

RGB Percentages of Color #385347

%26.67
%39.52
%33.81

CMYK Percentages of Color #385347

%33
%0
%14
%67

Triadic Colors of #385347

#385347 #473853 #534738

Analogous Colors of #385347

#385347 #385253 #38533a

Monochromatic Colors of #385347

#385347

Complementary Color

#385347 #533844

#385347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#385347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#385347 Color CSS Codes

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

#385347 Text Font Color

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

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


#385347 Background Color

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

This div background color is #385347


#385347 Border Color

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

This div border color is #385347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #385347


Comments

No comments written yet.

Please login to write comment.