COLOR #293B46

HEX: #293B46
RGB: (41,59,70)

Color info

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

RGB color model

#293B46 color RGB value is (41,59,70).

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

RGB channels and saturation

R 41 of 255 = 16%
G 59 of 255 = 23%
B 70 of 255 = 27%

41
59
70

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

Portions of RGB colors in percentages

R + G + B =
41 + 59 + 70 = 170 (100%)
R 41 of 170 ~ 24.12%
G 59 of 170 ~ 34.71%
B 70 of 170 ~ 41.18%

%24.12
%34.71
%41.18

CMYK color model

#293B46 color CMYK value is (41,16,0,73).

  • cyan value is 41.43%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(41,16,0,73)
C41M16Y0K73 
(41%,16%,0%,73%)
(0.41/0.16/0.00/0.73)	

CMYK percentages

%41.43
%15.71
%0
%72.55

Codes

Color #293B46 in popluar color models

293B46
RGB415970
HSL203°26.13%21.76%
HSB/HSV203°41.43%27.45%
CMYK41.43%15.71%0.00%
72.55%

Color #293B46 in popluar number systems.

HEX293B46
Decimal415970
Binary1010011110111000110
Octal5173106

Shades and tints

Shades of #293B46

#293B46
(41,59,70)
#263640
(38,54,64)
#23313A
(35,49,58)
#202C34
(32,44,52)
#1D272E
(29,39,46)
#1A2228
(26,34,40)
#171D22
(23,29,34)
#14181C
(20,24,28)
#111316
(17,19,22)
#0E0E10
(14,14,16)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #293B46

#293B46
(41,59,70)
#3C4C56
(60,76,86)
#4F5D66
(79,93,102)
#626E76
(98,110,118)
#757F86
(117,127,134)
#889096
(136,144,150)
#9BA1A6
(155,161,166)
#AEB2B6
(174,178,182)
#C1C3C6
(193,195,198)
#D4D4D6
(212,212,214)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #293B46; }

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

This text font color is #293B46.


Background Color

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

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

This div background color is #293B46.


Border color

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

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

This div border color is #293B46.


Opacity

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

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

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

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

This text has shadow with #293B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293B46 on black background.


Color preview on white background

This text has color #293B46 on white background.



Black color preview on #293B46 background

This text has black color on #293B46 background.


White color preview on #293B46 background

This text has white color on #293B46 background.