COLOR #2C4809

HEX: #2C4809
RGB: (44,72,9)

Color info

#2C4809 contains mainly red and green colors. Web safe color of #2C4809 is #333300 (or #330).

RGB color model

#2C4809 color RGB value is (44,72,9).

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

RGB channels and saturation

R 44 of 255 = 17%
G 72 of 255 = 28%
B 9 of 255 = 4%

44
72
9

R + G + B ~ 16%. #2C4809 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 72 + 9 = 125 (100%)
R 44 of 125 ~ 35.2%
G 72 of 125 ~ 57.6%
B 9 of 125 ~ 7.2%

%35.2
%57.6

CMYK color model

#2C4809 color CMYK value is (39,0,88,72).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 71.76%
CMYK: (39,0,88,72) C39M0Y88K72 (39%,0%,88%,72%) (0.39/0.00/0.88/0.72)

CMYK percentages

%38.89
%0
%87.5
%71.76

Codes

Color #2C4809 in popluar color models

2C4809
RGB44729
HSL87°77.78%15.88%
HSB/HSV87°87.50%28.24%
CMYK38.89%0.00%87.50%
71.76%

Color #2C4809 in popluar number systems.

HEX2C4809
Decimal44729
Binary10110010010001001
Octal5411011

Shades and tints

Shades of #2C4809

#2C4809
(44,72,9)
#284209
(40,66,9)
#243C09
(36,60,9)
#203609
(32,54,9)
#1C3009
(28,48,9)
#182A09
(24,42,9)
#142409
(20,36,9)
#101E09
(16,30,9)
#0C1809
(12,24,9)
#081209
(8,18,9)
#040C09
(4,12,9)
#000000
(0,0,0)

Tints of #2C4809

#2C4809
(44,72,9)
#3F581F
(63,88,31)
#526835
(82,104,53)
#65784B
(101,120,75)
#788861
(120,136,97)
#8B9877
(139,152,119)
#9EA88D
(158,168,141)
#B1B8A3
(177,184,163)
#C4C8B9
(196,200,185)
#D7D8CF
(215,216,207)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4809; }

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

This text font color is #2C4809.


Background Color

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

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

This div background color is #2C4809.


Border color

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

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

This div border color is #2C4809.


Opacity

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

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

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

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

This text has shadow with #2C4809 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #2C4809 on black background.


Color preview on white background

This text has color #2C4809 on white background.



Black color preview on #2C4809 background

This text has black color on #2C4809 background.


White color preview on #2C4809 background

This text has white color on #2C4809 background.