COLOR #294716

HEX: #294716
RGB: (41,71,22)

Color info

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

RGB color model

#294716 color RGB value is (41,71,22).

  • red value is 41;
  • green value is 71;
  • blue value is 22.
RGB:
(41,71,22)
(16%,28%,9%)

RGB channels and saturation

R 41 of 255 = 16%
G 71 of 255 = 28%
B 22 of 255 = 9%

41
71
22

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

Portions of RGB colors in percentages

R + G + B =
41 + 71 + 22 = 134 (100%)
R 41 of 134 ~ 30.6%
G 71 of 134 ~ 52.99%
B 22 of 134 ~ 16.42%

%30.6
%52.99
%16.42

CMYK color model

#294716 color CMYK value is (42,0,69,72).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 69.01%
  • key color value is 72.16%
CMYK:
(42,0,69,72)
C42M0Y69K72 
(42%,0%,69%,72%)
(0.42/0.00/0.69/0.72)	

CMYK percentages

%42.25
%0
%69.01
%72.16

Codes

Color #294716 in popluar color models

294716
RGB417122
HSL97°52.69%18.24%
HSB/HSV97°69.01%27.84%
CMYK42.25%0.00%69.01%
72.16%

Color #294716 in popluar number systems.

HEX294716
Decimal417122
Binary101001100011110110
Octal5110726

Shades and tints

Shades of #294716

#294716
(41,71,22)
#264114
(38,65,20)
#233B12
(35,59,18)
#203510
(32,53,16)
#1D2F0E
(29,47,14)
#1A290C
(26,41,12)
#17230A
(23,35,10)
#141D08
(20,29,8)
#111706
(17,23,6)
#0E1104
(14,17,4)
#0B0B02
(11,11,2)
#000000
(0,0,0)

Tints of #294716

#294716
(41,71,22)
#3C572B
(60,87,43)
#4F6740
(79,103,64)
#627755
(98,119,85)
#75876A
(117,135,106)
#88977F
(136,151,127)
#9BA794
(155,167,148)
#AEB7A9
(174,183,169)
#C1C7BE
(193,199,190)
#D4D7D3
(212,215,211)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #294716 color. Also use rgb(41,71,22) instead hex code.

Text Font Color

.myTextColor { color: #294716; }

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

This text font color is #294716.


Background Color

.myBgColor { background-color: #294716; }

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

This div background color is #294716.


Border color

.myBorderColor { border: 1px solid #294716; }

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

This div border color is #294716.


Opacity

.myOpacity80 { color: #294716; opacity: 0.8; }

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

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

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

This text has shadow with #294716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294716 on black background.


Color preview on white background

This text has color #294716 on white background.



Black color preview on #294716 background

This text has black color on #294716 background.


White color preview on #294716 background

This text has white color on #294716 background.