COLOR #2C3721

HEX: #2C3721 RGB: (44,55,33)

Color info

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

RGB color model

#2C3721 color RGB value is (44,55,33).

RGB: (44,55,33) (17%, 22%, 13%)

RGB channels and saturation

R 44 of 255 = 17%
G 55 of 255 = 22%
B 33 of 255 = 13%

44
55
33

R + G + B ~ 17%. #2C3721 is dark color.

Portions of RGB colors in percentages

R + G + B = 44 + 55 + 33 = 132 (100%)
R 44 of 132 ~ 33.33%
G 55 of 132 ~ 41.67%
B 33 of 132 ~ 25'%

%33.33
%41.67
%25

CMYK color model

#2C3721 color CMYK value is (20,0,40,78).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 78.43%

CMYK: (20,0,40,78)
C20M0Y40K78 (20%, 0%, 40%, 78%)
(0.20 / 0.00 / 0.40 / 0.78)

CMYK percentages

%20
%0
%40
%78.43

Codes

Color #2C3721 in popluar color models

2C 37 21
RGB 44 55 33
HSL 90° 25.00% 17.25%
HSB/HSV 90° 40.00% 21.57%
CMYK 20.00% 0.00% 40.00%
78.43%

Color #2C3721 in popluar number systems.

HEX 2C 37 21
Decimal 44 55 33
Binary 101100 110111 100001
Octal 54 67 41

Shades and tints

Shades of #2C3721

#2C3721
(44,55,33)
#28321E
(40,50,30)
#242D1B
(36,45,27)
#202818
(32,40,24)
#1C2315
(28,35,21)
#181E12
(24,30,18)
#14190F
(20,25,15)
#10140C
(16,20,12)
#0C0F09
(12,15,9)
#080A06
(8,10,6)
#040503
(4,5,3)
#000000
(0,0,0)

Tints of #2C3721

#2C3721
(44,55,33)
#3F4935
(63,73,53)
#525B49
(82,91,73)
#656D5D
(101,109,93)
#787F71
(120,127,113)
#8B9185
(139,145,133)
#9EA399
(158,163,153)
#B1B5AD
(177,181,173)
#C4C7C1
(196,199,193)
#D7D9D5
(215,217,213)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C3721; }

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

This text font color is #2C3721.

Background Color

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

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

This div background color is #2C3721.

Border color

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

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

This div border color is #2C3721.

Opacity

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

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

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

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

This text has shadow with #2C3721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2C3721.

Preview

Color preview on black background

This text has color #2C3721 on black background.


Color preview on white background

This text has color #2C3721 on white background.


Black color preview on #2C3721 background

This text has black color on #2C3721 background.


White color preview on #2C3721 background

This text has white color on #2C3721 background.


Related colors

Complementary color

Complementary color for #hex is #D3C8DE.


I love getcolorcode.com

Triadic colors

1 #212C37 and #37212C with #2C3721 are triadic colors.

2 #21372C and #372C21 with #2C3721 are triadic colors.