COLOR #2C4F17

HEX: #2C4F17
RGB: (44,79,23)

Color info

#2C4F17 contains red, green and blue colors in about the same proportion. Web safe color of #2C4F17 is #336600 (or #360).

RGB color model

#2C4F17 color RGB value is (44,79,23).

  • red value is 44;
  • green value is 79;
  • blue value is 23.
RGB:
(44,79,23)
(17%,31%,9%)

RGB channels and saturation

R 44 of 255 = 17%
G 79 of 255 = 31%
B 23 of 255 = 9%

44
79
23

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

Portions of RGB colors in percentages

R + G + B =
44 + 79 + 23 = 146 (100%)
R 44 of 146 ~ 30.14%
G 79 of 146 ~ 54.11%
B 23 of 146 ~ 15.75%

%30.14
%54.11
%15.75

CMYK color model

#2C4F17 color CMYK value is (44,0,71,69).

  • cyan value is 44.30%
  • magenta value is 0.00%
  • yellow value is 70.89%
  • key color value is 69.02%
CMYK:
(44,0,71,69)
C44M0Y71K69 
(44%,0%,71%,69%)
(0.44/0.00/0.71/0.69)	

CMYK percentages

%44.3
%0
%70.89
%69.02

Codes

Color #2C4F17 in popluar color models

2C4F17
RGB447923
HSL98°54.90%20.00%
HSB/HSV98°70.89%30.98%
CMYK44.30%0.00%70.89%
69.02%

Color #2C4F17 in popluar number systems.

HEX2C4F17
Decimal447923
Binary101100100111110111
Octal5411727

Shades and tints

Shades of #2C4F17

#2C4F17
(44,79,23)
#284815
(40,72,21)
#244113
(36,65,19)
#203A11
(32,58,17)
#1C330F
(28,51,15)
#182C0D
(24,44,13)
#14250B
(20,37,11)
#101E09
(16,30,9)
#0C1707
(12,23,7)
#081005
(8,16,5)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #2C4F17

#2C4F17
(44,79,23)
#3F5F2C
(63,95,44)
#526F41
(82,111,65)
#657F56
(101,127,86)
#788F6B
(120,143,107)
#8B9F80
(139,159,128)
#9EAF95
(158,175,149)
#B1BFAA
(177,191,170)
#C4CFBF
(196,207,191)
#D7DFD4
(215,223,212)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4F17 color. Also use rgb(44,79,23) instead hex code.

Text Font Color

.myTextColor { color: #2C4F17; }

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

This text font color is #2C4F17.


Background Color

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

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

This div background color is #2C4F17.


Border color

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

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

This div border color is #2C4F17.


Opacity

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

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

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

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

This text has shadow with #2C4F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4F17 on black background.


Color preview on white background

This text has color #2C4F17 on white background.



Black color preview on #2C4F17 background

This text has black color on #2C4F17 background.


White color preview on #2C4F17 background

This text has white color on #2C4F17 background.