Color Hex Logo

#384519 Color Hex

#384519
(56,69,25)
0 Favorites   0 Comments

Color spaces of #384519

RGB 566925
HSL0.220.470.18
HSV78°64°27°
CMYK 0.190.000.64   0.73
XYZ3.93455.16721.7097
Yxy5.16720.36390.4779
Hunter Lab22.7315-8.884211.4527
CIE-Lab27.2059-13.269124.4107

#384519 color RGB value is (56,69,25).

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

The process color (four color CMYK) of #384519 color hex is 0.19, 0.00, 0.64, 0.73. Web safe color of #384519 is #333300. Color #384519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000101 00011001
Octal 70 105 31
Decimal 56 69 25
Hex 38 45 19

RGB Percentages of Color #384519

%37.33
%46.00
%16.67

CMYK Percentages of Color #384519

%19
%0
%64
%73

Triadic Colors of #384519

#384519 #193845 #451938

Analogous Colors of #384519

#384519 #224519 #453c19

Monochromatic Colors of #384519

#384519

Complementary Color

#384519 #261945

#384519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384519 Color CSS Codes

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

#384519 Text Font Color

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

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


#384519 Background Color

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

This div background color is #384519


#384519 Border Color

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

This div border color is #384519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384519


Comments

No comments written yet.

Please login to write comment.