COLOR #2C4736

HEX: #2C4736
RGB: (44,71,54)

Color info

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

RGB color model

#2C4736 color RGB value is (44,71,54).

  • red value is 44;
  • green value is 71;
  • blue value is 54.
RGB:
(44,71,54)
(17%,28%,21%)

RGB channels and saturation

R 44 of 255 = 17%
G 71 of 255 = 28%
B 54 of 255 = 21%

44
71
54

R + G + B ~ 22%. #2C4736 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 71 + 54 = 169 (100%)
R 44 of 169 ~ 26.04%
G 71 of 169 ~ 42.01%
B 54 of 169 ~ 31.95%

%26.04
%42.01
%31.95

CMYK color model

#2C4736 color CMYK value is (38,0,24,72).

  • cyan value is 38.03%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 72.16%
CMYK:
(38,0,24,72)
C38M0Y24K72 
(38%,0%,24%,72%)
(0.38/0.00/0.24/0.72)	

CMYK percentages

%38.03
%0
%23.94
%72.16

Codes

Color #2C4736 in popluar color models

2C4736
RGB447154
HSL142°23.48%22.55%
HSB/HSV142°38.03%27.84%
CMYK38.03%0.00%23.94%
72.16%

Color #2C4736 in popluar number systems.

HEX2C4736
Decimal447154
Binary1011001000111110110
Octal5410766

Shades and tints

Shades of #2C4736

#2C4736
(44,71,54)
#284132
(40,65,50)
#243B2E
(36,59,46)
#20352A
(32,53,42)
#1C2F26
(28,47,38)
#182922
(24,41,34)
#14231E
(20,35,30)
#101D1A
(16,29,26)
#0C1716
(12,23,22)
#081112
(8,17,18)
#040B0E
(4,11,14)
#000000
(0,0,0)

Tints of #2C4736

#2C4736
(44,71,54)
#3F5748
(63,87,72)
#52675A
(82,103,90)
#65776C
(101,119,108)
#78877E
(120,135,126)
#8B9790
(139,151,144)
#9EA7A2
(158,167,162)
#B1B7B4
(177,183,180)
#C4C7C6
(196,199,198)
#D7D7D8
(215,215,216)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4736 color. Also use rgb(44,71,54) instead hex code.

Text Font Color

.myTextColor { color: #2C4736; }

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

This text font color is #2C4736.


Background Color

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

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

This div background color is #2C4736.


Border color

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

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

This div border color is #2C4736.


Opacity

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

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

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

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

This text has shadow with #2C4736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4736 on black background.


Color preview on white background

This text has color #2C4736 on white background.



Black color preview on #2C4736 background

This text has black color on #2C4736 background.


White color preview on #2C4736 background

This text has white color on #2C4736 background.