Color Hex Logo

#384318 Color Hex

#384318
(56,67,24)
1 Favorites   0 Comments

Color spaces of #384318

RGB 566724
HSL0.210.470.18
HSV75°64°26°
CMYK 0.160.000.64   0.74
XYZ3.80294.92101.6136
Yxy4.92100.36790.4760
Hunter Lab22.1833-8.220511.2156
CIE-Lab26.5085-12.213424.1648

#384318 color RGB value is (56,67,24).

#384318 hex color red value is 56, green value is 67 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #384318 hue: 0.21 , saturation: 0.47 and the lightness value of 384318 is 0.18.

The process color (four color CMYK) of #384318 color hex is 0.16, 0.00, 0.64, 0.74. Web safe color of #384318 is #333300. Color #384318 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000011 00011000
Octal 70 103 30
Decimal 56 67 24
Hex 38 43 18

RGB Percentages of Color #384318

%38.10
%45.58
%16.33

CMYK Percentages of Color #384318

%16
%0
%64
%74

Triadic Colors of #384318

#384318 #183843 #431838

Analogous Colors of #384318

#384318 #234318 #433918

Monochromatic Colors of #384318

#384318

Complementary Color

#384318 #231843

#384318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384318 Color CSS Codes

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

#384318 Text Font Color

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

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


#384318 Background Color

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

This div background color is #384318


#384318 Border Color

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

This div border color is #384318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384318


Comments

No comments written yet.

Please login to write comment.