COLOR #2C3629

HEX: #2C3629
RGB: (44,54,41)

Color info

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

RGB color model

#2C3629 color RGB value is (44,54,41).

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

RGB channels and saturation

R 44 of 255 = 17%
G 54 of 255 = 21%
B 41 of 255 = 16%

44
54
41

R + G + B ~ 18%. #2C3629 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 54 + 41 = 139 (100%)
R 44 of 139 ~ 31.65%
G 54 of 139 ~ 38.85%
B 41 of 139 ~ 29.5%

%31.65
%38.85
%29.5

CMYK color model

#2C3629 color CMYK value is (19,0,24,79).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 78.82%
CMYK:
(19,0,24,79)
C19M0Y24K79 
(19%,0%,24%,79%)
(0.19/0.00/0.24/0.79)	

CMYK percentages

%18.52
%0
%24.07
%78.82

Codes

Color #2C3629 in popluar color models

2C3629
RGB445441
HSL106°13.68%18.63%
HSB/HSV106°24.07%21.18%
CMYK18.52%0.00%24.07%
78.82%

Color #2C3629 in popluar number systems.

HEX2C3629
Decimal445441
Binary101100110110101001
Octal546651

Shades and tints

Shades of #2C3629

#2C3629
(44,54,41)
#283226
(40,50,38)
#242E23
(36,46,35)
#202A20
(32,42,32)
#1C261D
(28,38,29)
#18221A
(24,34,26)
#141E17
(20,30,23)
#101A14
(16,26,20)
#0C1611
(12,22,17)
#08120E
(8,18,14)
#040E0B
(4,14,11)
#000000
(0,0,0)

Tints of #2C3629

#2C3629
(44,54,41)
#3F483C
(63,72,60)
#525A4F
(82,90,79)
#656C62
(101,108,98)
#787E75
(120,126,117)
#8B9088
(139,144,136)
#9EA29B
(158,162,155)
#B1B4AE
(177,180,174)
#C4C6C1
(196,198,193)
#D7D8D4
(215,216,212)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C3629; }

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

This text font color is #2C3629.


Background Color

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

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

This div background color is #2C3629.


Border color

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

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

This div border color is #2C3629.


Opacity

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

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

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

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

This text has shadow with #2C3629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C3629 on black background.


Color preview on white background

This text has color #2C3629 on white background.



Black color preview on #2C3629 background

This text has black color on #2C3629 background.


White color preview on #2C3629 background

This text has white color on #2C3629 background.