Color Hex Logo

#384020 Color Hex

#384020
(56,64,32)
0 Favorites   0 Comments

Color spaces of #384020

RGB 566432
HSL0.210.330.19
HSV75°50°25°
CMYK 0.130.000.50   0.75
XYZ3.72504.61182.0603
Yxy4.61180.35830.4436
Hunter Lab21.4751-6.61949.3443
CIE-Lab25.5989-9.468318.4271

#384020 color RGB value is (56,64,32).

#384020 hex color red value is 56, green value is 64 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #384020 hue: 0.21 , saturation: 0.33 and the lightness value of 384020 is 0.19.

The process color (four color CMYK) of #384020 color hex is 0.13, 0.00, 0.50, 0.75. Web safe color of #384020 is #333333. Color #384020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000000 00100000
Octal 70 100 40
Decimal 56 64 32
Hex 38 40 20

RGB Percentages of Color #384020

%36.84
%42.11
%21.05

CMYK Percentages of Color #384020

%13
%0
%50
%75

Triadic Colors of #384020

#384020 #203840 #402038

Analogous Colors of #384020

#384020 #284020 #403820

Monochromatic Colors of #384020

#384020

Complementary Color

#384020 #282040

#384020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#384020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#384020 Color CSS Codes

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

#384020 Text Font Color

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

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


#384020 Background Color

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

This div background color is #384020


#384020 Border Color

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

This div border color is #384020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #384020


Comments

No comments written yet.

Please login to write comment.