Color Hex Logo

#382421 Color Hex

#382421
(56,36,33)
0 Favorites   0 Comments

Color spaces of #382421

RGB 563633
HSL0.020.260.17
HSV41°22°
CMYK 0.000.360.41   0.78
XYZ2.53632.21231.7322
Yxy2.21230.39140.3414
Hunter Lab14.87384.40893.5068
CIE-Lab16.56419.05125.8441

#382421 color RGB value is (56,36,33).

#382421 hex color red value is 56, green value is 36 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #382421 hue: 0.02 , saturation: 0.26 and the lightness value of 382421 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100100 00100001
Octal 70 44 41
Decimal 56 36 33
Hex 38 24 21

RGB Percentages of Color #382421

%44.80
%28.80
%26.40

CMYK Percentages of Color #382421

%0
%36
%41
%78

Triadic Colors of #382421

#382421 #213824 #242138

Analogous Colors of #382421

#382421 #383021 #38212a

Monochromatic Colors of #382421

#382421

Complementary Color

#382421 #213538

#382421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382421 Color CSS Codes

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

#382421 Text Font Color

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

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


#382421 Background Color

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

This div background color is #382421


#382421 Border Color

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

This div border color is #382421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382421


Comments

No comments written yet.

Please login to write comment.