COLOR #2C2709

HEX: #2C2709
RGB: (44,39,9)

Color info

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

RGB color model

#2C2709 color RGB value is (44,39,9).

  • red value is 44;
  • green value is 39;
  • blue value is 9.
RGB:
(44,39,9)
(17%,15%,4%)

RGB channels and saturation

R 44 of 255 = 17%
G 39 of 255 = 15%
B 9 of 255 = 4%

44
39
9

R + G + B ~ 12%. #2C2709 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 39 + 9 = 92 (100%)
R 44 of 92 ~ 47.83%
G 39 of 92 ~ 42.39%
B 9 of 92 ~ 9.78%

%47.83
%42.39
%9.78

CMYK color model

#2C2709 color CMYK value is (0,11,80,83).

  • cyan value is 0.00%
  • magenta value is 11.36%
  • yellow value is 79.55%
  • key color value is 82.75%
CMYK:
(0,11,80,83)
C0M11Y80K83 
(0%,11%,80%,83%)
(0.00/0.11/0.80/0.83)	

CMYK percentages

%0
%11.36
%79.55
%82.75

Codes

Color #2C2709 in popluar color models

2C2709
RGB44399
HSL51°66.04%10.39%
HSB/HSV51°79.55%17.25%
CMYK0.00%11.36%79.55%
82.75%

Color #2C2709 in popluar number systems.

HEX2C2709
Decimal44399
Binary1011001001111001
Octal544711

Shades and tints

Shades of #2C2709

#2C2709
(44,39,9)
#282409
(40,36,9)
#242109
(36,33,9)
#201E09
(32,30,9)
#1C1B09
(28,27,9)
#181809
(24,24,9)
#141509
(20,21,9)
#101209
(16,18,9)
#0C0F09
(12,15,9)
#080C09
(8,12,9)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #2C2709

#2C2709
(44,39,9)
#3F3A1F
(63,58,31)
#524D35
(82,77,53)
#65604B
(101,96,75)
#787361
(120,115,97)
#8B8677
(139,134,119)
#9E998D
(158,153,141)
#B1ACA3
(177,172,163)
#C4BFB9
(196,191,185)
#D7D2CF
(215,210,207)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C2709 color. Also use rgb(44,39,9) instead hex code.

Text Font Color

.myTextColor { color: #2C2709; }

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

This text font color is #2C2709.


Background Color

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

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

This div background color is #2C2709.


Border color

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

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

This div border color is #2C2709.


Opacity

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

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

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

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

This text has shadow with #2C2709 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C2709 on black background.


Color preview on white background

This text has color #2C2709 on white background.



Black color preview on #2C2709 background

This text has black color on #2C2709 background.


White color preview on #2C2709 background

This text has white color on #2C2709 background.