COLOR #293550

HEX: #293550
RGB: (41,53,80)

Color info

#293550 contains red, green and blue colors in about the same proportion. Web safe color of #293550 is #333366 (or #336).

RGB color model

#293550 color RGB value is (41,53,80).

  • red value is 41;
  • green value is 53;
  • blue value is 80.
RGB:
(41,53,80)
(16%,21%,31%)

RGB channels and saturation

R 41 of 255 = 16%
G 53 of 255 = 21%
B 80 of 255 = 31%

41
53
80

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

Portions of RGB colors in percentages

R + G + B =
41 + 53 + 80 = 174 (100%)
R 41 of 174 ~ 23.56%
G 53 of 174 ~ 30.46%
B 80 of 174 ~ 45.98%

%23.56
%30.46
%45.98

CMYK color model

#293550 color CMYK value is (49,34,0,69).

  • cyan value is 48.75%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(49,34,0,69)
C49M34Y0K69 
(49%,34%,0%,69%)
(0.49/0.34/0.00/0.69)	

CMYK percentages

%48.75
%33.75
%0
%68.63

Codes

Color #293550 in popluar color models

293550
RGB415380
HSL222°32.23%23.73%
HSB/HSV222°48.75%31.37%
CMYK48.75%33.75%0.00%
68.63%

Color #293550 in popluar number systems.

HEX293550
Decimal415380
Binary1010011101011010000
Octal5165120

Shades and tints

Shades of #293550

#293550
(41,53,80)
#263149
(38,49,73)
#232D42
(35,45,66)
#20293B
(32,41,59)
#1D2534
(29,37,52)
#1A212D
(26,33,45)
#171D26
(23,29,38)
#14191F
(20,25,31)
#111518
(17,21,24)
#0E1111
(14,17,17)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #293550

#293550
(41,53,80)
#3C475F
(60,71,95)
#4F596E
(79,89,110)
#626B7D
(98,107,125)
#757D8C
(117,125,140)
#888F9B
(136,143,155)
#9BA1AA
(155,161,170)
#AEB3B9
(174,179,185)
#C1C5C8
(193,197,200)
#D4D7D7
(212,215,215)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #293550 color. Also use rgb(41,53,80) instead hex code.

Text Font Color

.myTextColor { color: #293550; }

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

This text font color is #293550.


Background Color

.myBgColor { background-color: #293550; }

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

This div background color is #293550.


Border color

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

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

This div border color is #293550.


Opacity

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

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

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

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

This text has shadow with #293550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #293550 on black background.


Color preview on white background

This text has color #293550 on white background.



Black color preview on #293550 background

This text has black color on #293550 background.


White color preview on #293550 background

This text has white color on #293550 background.