COLOR #294349

HEX: #294349
RGB: (41,67,73)

Color info

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

RGB color model

#294349 color RGB value is (41,67,73).

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

RGB channels and saturation

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

41
67
73

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

Portions of RGB colors in percentages

R + G + B =
41 + 67 + 73 = 181 (100%)
R 41 of 181 ~ 22.65%
G 67 of 181 ~ 37.02%
B 73 of 181 ~ 40.33%

%22.65
%37.02
%40.33

CMYK color model

#294349 color CMYK value is (44,8,0,71).

  • cyan value is 43.84%
  • magenta value is 8.22%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(44,8,0,71)
C44M8Y0K71 
(44%,8%,0%,71%)
(0.44/0.08/0.00/0.71)	

CMYK percentages

%43.84
%8.22
%0
%71.37

Codes

Color #294349 in popluar color models

294349
RGB416773
HSL191°28.07%22.35%
HSB/HSV191°43.84%28.63%
CMYK43.84%8.22%0.00%
71.37%

Color #294349 in popluar number systems.

HEX294349
Decimal416773
Binary10100110000111001001
Octal51103111

Shades and tints

Shades of #294349

#294349
(41,67,73)
#263D43
(38,61,67)
#23373D
(35,55,61)
#203137
(32,49,55)
#1D2B31
(29,43,49)
#1A252B
(26,37,43)
#171F25
(23,31,37)
#14191F
(20,25,31)
#111319
(17,19,25)
#0E0D13
(14,13,19)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #294349

#294349
(41,67,73)
#3C5459
(60,84,89)
#4F6569
(79,101,105)
#627679
(98,118,121)
#758789
(117,135,137)
#889899
(136,152,153)
#9BA9A9
(155,169,169)
#AEBAB9
(174,186,185)
#C1CBC9
(193,203,201)
#D4DCD9
(212,220,217)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #294349; }

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

This text font color is #294349.


Background Color

.myBgColor { background-color: #294349; }

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

This div background color is #294349.


Border color

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

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

This div border color is #294349.


Opacity

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

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

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

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

This text has shadow with #294349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #294349 on black background.


Color preview on white background

This text has color #294349 on white background.



Black color preview on #294349 background

This text has black color on #294349 background.


White color preview on #294349 background

This text has white color on #294349 background.