Color Hex Logo

#384d1c Color Hex

#384D1C
(56,77,28)
0 Favorites   0 Comments

Color spaces of #384d1c

RGB 567728
HSL0.240.470.21
HSV86°64°30°
CMYK 0.270.000.64   0.70
XYZ4.49446.23232.0647
Yxy6.23230.35140.4872
Hunter Lab24.9646-11.552512.5716
CIE-Lab29.9911-17.431025.9621

#384d1c color RGB value is (56,77,28).

#384d1c hex color red value is 56, green value is 77 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #384d1c hue: 0.24 , saturation: 0.47 and the lightness value of 384d1c is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01001101 00011100
Octal 70 115 34
Decimal 56 77 28
Hex 38 4D 1C

RGB Percentages of Color #384d1c

%34.78
%47.83
%17.39

CMYK Percentages of Color #384d1c

%27
%0
%64
%70

Triadic Colors of #384d1c

#384d1c #1c384d #4d1c38

Analogous Colors of #384d1c

#384d1c #204d1c #4d4a1c

Monochromatic Colors of #384d1c

#384d1c

Complementary Color

#384d1c #311c4d

#384d1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384d1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#384d1c Color CSS Codes

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

#384d1c Text Font Color

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

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


#384d1c Background Color

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

This div background color is #384d1c


#384d1c Border Color

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

This div border color is #384d1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384d1c


Comments

No comments written yet.

Please login to write comment.