Color Hex Logo

#383211 Color Hex

#383211
(56,50,17)
0 Favorites   0 Comments

Color spaces of #383211

RGB 565017
HSL0.140.530.14
HSV51°70°22°
CMYK 0.000.110.70   0.78
XYZ2.87273.16240.9893
Yxy3.16240.40900.4502
Hunter Lab17.7831-2.28559.1498
CIE-Lab20.6829-2.368621.5128

#383211 color RGB value is (56,50,17).

#383211 hex color red value is 56, green value is 50 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #383211 hue: 0.14 , saturation: 0.53 and the lightness value of 383211 is 0.14.

The process color (four color CMYK) of #383211 color hex is 0.00, 0.11, 0.70, 0.78. Web safe color of #383211 is #333300. Color #383211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110010 00010001
Octal 70 62 21
Decimal 56 50 17
Hex 38 32 11

RGB Percentages of Color #383211

%45.53
%40.65
%13.82

CMYK Percentages of Color #383211

%0
%11
%70
%78

Triadic Colors of #383211

#383211 #113832 #321138

Analogous Colors of #383211

#383211 #2b3811 #381f11

Monochromatic Colors of #383211

#383211

Complementary Color

#383211 #111738

#383211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383211 Color CSS Codes

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

#383211 Text Font Color

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

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


#383211 Background Color

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

This div background color is #383211


#383211 Border Color

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

This div border color is #383211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383211


Comments

No comments written yet.

Please login to write comment.