COLOR #2C4327

HEX: #2C4327
RGB: (44,67,39)

Color info

#2C4327 contains red, green and blue colors in about the same proportion. Web safe color of #2C4327 is #333333 (or #333).

RGB color model

#2C4327 color RGB value is (44,67,39).

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

RGB channels and saturation

R 44 of 255 = 17%
G 67 of 255 = 26%
B 39 of 255 = 15%

44
67
39

R + G + B ~ 19%. #2C4327 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 67 + 39 = 150 (100%)
R 44 of 150 ~ 29.33%
G 67 of 150 ~ 44.67%
B 39 of 150 ~ 26%

%29.33
%44.67
%26

CMYK color model

#2C4327 color CMYK value is (34,0,42,74).

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 41.79%
  • key color value is 73.73%
CMYK:
(34,0,42,74)
C34M0Y42K74 
(34%,0%,42%,74%)
(0.34/0.00/0.42/0.74)	

CMYK percentages

%34.33
%0
%41.79
%73.73

Codes

Color #2C4327 in popluar color models

2C4327
RGB446739
HSL109°26.42%20.78%
HSB/HSV109°41.79%26.27%
CMYK34.33%0.00%41.79%
73.73%

Color #2C4327 in popluar number systems.

HEX2C4327
Decimal446739
Binary1011001000011100111
Octal5410347

Shades and tints

Shades of #2C4327

#2C4327
(44,67,39)
#283D24
(40,61,36)
#243721
(36,55,33)
#20311E
(32,49,30)
#1C2B1B
(28,43,27)
#182518
(24,37,24)
#141F15
(20,31,21)
#101912
(16,25,18)
#0C130F
(12,19,15)
#080D0C
(8,13,12)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #2C4327

#2C4327
(44,67,39)
#3F543A
(63,84,58)
#52654D
(82,101,77)
#657660
(101,118,96)
#788773
(120,135,115)
#8B9886
(139,152,134)
#9EA999
(158,169,153)
#B1BAAC
(177,186,172)
#C4CBBF
(196,203,191)
#D7DCD2
(215,220,210)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4327; }

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

This text font color is #2C4327.


Background Color

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

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

This div background color is #2C4327.


Border color

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

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

This div border color is #2C4327.


Opacity

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

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

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

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

This text has shadow with #2C4327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4327 on black background.


Color preview on white background

This text has color #2C4327 on white background.



Black color preview on #2C4327 background

This text has black color on #2C4327 background.


White color preview on #2C4327 background

This text has white color on #2C4327 background.