COLOR #3C330A

HEX: #3C330A
RGB: (60,51,10)

Color info

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

RGB color model

#3C330A color RGB value is (60,51,10).

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

RGB channels and saturation

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

60
51
10

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

Portions of RGB colors in percentages

R + G + B =
60 + 51 + 10 = 121 (100%)
R 60 of 121 ~ 49.59%
G 51 of 121 ~ 42.15%
B 10 of 121 ~ 8.26%

%49.59
%42.15

CMYK color model

#3C330A color CMYK value is (0,15,83,76).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 83.33%
  • key color value is 76.47%
CMYK:
(0,15,83,76)
C0M15Y83K76 
(0%,15%,83%,76%)
(0.00/0.15/0.83/0.76)	

CMYK percentages

%0
%15
%83.33
%76.47

Codes

Color #3C330A in popluar color models

3C330A
RGB605110
HSL49°71.43%13.73%
HSB/HSV49°83.33%23.53%
CMYK0.00%15.00%83.33%
76.47%

Color #3C330A in popluar number systems.

HEX3C330A
Decimal605110
Binary1111001100111010
Octal746312

Shades and tints

Shades of #3C330A

#3C330A
(60,51,10)
#372F0A
(55,47,10)
#322B0A
(50,43,10)
#2D270A
(45,39,10)
#28230A
(40,35,10)
#231F0A
(35,31,10)
#1E1B0A
(30,27,10)
#19170A
(25,23,10)
#14130A
(20,19,10)
#0F0F0A
(15,15,10)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #3C330A

#3C330A
(60,51,10)
#4D4520
(77,69,32)
#5E5736
(94,87,54)
#6F694C
(111,105,76)
#807B62
(128,123,98)
#918D78
(145,141,120)
#A29F8E
(162,159,142)
#B3B1A4
(179,177,164)
#C4C3BA
(196,195,186)
#D5D5D0
(213,213,208)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C330A; }

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

This text font color is #3C330A.


Background Color

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

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

This div background color is #3C330A.


Border color

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

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

This div border color is #3C330A.


Opacity

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

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

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

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

This text has shadow with #3C330A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C330A on black background.


Color preview on white background

This text has color #3C330A on white background.



Black color preview on #3C330A background

This text has black color on #3C330A background.


White color preview on #3C330A background

This text has white color on #3C330A background.