COLOR #3C330B

HEX: #3C330B
RGB: (60,51,11)

Color info

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

RGB color model

#3C330B color RGB value is (60,51,11).

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

RGB channels and saturation

R 60 of 255 = 24%
G 51 of 255 = 20%
B 11 of 255 = 4%

60
51
11

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

Portions of RGB colors in percentages

R + G + B =
60 + 51 + 11 = 122 (100%)
R 60 of 122 ~ 49.18%
G 51 of 122 ~ 41.8%
B 11 of 122 ~ 9.02%

%49.18
%41.8

CMYK color model

#3C330B color CMYK value is (0,15,82,76).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 81.67%
  • key color value is 76.47%
CMYK:
(0,15,82,76)
C0M15Y82K76 
(0%,15%,82%,76%)
(0.00/0.15/0.82/0.76)	

CMYK percentages

%0
%15
%81.67
%76.47

Codes

Color #3C330B in popluar color models

3C330B
RGB605111
HSL49°69.01%13.92%
HSB/HSV49°81.67%23.53%
CMYK0.00%15.00%81.67%
76.47%

Color #3C330B in popluar number systems.

HEX3C330B
Decimal605111
Binary1111001100111011
Octal746313

Shades and tints

Shades of #3C330B

#3C330B
(60,51,11)
#372F0A
(55,47,10)
#322B09
(50,43,9)
#2D2708
(45,39,8)
#282307
(40,35,7)
#231F06
(35,31,6)
#1E1B05
(30,27,5)
#191704
(25,23,4)
#141303
(20,19,3)
#0F0F02
(15,15,2)
#0A0B01
(10,11,1)
#000000
(0,0,0)

Tints of #3C330B

#3C330B
(60,51,11)
#4D4521
(77,69,33)
#5E5737
(94,87,55)
#6F694D
(111,105,77)
#807B63
(128,123,99)
#918D79
(145,141,121)
#A29F8F
(162,159,143)
#B3B1A5
(179,177,165)
#C4C3BB
(196,195,187)
#D5D5D1
(213,213,209)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C330B; }

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

This text font color is #3C330B.


Background Color

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

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

This div background color is #3C330B.


Border color

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

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

This div border color is #3C330B.


Opacity

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

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

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

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

This text has shadow with #3C330B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C330B on black background.


Color preview on white background

This text has color #3C330B on white background.



Black color preview on #3C330B background

This text has black color on #3C330B background.


White color preview on #3C330B background

This text has white color on #3C330B background.