Color Hex Logo

#383201 Color Hex

#383201
(56,50,1)
0 Favorites   0 Comments

Color spaces of #383201

RGB 56501
HSL0.150.960.11
HSV53°98°22°
CMYK 0.000.110.98   0.78
XYZ2.77703.12410.4854
Yxy3.12410.43480.4892
Hunter Lab17.6751-2.886710.7443
CIE-Lab20.5342-3.476728.4609

#383201 color RGB value is (56,50,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110010 00000001
Octal 70 62 1
Decimal 56 50 1
Hex 38 32 1

RGB Percentages of Color #383201

%52.34
%46.73
%0.93

CMYK Percentages of Color #383201

%0
%11
%98
%78

Triadic Colors of #383201

#383201 #013832 #320138

Analogous Colors of #383201

#383201 #233801 #381701

Monochromatic Colors of #383201

#383201

Complementary Color

#383201 #010738

#383201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383201 Color CSS Codes

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

#383201 Text Font Color

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

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


#383201 Background Color

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

This div background color is #383201


#383201 Border Color

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

This div border color is #383201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383201


Comments

No comments written yet.

Please login to write comment.