COLOR #2C5321

HEX: #2C5321 RGB: (44,83,33)

Color info

#2C5321 contains red, green and blue colors in about the same proportion. Web safe color of #2C5321 is #336633 (or #363).

RGB color model

#2C5321 color RGB value is (44,83,33).

RGB: (44,83,33) (17%, 33%, 13%)

RGB channels and saturation

R 44 of 255 = 17%
G 83 of 255 = 33%
B 33 of 255 = 13%

44
83
33

R + G + B ~ 21%. #2C5321 is dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 83 + 33 = 160 (100%)
R 44 of 160 ~ 27.5%
G 83 of 160 ~ 51.88%
B 33 of 160 ~ 20.63'%

%27.5
%51.88
%20.63

CMYK color model

#2C5321 color CMYK value is (47,0,60,67).

  • cyan value is 46.99%
  • magenta value is 0.00%
  • yellow value is 60.24%
  • key color value is 67.45%
CMYK: (47,0,60,67) C47M0Y60K67 (47%,0%,60%,67%) (0.47/0.00/0.60/0.67) 

CMYK percentages

%46.99
%0
%60.24
%67.45

Codes

Color #2C5321 in popluar color models

2C 53 21
RGB 44 83 33
HSL 107° 43.10% 22.75%
HSB/HSV 107° 60.24% 32.55%
CMYK 46.99% 0.00% 60.24%
67.45%

Color #2C5321 in popluar number systems.

HEX 2C 53 21
Decimal 44 83 33
Binary 101100 1010011 100001
Octal 54 123 41

Shades and tints

Shades of #2C5321

#2C5321
(44,83,33)
#284C1E
(40,76,30)
#24451B
(36,69,27)
#203E18
(32,62,24)
#1C3715
(28,55,21)
#183012
(24,48,18)
#14290F
(20,41,15)
#10220C
(16,34,12)
#0C1B09
(12,27,9)
#081406
(8,20,6)
#040D03
(4,13,3)
#000000
(0,0,0)

Tints of #2C5321

#2C5321
(44,83,33)
#3F6235
(63,98,53)
#527149
(82,113,73)
#65805D
(101,128,93)
#788F71
(120,143,113)
#8B9E85
(139,158,133)
#9EAD99
(158,173,153)
#B1BCAD
(177,188,173)
#C4CBC1
(196,203,193)
#D7DAD5
(215,218,213)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5321 color. Also use rgb(44,83,33) instead hex code.

Text Font Color

.myTextColor { color: #2C5321; }

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

This text font color is #2C5321.

Background Color

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

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

This div background color is #2C5321.

Border color

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

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

This div border color is #2C5321.

Opacity

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

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

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

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

This text has shadow with #2C5321 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C5321.

Preview

Color preview on black background

This text has color #2C5321 on black background.


Color preview on white background

This text has color #2C5321 on white background.


Black color preview on #2C5321 background

This text has black color on #2C5321 background.


White color preview on #2C5321 background

This text has white color on #2C5321 background.


Related colors

Complementary color

Complementary color for #hex is #D3ACDE.


I love getcolorcode.com

Triadic colors

1 #212C53 and #53212C with #2C5321 are triadic colors.

2 #21532C and #532C21 with #2C5321 are triadic colors.