COLOR #3C0602

HEX: #3C0602
RGB: (60,6,2)

Color info

#3C0602 contains red, green and blue colors in about the same proportion. Web safe color of #3C0602 is #330000 (or #300).

RGB color model

#3C0602 color RGB value is (60,6,2).

  • red value is 60;
  • green value is 6;
  • blue value is 2.
RGB:
(60,6,2)
(24%,2%,1%)

RGB channels and saturation

R 60 of 255 = 24%
G 6 of 255 = 2%
B 2 of 255 = 1%

60
6
2

R + G + B ~ 9%. #3C0602 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 6 + 2 = 68 (100%)
R 60 of 68 ~ 88.24%
G 6 of 68 ~ 8.82%
B 2 of 68 ~ 2.94%

%88.24

CMYK color model

#3C0602 color CMYK value is (0,90,97,76).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 96.67%
  • key color value is 76.47%
CMYK:
(0,90,97,76)
C0M90Y97K76 
(0%,90%,97%,76%)
(0.00/0.90/0.97/0.76)	

CMYK percentages

%0
%90
%96.67
%76.47

Codes

Color #3C0602 in popluar color models

3C0602
RGB6062
HSL93.55%12.16%
HSB/HSV96.67%23.53%
CMYK0.00%90.00%96.67%
76.47%

Color #3C0602 in popluar number systems.

HEX3C0602
Decimal6062
Binary11110011010
Octal7462

Shades and tints

Shades of #3C0602

#3C0602
(60,6,2)
#370602
(55,6,2)
#320602
(50,6,2)
#2D0602
(45,6,2)
#280602
(40,6,2)
#230602
(35,6,2)
#1E0602
(30,6,2)
#190602
(25,6,2)
#140602
(20,6,2)
#0F0602
(15,6,2)
#0A0602
(10,6,2)
#000000
(0,0,0)

Tints of #3C0602

#3C0602
(60,6,2)
#4D1C19
(77,28,25)
#5E3230
(94,50,48)
#6F4847
(111,72,71)
#805E5E
(128,94,94)
#917475
(145,116,117)
#A28A8C
(162,138,140)
#B3A0A3
(179,160,163)
#C4B6BA
(196,182,186)
#D5CCD1
(213,204,209)
#E6E2E8
(230,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C0602 color. Also use rgb(60,6,2) instead hex code.

Text Font Color

.myTextColor { color: #3C0602; }

<p style="color:#3C0602">This sample text font color is #3C0602.</p>

This text font color is #3C0602.


Background Color

.myBgColor { background-color: #3C0602; }

<div style="background-color:#3C0602">Inner text</div>

This div background color is #3C0602.


Border color

.myBorderColor { border: 1px solid #3C0602; }

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

This div border color is #3C0602.


Opacity

.myOpacity80 { color: #3C0602; opacity: 0.8; }

<p style="color:#3C0602;opacity:0.8;">80%</p>

Text with #3C0602 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3C0602;}

<p style="text-shadow: 3px 3px 1px #3C0602">Text here.</p>

This text has shadow with #3C0602 color.

.textShadow {text-shadow: 3px 3px 1px #3C0602, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3C0602, 5px 5px 20px red">Text here.</p>

This text has shadow with #3C0602 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3C0602, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3C0602, Direction=45, Strength=4)">Text</p>

This text has shadow with #3C0602 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3C0602;
  -webkit-box-shadow:	1px 1px 3px 2px #3C0602;
  box-shadow:		1px 1px 3px 2px #3C0602;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3C0602;
-webkit-box-shadow: 1px 1px 3px 2px #3C0602;
box-shadow:1px 1px 3px 2px #3C0602;">
Div content here</div>
This div box has shadow with color #3C0602.

Preview

Color preview on black background

This text has color #3C0602 on black background.


Color preview on white background

This text has color #3C0602 on white background.



Black color preview on #3C0602 background

This text has black color on #3C0602 background.


White color preview on #3C0602 background

This text has white color on #3C0602 background.