Color Hex Logo

#3c200a Color Hex

#3C200A
(60,32,10)
0 Favorites   0 Comments

Color spaces of #3c200a

RGB 603210
HSL0.070.710.14
HSV26°83°24°
CMYK 0.000.470.83   0.76
XYZ2.43482.01560.5479
Yxy2.01560.48710.4033
Hunter Lab14.19725.76757.6499
CIE-Lab15.568911.320619.0061

#3c200a color RGB value is (60,32,10).

#3c200a hex color red value is 60, green value is 32 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #3c200a hue: 0.07 , saturation: 0.71 and the lightness value of 3c200a is 0.14.

The process color (four color CMYK) of #3c200a color hex is 0.00, 0.47, 0.83, 0.76. Web safe color of #3c200a is #333300. Color #3c200a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00100000 00001010
Octal 74 40 12
Decimal 60 32 10
Hex 3C 20 A

RGB Percentages of Color #3c200a

%58.82
%31.37
%9.80

CMYK Percentages of Color #3c200a

%0
%47
%83
%76

Triadic Colors of #3c200a

#3c200a #0a3c20 #200a3c

Analogous Colors of #3c200a

#3c200a #3c390a #3c0a0d

Monochromatic Colors of #3c200a

#3c200a

Complementary Color

#3c200a #0a263c

#3c200a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c200a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c200a Color CSS Codes

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

#3c200a Text Font Color

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

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


#3c200a Background Color

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

This div background color is #3c200a


#3c200a Border Color

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

This div border color is #3c200a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,32,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c200a


Comments

No comments written yet.

Please login to write comment.