COLOR #293B49

HEX: #293B49
RGB: (41,59,73)

Color info

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

RGB color model

#293B49 color RGB value is (41,59,73).

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

RGB channels and saturation

R 41 of 255 = 16%
G 59 of 255 = 23%
B 73 of 255 = 29%

41
59
73

R + G + B ~ 23%. #293B49 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 59 + 73 = 173 (100%)
R 41 of 173 ~ 23.7%
G 59 of 173 ~ 34.1%
B 73 of 173 ~ 42.2%

%23.7
%34.1
%42.2

CMYK color model

#293B49 color CMYK value is (44,19,0,71).

  • cyan value is 43.84%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(44,19,0,71)
C44M19Y0K71 
(44%,19%,0%,71%)
(0.44/0.19/0.00/0.71)	

CMYK percentages

%43.84
%19.18
%0
%71.37

Codes

Color #293B49 in popluar color models

293B49
RGB415973
HSL206°28.07%22.35%
HSB/HSV206°43.84%28.63%
CMYK43.84%19.18%0.00%
71.37%

Color #293B49 in popluar number systems.

HEX293B49
Decimal415973
Binary1010011110111001001
Octal5173111

Shades and tints

Shades of #293B49

#293B49
(41,59,73)
#263643
(38,54,67)
#23313D
(35,49,61)
#202C37
(32,44,55)
#1D2731
(29,39,49)
#1A222B
(26,34,43)
#171D25
(23,29,37)
#14181F
(20,24,31)
#111319
(17,19,25)
#0E0E13
(14,14,19)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #293B49

#293B49
(41,59,73)
#3C4C59
(60,76,89)
#4F5D69
(79,93,105)
#626E79
(98,110,121)
#757F89
(117,127,137)
#889099
(136,144,153)
#9BA1A9
(155,161,169)
#AEB2B9
(174,178,185)
#C1C3C9
(193,195,201)
#D4D4D9
(212,212,217)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #293B49; }

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

This text font color is #293B49.


Background Color

.myBgColor { background-color: #293B49; }

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

This div background color is #293B49.


Border color

.myBorderColor { border: 1px solid #293B49; }

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

This div border color is #293B49.


Opacity

.myOpacity80 { color: #293B49; opacity: 0.8; }

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

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

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

This text has shadow with #293B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293B49 on black background.


Color preview on white background

This text has color #293B49 on white background.



Black color preview on #293B49 background

This text has black color on #293B49 background.


White color preview on #293B49 background

This text has white color on #293B49 background.