COLOR #3C300F

HEX: #3C300F
RGB: (60,48,15)

Color info

#3C300F contains red, green and blue colors in about the same proportion. Web safe color of #3C300F is #333300 (or #330).

RGB color model

#3C300F color RGB value is (60,48,15).

  • red value is 60;
  • green value is 48;
  • blue value is 15.
RGB:
(60,48,15)
(24%,19%,6%)

RGB channels and saturation

R 60 of 255 = 24%
G 48 of 255 = 19%
B 15 of 255 = 6%

60
48
15

R + G + B ~ 16%. #3C300F is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 48 + 15 = 123 (100%)
R 60 of 123 ~ 48.78%
G 48 of 123 ~ 39.02%
B 15 of 123 ~ 12.2%

%48.78
%39.02
%12.2

CMYK color model

#3C300F color CMYK value is (0,20,75,76).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 75.00%
  • key color value is 76.47%
CMYK:
(0,20,75,76)
C0M20Y75K76 
(0%,20%,75%,76%)
(0.00/0.20/0.75/0.76)	

CMYK percentages

%0
%20
%75
%76.47

Codes

Color #3C300F in popluar color models

3C300F
RGB604815
HSL44°60.00%14.71%
HSB/HSV44°75.00%23.53%
CMYK0.00%20.00%75.00%
76.47%

Color #3C300F in popluar number systems.

HEX3C300F
Decimal604815
Binary1111001100001111
Octal746017

Shades and tints

Shades of #3C300F

#3C300F
(60,48,15)
#372C0E
(55,44,14)
#32280D
(50,40,13)
#2D240C
(45,36,12)
#28200B
(40,32,11)
#231C0A
(35,28,10)
#1E1809
(30,24,9)
#191408
(25,20,8)
#141007
(20,16,7)
#0F0C06
(15,12,6)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #3C300F

#3C300F
(60,48,15)
#4D4224
(77,66,36)
#5E5439
(94,84,57)
#6F664E
(111,102,78)
#807863
(128,120,99)
#918A78
(145,138,120)
#A29C8D
(162,156,141)
#B3AEA2
(179,174,162)
#C4C0B7
(196,192,183)
#D5D2CC
(213,210,204)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C300F; }

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

This text font color is #3C300F.


Background Color

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

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

This div background color is #3C300F.


Border color

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

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

This div border color is #3C300F.


Opacity

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

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

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

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

This text has shadow with #3C300F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C300F on black background.


Color preview on white background

This text has color #3C300F on white background.



Black color preview on #3C300F background

This text has black color on #3C300F background.


White color preview on #3C300F background

This text has white color on #3C300F background.