COLOR #2C4619

HEX: #2C4619
RGB: (44,70,25)

Color info

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

RGB color model

#2C4619 color RGB value is (44,70,25).

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

RGB channels and saturation

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

44
70
25

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

Portions of RGB colors in percentages

R + G + B =
44 + 70 + 25 = 139 (100%)
R 44 of 139 ~ 31.65%
G 70 of 139 ~ 50.36%
B 25 of 139 ~ 17.99%

%31.65
%50.36
%17.99

CMYK color model

#2C4619 color CMYK value is (37,0,64,73).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 72.55%
CMYK:
(37,0,64,73)
C37M0Y64K73 
(37%,0%,64%,73%)
(0.37/0.00/0.64/0.73)	

CMYK percentages

%37.14
%0
%64.29
%72.55

Codes

Color #2C4619 in popluar color models

2C4619
RGB447025
HSL95°47.37%18.63%
HSB/HSV95°64.29%27.45%
CMYK37.14%0.00%64.29%
72.55%

Color #2C4619 in popluar number systems.

HEX2C4619
Decimal447025
Binary101100100011011001
Octal5410631

Shades and tints

Shades of #2C4619

#2C4619
(44,70,25)
#284017
(40,64,23)
#243A15
(36,58,21)
#203413
(32,52,19)
#1C2E11
(28,46,17)
#18280F
(24,40,15)
#14220D
(20,34,13)
#101C0B
(16,28,11)
#0C1609
(12,22,9)
#081007
(8,16,7)
#040A05
(4,10,5)
#000000
(0,0,0)

Tints of #2C4619

#2C4619
(44,70,25)
#3F562D
(63,86,45)
#526641
(82,102,65)
#657655
(101,118,85)
#788669
(120,134,105)
#8B967D
(139,150,125)
#9EA691
(158,166,145)
#B1B6A5
(177,182,165)
#C4C6B9
(196,198,185)
#D7D6CD
(215,214,205)
#EAE6E1
(234,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C4619; }

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

This text font color is #2C4619.


Background Color

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

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

This div background color is #2C4619.


Border color

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

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

This div border color is #2C4619.


Opacity

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

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

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

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

This text has shadow with #2C4619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4619 on black background.


Color preview on white background

This text has color #2C4619 on white background.



Black color preview on #2C4619 background

This text has black color on #2C4619 background.


White color preview on #2C4619 background

This text has white color on #2C4619 background.