COLOR #2C4424

HEX: #2C4424
RGB: (44,68,36)

Color info

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

RGB color model

#2C4424 color RGB value is (44,68,36).

  • red value is 44;
  • green value is 68;
  • blue value is 36.
RGB:
(44,68,36)
(17%,27%,14%)

RGB channels and saturation

R 44 of 255 = 17%
G 68 of 255 = 27%
B 36 of 255 = 14%

44
68
36

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

Portions of RGB colors in percentages

R + G + B =
44 + 68 + 36 = 148 (100%)
R 44 of 148 ~ 29.73%
G 68 of 148 ~ 45.95%
B 36 of 148 ~ 24.32%

%29.73
%45.95
%24.32

CMYK color model

#2C4424 color CMYK value is (35,0,47,73).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 73.33%
CMYK:
(35,0,47,73)
C35M0Y47K73 
(35%,0%,47%,73%)
(0.35/0.00/0.47/0.73)	

CMYK percentages

%35.29
%0
%47.06
%73.33

Codes

Color #2C4424 in popluar color models

2C4424
RGB446836
HSL105°30.77%20.39%
HSB/HSV105°47.06%26.67%
CMYK35.29%0.00%47.06%
73.33%

Color #2C4424 in popluar number systems.

HEX2C4424
Decimal446836
Binary1011001000100100100
Octal5410444

Shades and tints

Shades of #2C4424

#2C4424
(44,68,36)
#283E21
(40,62,33)
#24381E
(36,56,30)
#20321B
(32,50,27)
#1C2C18
(28,44,24)
#182615
(24,38,21)
#142012
(20,32,18)
#101A0F
(16,26,15)
#0C140C
(12,20,12)
#080E09
(8,14,9)
#040806
(4,8,6)
#000000
(0,0,0)

Tints of #2C4424

#2C4424
(44,68,36)
#3F5537
(63,85,55)
#52664A
(82,102,74)
#65775D
(101,119,93)
#788870
(120,136,112)
#8B9983
(139,153,131)
#9EAA96
(158,170,150)
#B1BBA9
(177,187,169)
#C4CCBC
(196,204,188)
#D7DDCF
(215,221,207)
#EAEEE2
(234,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4424 color. Also use rgb(44,68,36) instead hex code.

Text Font Color

.myTextColor { color: #2C4424; }

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

This text font color is #2C4424.


Background Color

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

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

This div background color is #2C4424.


Border color

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

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

This div border color is #2C4424.


Opacity

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

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

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

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

This text has shadow with #2C4424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4424 on black background.


Color preview on white background

This text has color #2C4424 on white background.



Black color preview on #2C4424 background

This text has black color on #2C4424 background.


White color preview on #2C4424 background

This text has white color on #2C4424 background.