COLOR #294C13

HEX: #294C13
RGB: (41,76,19)

Color info

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

RGB color model

#294C13 color RGB value is (41,76,19).

  • red value is 41;
  • green value is 76;
  • blue value is 19.
RGB:
(41,76,19)
(16%,30%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 76 of 255 = 30%
B 19 of 255 = 7%

41
76
19

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

Portions of RGB colors in percentages

R + G + B =
41 + 76 + 19 = 136 (100%)
R 41 of 136 ~ 30.15%
G 76 of 136 ~ 55.88%
B 19 of 136 ~ 13.97%

%30.15
%55.88
%13.97

CMYK color model

#294C13 color CMYK value is (46,0,75,70).

  • cyan value is 46.05%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 70.20%
CMYK:
(46,0,75,70)
C46M0Y75K70 
(46%,0%,75%,70%)
(0.46/0.00/0.75/0.70)	

CMYK percentages

%46.05
%0
%75
%70.2

Codes

Color #294C13 in popluar color models

294C13
RGB417619
HSL97°60.00%18.63%
HSB/HSV97°75.00%29.80%
CMYK46.05%0.00%75.00%
70.20%

Color #294C13 in popluar number systems.

HEX294C13
Decimal417619
Binary101001100110010011
Octal5111423

Shades and tints

Shades of #294C13

#294C13
(41,76,19)
#264612
(38,70,18)
#234011
(35,64,17)
#203A10
(32,58,16)
#1D340F
(29,52,15)
#1A2E0E
(26,46,14)
#17280D
(23,40,13)
#14220C
(20,34,12)
#111C0B
(17,28,11)
#0E160A
(14,22,10)
#0B1009
(11,16,9)
#000000
(0,0,0)

Tints of #294C13

#294C13
(41,76,19)
#3C5C28
(60,92,40)
#4F6C3D
(79,108,61)
#627C52
(98,124,82)
#758C67
(117,140,103)
#889C7C
(136,156,124)
#9BAC91
(155,172,145)
#AEBCA6
(174,188,166)
#C1CCBB
(193,204,187)
#D4DCD0
(212,220,208)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #294C13 color. Also use rgb(41,76,19) instead hex code.

Text Font Color

.myTextColor { color: #294C13; }

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

This text font color is #294C13.


Background Color

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

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

This div background color is #294C13.


Border color

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

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

This div border color is #294C13.


Opacity

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

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

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

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

This text has shadow with #294C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294C13 on black background.


Color preview on white background

This text has color #294C13 on white background.



Black color preview on #294C13 background

This text has black color on #294C13 background.


White color preview on #294C13 background

This text has white color on #294C13 background.