COLOR #294331

HEX: #294331
RGB: (41,67,49)

Color info

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

RGB color model

#294331 color RGB value is (41,67,49).

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

RGB channels and saturation

R 41 of 255 = 16%
G 67 of 255 = 26%
B 49 of 255 = 19%

41
67
49

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

Portions of RGB colors in percentages

R + G + B =
41 + 67 + 49 = 157 (100%)
R 41 of 157 ~ 26.11%
G 67 of 157 ~ 42.68%
B 49 of 157 ~ 31.21%

%26.11
%42.68
%31.21

CMYK color model

#294331 color CMYK value is (39,0,27,74).

  • cyan value is 38.81%
  • magenta value is 0.00%
  • yellow value is 26.87%
  • key color value is 73.73%
CMYK:
(39,0,27,74)
C39M0Y27K74 
(39%,0%,27%,74%)
(0.39/0.00/0.27/0.74)	

CMYK percentages

%38.81
%0
%26.87
%73.73

Codes

Color #294331 in popluar color models

294331
RGB416749
HSL138°24.07%21.18%
HSB/HSV138°38.81%26.27%
CMYK38.81%0.00%26.87%
73.73%

Color #294331 in popluar number systems.

HEX294331
Decimal416749
Binary1010011000011110001
Octal5110361

Shades and tints

Shades of #294331

#294331
(41,67,49)
#263D2D
(38,61,45)
#233729
(35,55,41)
#203125
(32,49,37)
#1D2B21
(29,43,33)
#1A251D
(26,37,29)
#171F19
(23,31,25)
#141915
(20,25,21)
#111311
(17,19,17)
#0E0D0D
(14,13,13)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #294331

#294331
(41,67,49)
#3C5443
(60,84,67)
#4F6555
(79,101,85)
#627667
(98,118,103)
#758779
(117,135,121)
#88988B
(136,152,139)
#9BA99D
(155,169,157)
#AEBAAF
(174,186,175)
#C1CBC1
(193,203,193)
#D4DCD3
(212,220,211)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #294331; }

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

This text font color is #294331.


Background Color

.myBgColor { background-color: #294331; }

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

This div background color is #294331.


Border color

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

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

This div border color is #294331.


Opacity

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

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

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

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

This text has shadow with #294331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294331 on black background.


Color preview on white background

This text has color #294331 on white background.



Black color preview on #294331 background

This text has black color on #294331 background.


White color preview on #294331 background

This text has white color on #294331 background.