Color Hex Logo

#384638 Color Hex

#384638
(56,70,56)
0 Favorites   0 Comments

Color spaces of #384638

RGB 567056
HSL0.330.110.25
HSV120°20°27°
CMYK 0.200.000.20   0.73
XYZ4.53495.50664.5652
Yxy5.50660.31050.3770
Hunter Lab23.4661-6.57014.8918
CIE-Lab28.1319-8.87556.6089

#384638 color RGB value is (56,70,56).

#384638 hex color red value is 56, green value is 70 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #384638 hue: 0.33 , saturation: 0.11 and the lightness value of 384638 is 0.25.

The process color (four color CMYK) of #384638 color hex is 0.20, 0.00, 0.20, 0.73. Web safe color of #384638 is #333333. Color #384638 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000110 00111000
Octal 70 106 70
Decimal 56 70 56
Hex 38 46 38

RGB Percentages of Color #384638

%30.77
%38.46
%30.77

CMYK Percentages of Color #384638

%20
%0
%20
%73

Triadic Colors of #384638

#384638 #383846 #463838

Analogous Colors of #384638

#384638 #38463f #3f4638

Monochromatic Colors of #384638

#384638

Complementary Color

#384638 #463846

#384638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384638 Color CSS Codes

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

#384638 Text Font Color

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

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


#384638 Background Color

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

This div background color is #384638


#384638 Border Color

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

This div border color is #384638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384638


Comments

No comments written yet.

Please login to write comment.