COLOR #294619

HEX: #294619
RGB: (41,70,25)

Color info

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

RGB color model

#294619 color RGB value is (41,70,25).

  • red value is 41;
  • green value is 70;
  • blue value is 25.
RGB:
(41,70,25)
(16%,27%,10%)

RGB channels and saturation

R 41 of 255 = 16%
G 70 of 255 = 27%
B 25 of 255 = 10%

41
70
25

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

Portions of RGB colors in percentages

R + G + B =
41 + 70 + 25 = 136 (100%)
R 41 of 136 ~ 30.15%
G 70 of 136 ~ 51.47%
B 25 of 136 ~ 18.38%

%30.15
%51.47
%18.38

CMYK color model

#294619 color CMYK value is (41,0,64,73).

  • cyan value is 41.43%
  • magenta value is 0.00%
  • yellow value is 64.29%
  • key color value is 72.55%
CMYK:
(41,0,64,73)
C41M0Y64K73 
(41%,0%,64%,73%)
(0.41/0.00/0.64/0.73)	

CMYK percentages

%41.43
%0
%64.29
%72.55

Codes

Color #294619 in popluar color models

294619
RGB417025
HSL99°47.37%18.63%
HSB/HSV99°64.29%27.45%
CMYK41.43%0.00%64.29%
72.55%

Color #294619 in popluar number systems.

HEX294619
Decimal417025
Binary101001100011011001
Octal5110631

Shades and tints

Shades of #294619

#294619
(41,70,25)
#264017
(38,64,23)
#233A15
(35,58,21)
#203413
(32,52,19)
#1D2E11
(29,46,17)
#1A280F
(26,40,15)
#17220D
(23,34,13)
#141C0B
(20,28,11)
#111609
(17,22,9)
#0E1007
(14,16,7)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #294619

#294619
(41,70,25)
#3C562D
(60,86,45)
#4F6641
(79,102,65)
#627655
(98,118,85)
#758669
(117,134,105)
#88967D
(136,150,125)
#9BA691
(155,166,145)
#AEB6A5
(174,182,165)
#C1C6B9
(193,198,185)
#D4D6CD
(212,214,205)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #294619; }

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

This text font color is #294619.


Background Color

.myBgColor { background-color: #294619; }

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

This div background color is #294619.


Border color

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

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

This div border color is #294619.


Opacity

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

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

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

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

This text has shadow with #294619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294619 on black background.


Color preview on white background

This text has color #294619 on white background.



Black color preview on #294619 background

This text has black color on #294619 background.


White color preview on #294619 background

This text has white color on #294619 background.