COLOR #273550

HEX: #273550
RGB: (39,53,80)

Color info

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

RGB color model

#273550 color RGB value is (39,53,80).

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

RGB channels and saturation

R 39 of 255 = 15%
G 53 of 255 = 21%
B 80 of 255 = 31%

39
53
80

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

Portions of RGB colors in percentages

R + G + B =
39 + 53 + 80 = 172 (100%)
R 39 of 172 ~ 22.67%
G 53 of 172 ~ 30.81%
B 80 of 172 ~ 46.51%

%22.67
%30.81
%46.51

CMYK color model

#273550 color CMYK value is (51,34,0,69).

  • cyan value is 51.25%
  • magenta value is 33.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(51,34,0,69)
C51M34Y0K69 
(51%,34%,0%,69%)
(0.51/0.34/0.00/0.69)	

CMYK percentages

%51.25
%33.75
%0
%68.63

Codes

Color #273550 in popluar color models

273550
RGB395380
HSL220°34.45%23.33%
HSB/HSV220°51.25%31.37%
CMYK51.25%33.75%0.00%
68.63%

Color #273550 in popluar number systems.

HEX273550
Decimal395380
Binary1001111101011010000
Octal4765120

Shades and tints

Shades of #273550

#273550
(39,53,80)
#243149
(36,49,73)
#212D42
(33,45,66)
#1E293B
(30,41,59)
#1B2534
(27,37,52)
#18212D
(24,33,45)
#151D26
(21,29,38)
#12191F
(18,25,31)
#0F1518
(15,21,24)
#0C1111
(12,17,17)
#090D0A
(9,13,10)
#000000
(0,0,0)

Tints of #273550

#273550
(39,53,80)
#3A475F
(58,71,95)
#4D596E
(77,89,110)
#606B7D
(96,107,125)
#737D8C
(115,125,140)
#868F9B
(134,143,155)
#99A1AA
(153,161,170)
#ACB3B9
(172,179,185)
#BFC5C8
(191,197,200)
#D2D7D7
(210,215,215)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273550; }

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

This text font color is #273550.


Background Color

.myBgColor { background-color: #273550; }

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

This div background color is #273550.


Border color

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

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

This div border color is #273550.


Opacity

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

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

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

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

This text has shadow with #273550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273550 on black background.


Color preview on white background

This text has color #273550 on white background.



Black color preview on #273550 background

This text has black color on #273550 background.


White color preview on #273550 background

This text has white color on #273550 background.