COLOR #293C48

HEX: #293C48
RGB: (41,60,72)

Color info

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

RGB color model

#293C48 color RGB value is (41,60,72).

  • red value is 41;
  • green value is 60;
  • blue value is 72.
RGB:
(41,60,72)
(16%,24%,28%)

RGB channels and saturation

R 41 of 255 = 16%
G 60 of 255 = 24%
B 72 of 255 = 28%

41
60
72

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

Portions of RGB colors in percentages

R + G + B =
41 + 60 + 72 = 173 (100%)
R 41 of 173 ~ 23.7%
G 60 of 173 ~ 34.68%
B 72 of 173 ~ 41.62%

%23.7
%34.68
%41.62

CMYK color model

#293C48 color CMYK value is (43,17,0,72).

  • cyan value is 43.06%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(43,17,0,72)
C43M17Y0K72 
(43%,17%,0%,72%)
(0.43/0.17/0.00/0.72)	

CMYK percentages

%43.06
%16.67
%0
%71.76

Codes

Color #293C48 in popluar color models

293C48
RGB416072
HSL203°27.43%22.16%
HSB/HSV203°43.06%28.24%
CMYK43.06%16.67%0.00%
71.76%

Color #293C48 in popluar number systems.

HEX293C48
Decimal416072
Binary1010011111001001000
Octal5174110

Shades and tints

Shades of #293C48

#293C48
(41,60,72)
#263742
(38,55,66)
#23323C
(35,50,60)
#202D36
(32,45,54)
#1D2830
(29,40,48)
#1A232A
(26,35,42)
#171E24
(23,30,36)
#14191E
(20,25,30)
#111418
(17,20,24)
#0E0F12
(14,15,18)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #293C48

#293C48
(41,60,72)
#3C4D58
(60,77,88)
#4F5E68
(79,94,104)
#626F78
(98,111,120)
#758088
(117,128,136)
#889198
(136,145,152)
#9BA2A8
(155,162,168)
#AEB3B8
(174,179,184)
#C1C4C8
(193,196,200)
#D4D5D8
(212,213,216)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293C48 color. Also use rgb(41,60,72) instead hex code.

Text Font Color

.myTextColor { color: #293C48; }

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

This text font color is #293C48.


Background Color

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

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

This div background color is #293C48.


Border color

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

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

This div border color is #293C48.


Opacity

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

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

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

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

This text has shadow with #293C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293C48 on black background.


Color preview on white background

This text has color #293C48 on white background.



Black color preview on #293C48 background

This text has black color on #293C48 background.


White color preview on #293C48 background

This text has white color on #293C48 background.