COLOR #3C0202

HEX: #3C0202
RGB: (60,2,2)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

60
2
2

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

Portions of RGB colors in percentages

R + G + B =
60 + 2 + 2 = 64 (100%)
R 60 of 64 ~ 93.75%
G 2 of 64 ~ 3.13%
B 2 of 64 ~ 3.13%

%93.75

CMYK color model

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

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

CMYK percentages

%0
%96.67
%96.67
%76.47

Codes

Color #3C0202 in popluar color models

3C0202
RGB6022
HSL93.55%12.16%
HSB/HSV96.67%23.53%
CMYK0.00%96.67%96.67%
76.47%

Color #3C0202 in popluar number systems.

HEX3C0202
Decimal6022
Binary1111001010
Octal7422

Shades and tints

Shades of #3C0202

#3C0202
(60,2,2)
#370202
(55,2,2)
#320202
(50,2,2)
#2D0202
(45,2,2)
#280202
(40,2,2)
#230202
(35,2,2)
#1E0202
(30,2,2)
#190202
(25,2,2)
#140202
(20,2,2)
#0F0202
(15,2,2)
#0A0202
(10,2,2)
#000000
(0,0,0)

Tints of #3C0202

#3C0202
(60,2,2)
#4D1919
(77,25,25)
#5E3030
(94,48,48)
#6F4747
(111,71,71)
#805E5E
(128,94,94)
#917575
(145,117,117)
#A28C8C
(162,140,140)
#B3A3A3
(179,163,163)
#C4BABA
(196,186,186)
#D5D1D1
(213,209,209)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C0202; }

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

This text font color is #3C0202.


Background Color

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

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

This div background color is #3C0202.


Border color

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

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

This div border color is #3C0202.


Opacity

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

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

Text with #3C0202 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 #3C0202;}

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

This text has shadow with #3C0202 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C0202 on black background.


Color preview on white background

This text has color #3C0202 on white background.



Black color preview on #3C0202 background

This text has black color on #3C0202 background.


White color preview on #3C0202 background

This text has white color on #3C0202 background.