Color Hex Logo

#384d44 Color Hex

#384D44
(56,77,68)
0 Favorites   0 Comments

Color spaces of #384d44

RGB 567768
HSL0.430.160.26
HSV154°27°30°
CMYK 0.270.000.12   0.70
XYZ5.32826.56596.4554
Yxy6.56590.29040.3578
Hunter Lab25.6240-7.72513.0000
CIE-Lab30.7975-10.35362.6992

#384d44 color RGB value is (56,77,68).

#384d44 hex color red value is 56, green value is 77 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #384d44 hue: 0.43 , saturation: 0.16 and the lightness value of 384d44 is 0.26.

The process color (four color CMYK) of #384d44 color hex is 0.27, 0.00, 0.12, 0.70. Web safe color of #384d44 is #336633. Color #384d44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001101 01000100
Octal 70 115 104
Decimal 56 77 68
Hex 38 4D 44

RGB Percentages of Color #384d44

%27.86
%38.31
%33.83

CMYK Percentages of Color #384d44

%27
%0
%12
%70

Triadic Colors of #384d44

#384d44 #44384d #4d4438

Analogous Colors of #384d44

#384d44 #384c4d #384d3a

Monochromatic Colors of #384d44

#384d44

Complementary Color

#384d44 #4d3841

#384d44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384d44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384d44 Color CSS Codes

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

#384d44 Text Font Color

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

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


#384d44 Background Color

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

This div background color is #384d44


#384d44 Border Color

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

This div border color is #384d44


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,77,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #384d44; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #384d44;
  -webkit-box-shadow: 1px 1px 3px 2px #384d44;
  box-shadow:         1px 1px 3px 2px #384d44; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384d44


Comments

No comments written yet.

Please login to write comment.