Color Hex Logo

#382824 Color Hex

#382824
(56,40,36)
0 Favorites   0 Comments

Color spaces of #382824

RGB 564036
HSL0.030.220.18
HSV12°36°22°
CMYK 0.000.290.36   0.78
XYZ2.70812.48572.0061
Yxy2.48570.37610.3452
Hunter Lab15.76613.06983.4921
CIE-Lab17.85386.79245.5451

#382824 color RGB value is (56,40,36).

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

The process color (four color CMYK) of #382824 color hex is 0.00, 0.29, 0.36, 0.78. Web safe color of #382824 is #333333. Color #382824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00101000 00100100
Octal 70 50 44
Decimal 56 40 36
Hex 38 28 24

RGB Percentages of Color #382824

%42.42
%30.30
%27.27

CMYK Percentages of Color #382824

%0
%29
%36
%78

Triadic Colors of #382824

#382824 #243828 #282438

Analogous Colors of #382824

#382824 #383224 #38242a

Monochromatic Colors of #382824

#382824

Complementary Color

#382824 #243438

#382824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382824 Color CSS Codes

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

#382824 Text Font Color

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

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


#382824 Background Color

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

This div background color is #382824


#382824 Border Color

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

This div border color is #382824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382824


Comments

No comments written yet.

Please login to write comment.