COLOR #3C1701

HEX: #3C1701
RGB: (60,23,1)

Color info

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

RGB color model

#3C1701 color RGB value is (60,23,1).

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

RGB channels and saturation

R 60 of 255 = 24%
G 23 of 255 = 9%
B 1 of 255 = 0%

60
23
1

R + G + B ~ 11%. #3C1701 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 23 + 1 = 84 (100%)
R 60 of 84 ~ 71.43%
G 23 of 84 ~ 27.38%
B 1 of 84 ~ 1.19%

%71.43
%27.38

CMYK color model

#3C1701 color CMYK value is (0,62,98,76).

  • cyan value is 0.00%
  • magenta value is 61.67%
  • yellow value is 98.33%
  • key color value is 76.47%
CMYK:
(0,62,98,76)
C0M62Y98K76 
(0%,62%,98%,76%)
(0.00/0.62/0.98/0.76)	

CMYK percentages

%0
%61.67
%98.33
%76.47

Codes

Color #3C1701 in popluar color models

3C1701
RGB60231
HSL22°96.72%11.96%
HSB/HSV22°98.33%23.53%
CMYK0.00%61.67%98.33%
76.47%

Color #3C1701 in popluar number systems.

HEX3C1701
Decimal60231
Binary111100101111
Octal74271

Shades and tints

Shades of #3C1701

#3C1701
(60,23,1)
#371501
(55,21,1)
#321301
(50,19,1)
#2D1101
(45,17,1)
#280F01
(40,15,1)
#230D01
(35,13,1)
#1E0B01
(30,11,1)
#190901
(25,9,1)
#140701
(20,7,1)
#0F0501
(15,5,1)
#0A0301
(10,3,1)
#000000
(0,0,0)

Tints of #3C1701

#3C1701
(60,23,1)
#4D2C18
(77,44,24)
#5E412F
(94,65,47)
#6F5646
(111,86,70)
#806B5D
(128,107,93)
#918074
(145,128,116)
#A2958B
(162,149,139)
#B3AAA2
(179,170,162)
#C4BFB9
(196,191,185)
#D5D4D0
(213,212,208)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C1701; }

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

This text font color is #3C1701.


Background Color

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

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

This div background color is #3C1701.


Border color

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

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

This div border color is #3C1701.


Opacity

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

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

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

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

This text has shadow with #3C1701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C1701 on black background.


Color preview on white background

This text has color #3C1701 on white background.



Black color preview on #3C1701 background

This text has black color on #3C1701 background.


White color preview on #3C1701 background

This text has white color on #3C1701 background.