COLOR #2C4524

HEX: #2C4524
RGB: (44,69,36)

Color info

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

RGB color model

#2C4524 color RGB value is (44,69,36).

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

RGB channels and saturation

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

44
69
36

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

Portions of RGB colors in percentages

R + G + B =
44 + 69 + 36 = 149 (100%)
R 44 of 149 ~ 29.53%
G 69 of 149 ~ 46.31%
B 36 of 149 ~ 24.16%

%29.53
%46.31
%24.16

CMYK color model

#2C4524 color CMYK value is (36,0,48,73).

  • cyan value is 36.23%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 72.94%
CMYK:
(36,0,48,73)
C36M0Y48K73 
(36%,0%,48%,73%)
(0.36/0.00/0.48/0.73)	

CMYK percentages

%36.23
%0
%47.83
%72.94

Codes

Color #2C4524 in popluar color models

2C4524
RGB446936
HSL105°31.43%20.59%
HSB/HSV105°47.83%27.06%
CMYK36.23%0.00%47.83%
72.94%

Color #2C4524 in popluar number systems.

HEX2C4524
Decimal446936
Binary1011001000101100100
Octal5410544

Shades and tints

Shades of #2C4524

#2C4524
(44,69,36)
#283F21
(40,63,33)
#24391E
(36,57,30)
#20331B
(32,51,27)
#1C2D18
(28,45,24)
#182715
(24,39,21)
#142112
(20,33,18)
#101B0F
(16,27,15)
#0C150C
(12,21,12)
#080F09
(8,15,9)
#040906
(4,9,6)
#000000
(0,0,0)

Tints of #2C4524

#2C4524
(44,69,36)
#3F5537
(63,85,55)
#52654A
(82,101,74)
#65755D
(101,117,93)
#788570
(120,133,112)
#8B9583
(139,149,131)
#9EA596
(158,165,150)
#B1B5A9
(177,181,169)
#C4C5BC
(196,197,188)
#D7D5CF
(215,213,207)
#EAE5E2
(234,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4524; }

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

This text font color is #2C4524.


Background Color

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

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

This div background color is #2C4524.


Border color

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

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

This div border color is #2C4524.


Opacity

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

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

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

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

This text has shadow with #2C4524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4524 on black background.


Color preview on white background

This text has color #2C4524 on white background.



Black color preview on #2C4524 background

This text has black color on #2C4524 background.


White color preview on #2C4524 background

This text has white color on #2C4524 background.