COLOR #2C5613

HEX: #2C5613
RGB: (44,86,19)

Color info

#2C5613 contains mainly red and green colors. Web safe color of #2C5613 is #336600 (or #360).

RGB color model

#2C5613 color RGB value is (44,86,19).

  • red value is 44;
  • green value is 86;
  • blue value is 19.
RGB:
(44,86,19)
(17%,34%,7%)

RGB channels and saturation

R 44 of 255 = 17%
G 86 of 255 = 34%
B 19 of 255 = 7%

44
86
19

R + G + B ~ 19%. #2C5613 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 86 + 19 = 149 (100%)
R 44 of 149 ~ 29.53%
G 86 of 149 ~ 57.72%
B 19 of 149 ~ 12.75%

%29.53
%57.72
%12.75

CMYK color model

#2C5613 color CMYK value is (49,0,78,66).

  • cyan value is 48.84%
  • magenta value is 0.00%
  • yellow value is 77.91%
  • key color value is 66.27%
CMYK:
(49,0,78,66)
C49M0Y78K66 
(49%,0%,78%,66%)
(0.49/0.00/0.78/0.66)	

CMYK percentages

%48.84
%0
%77.91
%66.27

Codes

Color #2C5613 in popluar color models

2C5613
RGB448619
HSL98°63.81%20.59%
HSB/HSV98°77.91%33.73%
CMYK48.84%0.00%77.91%
66.27%

Color #2C5613 in popluar number systems.

HEX2C5613
Decimal448619
Binary101100101011010011
Octal5412623

Shades and tints

Shades of #2C5613

#2C5613
(44,86,19)
#284F12
(40,79,18)
#244811
(36,72,17)
#204110
(32,65,16)
#1C3A0F
(28,58,15)
#18330E
(24,51,14)
#142C0D
(20,44,13)
#10250C
(16,37,12)
#0C1E0B
(12,30,11)
#08170A
(8,23,10)
#041009
(4,16,9)
#000000
(0,0,0)

Tints of #2C5613

#2C5613
(44,86,19)
#3F6528
(63,101,40)
#52743D
(82,116,61)
#658352
(101,131,82)
#789267
(120,146,103)
#8BA17C
(139,161,124)
#9EB091
(158,176,145)
#B1BFA6
(177,191,166)
#C4CEBB
(196,206,187)
#D7DDD0
(215,221,208)
#EAECE5
(234,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5613 color. Also use rgb(44,86,19) instead hex code.

Text Font Color

.myTextColor { color: #2C5613; }

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

This text font color is #2C5613.


Background Color

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

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

This div background color is #2C5613.


Border color

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

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

This div border color is #2C5613.


Opacity

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

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

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

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

This text has shadow with #2C5613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5613 on black background.


Color preview on white background

This text has color #2C5613 on white background.



Black color preview on #2C5613 background

This text has black color on #2C5613 background.


White color preview on #2C5613 background

This text has white color on #2C5613 background.