COLOR #294729

HEX: #294729
RGB: (41,71,41)

Color info

#294729 contains red, green and blue colors in about the same proportion. Web safe color of #294729 is #333333 (or #333).

RGB color model

#294729 color RGB value is (41,71,41).

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

RGB channels and saturation

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

41
71
41

R + G + B ~ 20%. #294729 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 71 + 41 = 153 (100%)
R 41 of 153 ~ 26.8%
G 71 of 153 ~ 46.41%
B 41 of 153 ~ 26.8%

%26.8
%46.41
%26.8

CMYK color model

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

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

CMYK percentages

%42.25
%0
%42.25
%72.16

Codes

Color #294729 in popluar color models

294729
RGB417141
HSL120°26.79%21.96%
HSB/HSV120°42.25%27.84%
CMYK42.25%0.00%42.25%
72.16%

Color #294729 in popluar number systems.

HEX294729
Decimal417141
Binary1010011000111101001
Octal5110751

Shades and tints

Shades of #294729

#294729
(41,71,41)
#264126
(38,65,38)
#233B23
(35,59,35)
#203520
(32,53,32)
#1D2F1D
(29,47,29)
#1A291A
(26,41,26)
#172317
(23,35,23)
#141D14
(20,29,20)
#111711
(17,23,17)
#0E110E
(14,17,14)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #294729

#294729
(41,71,41)
#3C573C
(60,87,60)
#4F674F
(79,103,79)
#627762
(98,119,98)
#758775
(117,135,117)
#889788
(136,151,136)
#9BA79B
(155,167,155)
#AEB7AE
(174,183,174)
#C1C7C1
(193,199,193)
#D4D7D4
(212,215,212)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #294729; }

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

This text font color is #294729.


Background Color

.myBgColor { background-color: #294729; }

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

This div background color is #294729.


Border color

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

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

This div border color is #294729.


Opacity

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

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

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

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

This text has shadow with #294729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294729 on black background.


Color preview on white background

This text has color #294729 on white background.



Black color preview on #294729 background

This text has black color on #294729 background.


White color preview on #294729 background

This text has white color on #294729 background.