Color Hex Logo

#3c1401 Color Hex

#3C1401
(60,20,1)
0 Favorites   0 Comments

Color spaces of #3c1401

RGB 60201
HSL0.050.970.12
HSV19°98°24°
CMYK 0.000.670.98   0.76
XYZ2.11911.46320.1994
Yxy1.46320.56040.3869
Hunter Lab12.096310.10227.4900
CIE-Lab12.372218.432218.4792

#3c1401 color RGB value is (60,20,1).

#3c1401 hex color red value is 60, green value is 20 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #3c1401 hue: 0.05 , saturation: 0.97 and the lightness value of 3c1401 is 0.12.

The process color (four color CMYK) of #3c1401 color hex is 0.00, 0.67, 0.98, 0.76. Web safe color of #3c1401 is #330000. Color #3c1401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00010100 00000001
Octal 74 24 1
Decimal 60 20 1
Hex 3C 14 1

RGB Percentages of Color #3c1401

%74.07
%24.69
%1.23

CMYK Percentages of Color #3c1401

%0
%67
%98
%76

Triadic Colors of #3c1401

#3c1401 #013c14 #14013c

Analogous Colors of #3c1401

#3c1401 #3c3201 #3c010b

Monochromatic Colors of #3c1401

#3c1401

Complementary Color

#3c1401 #01293c

#3c1401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c1401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c1401 Color CSS Codes

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

#3c1401 Text Font Color

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

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


#3c1401 Background Color

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

This div background color is #3c1401


#3c1401 Border Color

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

This div border color is #3c1401


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,20,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 #3c1401">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c1401


Comments

No comments written yet.

Please login to write comment.