COLOR #294240

HEX: #294240 RGB: (41,66,64)

Color info

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

RGB color model

#294240 color RGB value is (41,66,64).

RGB: (41,66,64) (16%, 26%, 25%)

RGB channels and saturation

R 41 of 255 = 16%
G 66 of 255 = 26%
B 64 of 255 = 25%

41
66
64

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

Portions of RGB colors in percentages

R + G + B = 41 + 66 + 64 = 171 (100%)
R 41 of 171 ~ 23.98%
G 66 of 171 ~ 38.6%
B 64 of 171 ~ 37.43'%

%23.98
%38.6
%37.43

CMYK color model

#294240 color CMYK value is (38,0,3,74).

  • cyan value is 37.88%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 74.12%

CMYK: (38,0,3,74)
C38M0Y3K74 (38%, 0%, 3%, 74%)
(0.38 / 0.00 / 0.03 / 0.74)

CMYK percentages

%37.88
%0
%3.03
%74.12

Codes

Color #294240 in popluar color models

29 42 40
RGB 41 66 64
HSL 175° 23.36% 20.98%
HSB/HSV 175° 37.88% 25.88%
CMYK 37.88% 0.00% 3.03%
74.12%

Color #294240 in popluar number systems.

HEX 29 42 40
Decimal 41 66 64
Binary 101001 1000010 1000000
Octal 51 102 100

Shades and tints

Shades of #294240

#294240
(41,66,64)
#263C3B
(38,60,59)
#233636
(35,54,54)
#203031
(32,48,49)
#1D2A2C
(29,42,44)
#1A2427
(26,36,39)
#171E22
(23,30,34)
#14181D
(20,24,29)
#111218
(17,18,24)
#0E0C13
(14,12,19)
#0B060E
(11,6,14)
#000000
(0,0,0)

Tints of #294240

#294240
(41,66,64)
#3C5351
(60,83,81)
#4F6462
(79,100,98)
#627573
(98,117,115)
#758684
(117,134,132)
#889795
(136,151,149)
#9BA8A6
(155,168,166)
#AEB9B7
(174,185,183)
#C1CAC8
(193,202,200)
#D4DBD9
(212,219,217)
#E7ECEA
(231,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #294240; }

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

This text font color is #294240.

Background Color

.myBgColor { background-color: #294240; }

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

This div background color is #294240.

Border color

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

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

This div border color is #294240.

Opacity

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

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

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

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

This text has shadow with #294240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #294240.

Preview

Color preview on black background

This text has color #294240 on black background.


Color preview on white background

This text has color #294240 on white background.


Black color preview on #294240 background

This text has black color on #294240 background.


White color preview on #294240 background

This text has white color on #294240 background.


Related colors

Complementary color

Complementary color for #hex is #D6BDBF.


I love getcolorcode.com

Triadic colors

1 #402942 and #424029 with #294240 are triadic colors.

2 #404229 and #422940 with #294240 are triadic colors.