COLOR #2C3311

HEX: #2C3311
RGB: (44,51,17)

Color info

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

RGB color model

#2C3311 color RGB value is (44,51,17).

  • red value is 44;
  • green value is 51;
  • blue value is 17.
RGB:
(44,51,17)
(17%,20%,7%)

RGB channels and saturation

R 44 of 255 = 17%
G 51 of 255 = 20%
B 17 of 255 = 7%

44
51
17

R + G + B ~ 15%. #2C3311 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 51 + 17 = 112 (100%)
R 44 of 112 ~ 39.29%
G 51 of 112 ~ 45.54%
B 17 of 112 ~ 15.18%

%39.29
%45.54
%15.18

CMYK color model

#2C3311 color CMYK value is (14,0,67,80).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 80.00%
CMYK:
(14,0,67,80)
C14M0Y67K80 
(14%,0%,67%,80%)
(0.14/0.00/0.67/0.80)	

CMYK percentages

%13.73
%0
%66.67
%80

Codes

Color #2C3311 in popluar color models

2C3311
RGB445117
HSL72°50.00%13.33%
HSB/HSV72°66.67%20.00%
CMYK13.73%0.00%66.67%
80.00%

Color #2C3311 in popluar number systems.

HEX2C3311
Decimal445117
Binary10110011001110001
Octal546321

Shades and tints

Shades of #2C3311

#2C3311
(44,51,17)
#282F10
(40,47,16)
#242B0F
(36,43,15)
#20270E
(32,39,14)
#1C230D
(28,35,13)
#181F0C
(24,31,12)
#141B0B
(20,27,11)
#10170A
(16,23,10)
#0C1309
(12,19,9)
#080F08
(8,15,8)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #2C3311

#2C3311
(44,51,17)
#3F4526
(63,69,38)
#52573B
(82,87,59)
#656950
(101,105,80)
#787B65
(120,123,101)
#8B8D7A
(139,141,122)
#9E9F8F
(158,159,143)
#B1B1A4
(177,177,164)
#C4C3B9
(196,195,185)
#D7D5CE
(215,213,206)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C3311 color. Also use rgb(44,51,17) instead hex code.

Text Font Color

.myTextColor { color: #2C3311; }

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

This text font color is #2C3311.


Background Color

.myBgColor { background-color: #2C3311; }

<div style="background-color:#2C3311">Inner text</div>

This div background color is #2C3311.


Border color

.myBorderColor { border: 1px solid #2C3311; }

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

This div border color is #2C3311.


Opacity

.myOpacity80 { color: #2C3311; opacity: 0.8; }

<p style="color:#2C3311;opacity:0.8;">80%</p>

Text with #2C3311 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 #2C3311;}

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

This text has shadow with #2C3311 color.

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

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

This text has shadow with #2C3311 primary color and red secondary color.


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

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

This text has shadow with #2C3311 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C3311 on black background.


Color preview on white background

This text has color #2C3311 on white background.



Black color preview on #2C3311 background

This text has black color on #2C3311 background.


White color preview on #2C3311 background

This text has white color on #2C3311 background.