COLOR #2C5423

HEX: #2C5423 RGB: (44,84,35)

Color info

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

RGB color model

#2C5423 color RGB value is (44,84,35).

RGB: (44,84,35) (17%, 33%, 14%)

RGB channels and saturation

R 44 of 255 = 17%
G 84 of 255 = 33%
B 35 of 255 = 14%

44
84
35

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

Portions of RGB colors in percentages

R + G + B = 44 + 84 + 35 = 163 (100%)
R 44 of 163 ~ 26.99%
G 84 of 163 ~ 51.53%
B 35 of 163 ~ 21.47'%

%26.99
%51.53
%21.47

CMYK color model

#2C5423 color CMYK value is (48,0,58,67).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 58.33%
  • key color value is 67.06%

CMYK: (48,0,58,67)
C48M0Y58K67 (48%, 0%, 58%, 67%)
(0.48 / 0.00 / 0.58 / 0.67)

CMYK percentages

%47.62
%0
%58.33
%67.06

Codes

Color #2C5423 in popluar color models

2C 54 23
RGB 44 84 35
HSL 109° 41.18% 23.33%
HSB/HSV 109° 58.33% 32.94%
CMYK 47.62% 0.00% 58.33%
67.06%

Color #2C5423 in popluar number systems.

HEX 2C 54 23
Decimal 44 84 35
Binary 101100 1010100 100011
Octal 54 124 43

Shades and tints

Shades of #2C5423

#2C5423
(44,84,35)
#284D20
(40,77,32)
#24461D
(36,70,29)
#203F1A
(32,63,26)
#1C3817
(28,56,23)
#183114
(24,49,20)
#142A11
(20,42,17)
#10230E
(16,35,14)
#0C1C0B
(12,28,11)
#081508
(8,21,8)
#040E05
(4,14,5)
#000000
(0,0,0)

Tints of #2C5423

#2C5423
(44,84,35)
#3F6337
(63,99,55)
#52724B
(82,114,75)
#65815F
(101,129,95)
#789073
(120,144,115)
#8B9F87
(139,159,135)
#9EAE9B
(158,174,155)
#B1BDAF
(177,189,175)
#C4CCC3
(196,204,195)
#D7DBD7
(215,219,215)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5423 color. Also use rgb(44,84,35) instead hex code.

Text Font Color

.myTextColor { color: #2C5423; }

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

This text font color is #2C5423.

Background Color

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

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

This div background color is #2C5423.

Border color

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

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

This div border color is #2C5423.

Opacity

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

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

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

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

This text has shadow with #2C5423 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C5423.

Preview

Color preview on black background

This text has color #2C5423 on black background.


Color preview on white background

This text has color #2C5423 on white background.


Black color preview on #2C5423 background

This text has black color on #2C5423 background.


White color preview on #2C5423 background

This text has white color on #2C5423 background.


Related colors

Complementary color

Complementary color for #hex is #D3ABDC.


I love getcolorcode.com

Triadic colors

1 #232C54 and #54232C with #2C5423 are triadic colors.

2 #23542C and #542C23 with #2C5423 are triadic colors.