COLOR #294942

HEX: #294942
RGB: (41,73,66)

Color info

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

RGB color model

#294942 color RGB value is (41,73,66).

  • red value is 41;
  • green value is 73;
  • blue value is 66.
RGB:
(41,73,66)
(16%,29%,26%)

RGB channels and saturation

R 41 of 255 = 16%
G 73 of 255 = 29%
B 66 of 255 = 26%

41
73
66

R + G + B ~ 24%. #294942 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 73 + 66 = 180 (100%)
R 41 of 180 ~ 22.78%
G 73 of 180 ~ 40.56%
B 66 of 180 ~ 36.67%

%22.78
%40.56
%36.67

CMYK color model

#294942 color CMYK value is (44,0,10,71).

  • cyan value is 43.84%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 71.37%
CMYK:
(44,0,10,71)
C44M0Y10K71 
(44%,0%,10%,71%)
(0.44/0.00/0.10/0.71)	

CMYK percentages

%43.84
%0
%9.59
%71.37

Codes

Color #294942 in popluar color models

294942
RGB417366
HSL167°28.07%22.35%
HSB/HSV167°43.84%28.63%
CMYK43.84%0.00%9.59%
71.37%

Color #294942 in popluar number systems.

HEX294942
Decimal417366
Binary10100110010011000010
Octal51111102

Shades and tints

Shades of #294942

#294942
(41,73,66)
#26433C
(38,67,60)
#233D36
(35,61,54)
#203730
(32,55,48)
#1D312A
(29,49,42)
#1A2B24
(26,43,36)
#17251E
(23,37,30)
#141F18
(20,31,24)
#111912
(17,25,18)
#0E130C
(14,19,12)
#0B0D06
(11,13,6)
#000000
(0,0,0)

Tints of #294942

#294942
(41,73,66)
#3C5953
(60,89,83)
#4F6964
(79,105,100)
#627975
(98,121,117)
#758986
(117,137,134)
#889997
(136,153,151)
#9BA9A8
(155,169,168)
#AEB9B9
(174,185,185)
#C1C9CA
(193,201,202)
#D4D9DB
(212,217,219)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #294942; }

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

This text font color is #294942.


Background Color

.myBgColor { background-color: #294942; }

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

This div background color is #294942.


Border color

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

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

This div border color is #294942.


Opacity

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

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

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

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

This text has shadow with #294942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294942 on black background.


Color preview on white background

This text has color #294942 on white background.



Black color preview on #294942 background

This text has black color on #294942 background.


White color preview on #294942 background

This text has white color on #294942 background.