COLOR #3C330E

HEX: #3C330E
RGB: (60,51,14)

Color info

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

RGB color model

#3C330E color RGB value is (60,51,14).

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

RGB channels and saturation

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

60
51
14

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

Portions of RGB colors in percentages

R + G + B =
60 + 51 + 14 = 125 (100%)
R 60 of 125 ~ 48%
G 51 of 125 ~ 40.8%
B 14 of 125 ~ 11.2%

%48
%40.8
%11.2

CMYK color model

#3C330E color CMYK value is (0,15,77,76).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 76.67%
  • key color value is 76.47%
CMYK:
(0,15,77,76)
C0M15Y77K76 
(0%,15%,77%,76%)
(0.00/0.15/0.77/0.76)	

CMYK percentages

%0
%15
%76.67
%76.47

Codes

Color #3C330E in popluar color models

3C330E
RGB605114
HSL48°62.16%14.51%
HSB/HSV48°76.67%23.53%
CMYK0.00%15.00%76.67%
76.47%

Color #3C330E in popluar number systems.

HEX3C330E
Decimal605114
Binary1111001100111110
Octal746316

Shades and tints

Shades of #3C330E

#3C330E
(60,51,14)
#372F0D
(55,47,13)
#322B0C
(50,43,12)
#2D270B
(45,39,11)
#28230A
(40,35,10)
#231F09
(35,31,9)
#1E1B08
(30,27,8)
#191707
(25,23,7)
#141306
(20,19,6)
#0F0F05
(15,15,5)
#0A0B04
(10,11,4)
#000000
(0,0,0)

Tints of #3C330E

#3C330E
(60,51,14)
#4D4523
(77,69,35)
#5E5738
(94,87,56)
#6F694D
(111,105,77)
#807B62
(128,123,98)
#918D77
(145,141,119)
#A29F8C
(162,159,140)
#B3B1A1
(179,177,161)
#C4C3B6
(196,195,182)
#D5D5CB
(213,213,203)
#E6E7E0
(230,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C330E; }

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

This text font color is #3C330E.


Background Color

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

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

This div background color is #3C330E.


Border color

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

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

This div border color is #3C330E.


Opacity

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

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

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

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

This text has shadow with #3C330E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C330E on black background.


Color preview on white background

This text has color #3C330E on white background.



Black color preview on #3C330E background

This text has black color on #3C330E background.


White color preview on #3C330E background

This text has white color on #3C330E background.