Color Hex Logo

#383200 Color Hex

#383200
(56,50,0)
0 Favorites   0 Comments

Color spaces of #383200

RGB 56500
HSL0.151.000.11
HSV54°100°22°
CMYK 0.000.111.00   0.78
XYZ2.77153.12200.4565
Yxy3.12200.43650.4917
Hunter Lab17.6692-2.922410.8366
CIE-Lab20.5260-3.543228.8602

#383200 color RGB value is (56,50,0).

#383200 hex color red value is 56, green value is 50 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #383200 hue: 0.15 , saturation: 1.00 and the lightness value of 383200 is 0.11.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110010 00000000
Octal 70 62 0
Decimal 56 50 0
Hex 38 32 0

RGB Percentages of Color #383200

%52.83
%47.17
%0.00

CMYK Percentages of Color #383200

%0
%11
%100
%78

Triadic Colors of #383200

#383200 #003832 #320038

Analogous Colors of #383200

#383200 #223800 #381600

Monochromatic Colors of #383200

#383200

Complementary Color

#383200 #000638

#383200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383200 Color CSS Codes

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

#383200 Text Font Color

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

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


#383200 Background Color

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

This div background color is #383200


#383200 Border Color

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

This div border color is #383200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383200


Comments

No comments written yet.

Please login to write comment.