COLOR #294F31

HEX: #294F31
RGB: (41,79,49)

Color info

#294F31 contains red, green and blue colors in about the same proportion. Web safe color of #294F31 is #336633 (or #363).

RGB color model

#294F31 color RGB value is (41,79,49).

  • red value is 41;
  • green value is 79;
  • blue value is 49.
RGB:
(41,79,49)
(16%,31%,19%)

RGB channels and saturation

R 41 of 255 = 16%
G 79 of 255 = 31%
B 49 of 255 = 19%

41
79
49

R + G + B ~ 22%. #294F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 79 + 49 = 169 (100%)
R 41 of 169 ~ 24.26%
G 79 of 169 ~ 46.75%
B 49 of 169 ~ 28.99%

%24.26
%46.75
%28.99

CMYK color model

#294F31 color CMYK value is (48,0,38,69).

  • cyan value is 48.10%
  • magenta value is 0.00%
  • yellow value is 37.97%
  • key color value is 69.02%
CMYK:
(48,0,38,69)
C48M0Y38K69 
(48%,0%,38%,69%)
(0.48/0.00/0.38/0.69)	

CMYK percentages

%48.1
%0
%37.97
%69.02

Codes

Color #294F31 in popluar color models

294F31
RGB417949
HSL133°31.67%23.53%
HSB/HSV133°48.10%30.98%
CMYK48.10%0.00%37.97%
69.02%

Color #294F31 in popluar number systems.

HEX294F31
Decimal417949
Binary1010011001111110001
Octal5111761

Shades and tints

Shades of #294F31

#294F31
(41,79,49)
#26482D
(38,72,45)
#234129
(35,65,41)
#203A25
(32,58,37)
#1D3321
(29,51,33)
#1A2C1D
(26,44,29)
#172519
(23,37,25)
#141E15
(20,30,21)
#111711
(17,23,17)
#0E100D
(14,16,13)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #294F31

#294F31
(41,79,49)
#3C5F43
(60,95,67)
#4F6F55
(79,111,85)
#627F67
(98,127,103)
#758F79
(117,143,121)
#889F8B
(136,159,139)
#9BAF9D
(155,175,157)
#AEBFAF
(174,191,175)
#C1CFC1
(193,207,193)
#D4DFD3
(212,223,211)
#E7EFE5
(231,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #294F31 color. Also use rgb(41,79,49) instead hex code.

Text Font Color

.myTextColor { color: #294F31; }

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

This text font color is #294F31.


Background Color

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

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

This div background color is #294F31.


Border color

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

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

This div border color is #294F31.


Opacity

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

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

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

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

This text has shadow with #294F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294F31 on black background.


Color preview on white background

This text has color #294F31 on white background.



Black color preview on #294F31 background

This text has black color on #294F31 background.


White color preview on #294F31 background

This text has white color on #294F31 background.