COLOR #2C4419

HEX: #2C4419
RGB: (44,68,25)

Color info

#2C4419 contains red, green and blue colors in about the same proportion. Web safe color of #2C4419 is #333300 (or #330).

RGB color model

#2C4419 color RGB value is (44,68,25).

  • red value is 44;
  • green value is 68;
  • blue value is 25.
RGB:
(44,68,25)
(17%,27%,10%)

RGB channels and saturation

R 44 of 255 = 17%
G 68 of 255 = 27%
B 25 of 255 = 10%

44
68
25

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

Portions of RGB colors in percentages

R + G + B =
44 + 68 + 25 = 137 (100%)
R 44 of 137 ~ 32.12%
G 68 of 137 ~ 49.64%
B 25 of 137 ~ 18.25%

%32.12
%49.64
%18.25

CMYK color model

#2C4419 color CMYK value is (35,0,63,73).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 73.33%
CMYK:
(35,0,63,73)
C35M0Y63K73 
(35%,0%,63%,73%)
(0.35/0.00/0.63/0.73)	

CMYK percentages

%35.29
%0
%63.24
%73.33

Codes

Color #2C4419 in popluar color models

2C4419
RGB446825
HSL93°46.24%18.24%
HSB/HSV93°63.24%26.67%
CMYK35.29%0.00%63.24%
73.33%

Color #2C4419 in popluar number systems.

HEX2C4419
Decimal446825
Binary101100100010011001
Octal5410431

Shades and tints

Shades of #2C4419

#2C4419
(44,68,25)
#283E17
(40,62,23)
#243815
(36,56,21)
#203213
(32,50,19)
#1C2C11
(28,44,17)
#18260F
(24,38,15)
#14200D
(20,32,13)
#101A0B
(16,26,11)
#0C1409
(12,20,9)
#080E07
(8,14,7)
#040805
(4,8,5)
#000000
(0,0,0)

Tints of #2C4419

#2C4419
(44,68,25)
#3F552D
(63,85,45)
#526641
(82,102,65)
#657755
(101,119,85)
#788869
(120,136,105)
#8B997D
(139,153,125)
#9EAA91
(158,170,145)
#B1BBA5
(177,187,165)
#C4CCB9
(196,204,185)
#D7DDCD
(215,221,205)
#EAEEE1
(234,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4419 color. Also use rgb(44,68,25) instead hex code.

Text Font Color

.myTextColor { color: #2C4419; }

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

This text font color is #2C4419.


Background Color

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

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

This div background color is #2C4419.


Border color

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

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

This div border color is #2C4419.


Opacity

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

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

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

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

This text has shadow with #2C4419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4419 on black background.


Color preview on white background

This text has color #2C4419 on white background.



Black color preview on #2C4419 background

This text has black color on #2C4419 background.


White color preview on #2C4419 background

This text has white color on #2C4419 background.