COLOR #3C330D

HEX: #3C330D
RGB: (60,51,13)

Color info

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

RGB color model

#3C330D color RGB value is (60,51,13).

  • red value is 60;
  • green value is 51;
  • blue value is 13.
RGB:
(60,51,13)
(24%,20%,5%)

RGB channels and saturation

R 60 of 255 = 24%
G 51 of 255 = 20%
B 13 of 255 = 5%

60
51
13

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

Portions of RGB colors in percentages

R + G + B =
60 + 51 + 13 = 124 (100%)
R 60 of 124 ~ 48.39%
G 51 of 124 ~ 41.13%
B 13 of 124 ~ 10.48%

%48.39
%41.13
%10.48

CMYK color model

#3C330D color CMYK value is (0,15,78,76).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 78.33%
  • key color value is 76.47%
CMYK:
(0,15,78,76)
C0M15Y78K76 
(0%,15%,78%,76%)
(0.00/0.15/0.78/0.76)	

CMYK percentages

%0
%15
%78.33
%76.47

Codes

Color #3C330D in popluar color models

3C330D
RGB605113
HSL49°64.38%14.31%
HSB/HSV49°78.33%23.53%
CMYK0.00%15.00%78.33%
76.47%

Color #3C330D in popluar number systems.

HEX3C330D
Decimal605113
Binary1111001100111101
Octal746315

Shades and tints

Shades of #3C330D

#3C330D
(60,51,13)
#372F0C
(55,47,12)
#322B0B
(50,43,11)
#2D270A
(45,39,10)
#282309
(40,35,9)
#231F08
(35,31,8)
#1E1B07
(30,27,7)
#191706
(25,23,6)
#141305
(20,19,5)
#0F0F04
(15,15,4)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #3C330D

#3C330D
(60,51,13)
#4D4523
(77,69,35)
#5E5739
(94,87,57)
#6F694F
(111,105,79)
#807B65
(128,123,101)
#918D7B
(145,141,123)
#A29F91
(162,159,145)
#B3B1A7
(179,177,167)
#C4C3BD
(196,195,189)
#D5D5D3
(213,213,211)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C330D; }

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

This text font color is #3C330D.


Background Color

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

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

This div background color is #3C330D.


Border color

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

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

This div border color is #3C330D.


Opacity

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

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

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

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

This text has shadow with #3C330D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C330D on black background.


Color preview on white background

This text has color #3C330D on white background.



Black color preview on #3C330D background

This text has black color on #3C330D background.


White color preview on #3C330D background

This text has white color on #3C330D background.