COLOR #294A11

HEX: #294A11
RGB: (41,74,17)

Color info

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

RGB color model

#294A11 color RGB value is (41,74,17).

  • red value is 41;
  • green value is 74;
  • blue value is 17.
RGB:
(41,74,17)
(16%,29%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 74 of 255 = 29%
B 17 of 255 = 7%

41
74
17

R + G + B ~ 17%. #294A11 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 74 + 17 = 132 (100%)
R 41 of 132 ~ 31.06%
G 74 of 132 ~ 56.06%
B 17 of 132 ~ 12.88%

%31.06
%56.06
%12.88

CMYK color model

#294A11 color CMYK value is (45,0,77,71).

  • cyan value is 44.59%
  • magenta value is 0.00%
  • yellow value is 77.03%
  • key color value is 70.98%
CMYK:
(45,0,77,71)
C45M0Y77K71 
(45%,0%,77%,71%)
(0.45/0.00/0.77/0.71)	

CMYK percentages

%44.59
%0
%77.03
%70.98

Codes

Color #294A11 in popluar color models

294A11
RGB417417
HSL95°62.64%17.84%
HSB/HSV95°77.03%29.02%
CMYK44.59%0.00%77.03%
70.98%

Color #294A11 in popluar number systems.

HEX294A11
Decimal417417
Binary101001100101010001
Octal5111221

Shades and tints

Shades of #294A11

#294A11
(41,74,17)
#264410
(38,68,16)
#233E0F
(35,62,15)
#20380E
(32,56,14)
#1D320D
(29,50,13)
#1A2C0C
(26,44,12)
#17260B
(23,38,11)
#14200A
(20,32,10)
#111A09
(17,26,9)
#0E1408
(14,20,8)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #294A11

#294A11
(41,74,17)
#3C5A26
(60,90,38)
#4F6A3B
(79,106,59)
#627A50
(98,122,80)
#758A65
(117,138,101)
#889A7A
(136,154,122)
#9BAA8F
(155,170,143)
#AEBAA4
(174,186,164)
#C1CAB9
(193,202,185)
#D4DACE
(212,218,206)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #294A11 color. Also use rgb(41,74,17) instead hex code.

Text Font Color

.myTextColor { color: #294A11; }

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

This text font color is #294A11.


Background Color

.myBgColor { background-color: #294A11; }

<div style="background-color:#294A11">Inner text</div>

This div background color is #294A11.


Border color

.myBorderColor { border: 1px solid #294A11; }

<div style="border:3px solid #294A11">Div</div>

This div border color is #294A11.


Opacity

.myOpacity80 { color: #294A11; opacity: 0.8; }

<p style="color:#294A11;opacity:0.8;">80%</p>

Text with #294A11 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 #294A11;}

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

This text has shadow with #294A11 color.

.textShadow {text-shadow: 3px 3px 1px #294A11, 3px 3px 1px red;}

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

This text has shadow with #294A11 primary color and red secondary color.


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

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

This text has shadow with #294A11 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294A11 on black background.


Color preview on white background

This text has color #294A11 on white background.



Black color preview on #294A11 background

This text has black color on #294A11 background.


White color preview on #294A11 background

This text has white color on #294A11 background.