Color Hex Logo

#3c062a Color Hex

#3C062A
(60,6,42)
0 Favorites   0 Comments

Color spaces of #3c062a

RGB 60642
HSL0.890.820.13
HSV320°90°24°
CMYK 0.000.900.30   0.76
XYZ2.34651.25812.3096
Yxy1.25810.39680.2127
Hunter Lab11.216517.7134-4.3569
CIE-Lab10.979229.2999-8.8474

#3c062a color RGB value is (60,6,42).

#3c062a hex color red value is 60, green value is 6 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #3c062a hue: 0.89 , saturation: 0.82 and the lightness value of 3c062a is 0.13.

The process color (four color CMYK) of #3c062a color hex is 0.00, 0.90, 0.30, 0.76. Web safe color of #3c062a is #330033. Color #3c062a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00000110 00101010
Octal 74 6 52
Decimal 60 6 42
Hex 3C 6 2A

RGB Percentages of Color #3c062a

%55.56
%5.56
%38.89

CMYK Percentages of Color #3c062a

%0
%90
%30
%76

Triadic Colors of #3c062a

#3c062a #2a3c06 #062a3c

Analogous Colors of #3c062a

#3c062a #3c060f #33063c

Monochromatic Colors of #3c062a

#3c062a

Complementary Color

#3c062a #063c18

#3c062a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c062a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c062a Color CSS Codes

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

#3c062a Text Font Color

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

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


#3c062a Background Color

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

This div background color is #3c062a


#3c062a Border Color

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

This div border color is #3c062a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c062a


Comments

No comments written yet.

Please login to write comment.