COLOR #273B49

HEX: #273B49
RGB: (39,59,73)

Color info

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

RGB color model

#273B49 color RGB value is (39,59,73).

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

RGB channels and saturation

R 39 of 255 = 15%
G 59 of 255 = 23%
B 73 of 255 = 29%

39
59
73

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

Portions of RGB colors in percentages

R + G + B =
39 + 59 + 73 = 171 (100%)
R 39 of 171 ~ 22.81%
G 59 of 171 ~ 34.5%
B 73 of 171 ~ 42.69%

%22.81
%34.5
%42.69

CMYK color model

#273B49 color CMYK value is (47,19,0,71).

  • cyan value is 46.58%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(47,19,0,71)
C47M19Y0K71 
(47%,19%,0%,71%)
(0.47/0.19/0.00/0.71)	

CMYK percentages

%46.58
%19.18
%0
%71.37

Codes

Color #273B49 in popluar color models

273B49
RGB395973
HSL205°30.36%21.96%
HSB/HSV205°46.58%28.63%
CMYK46.58%19.18%0.00%
71.37%

Color #273B49 in popluar number systems.

HEX273B49
Decimal395973
Binary1001111110111001001
Octal4773111

Shades and tints

Shades of #273B49

#273B49
(39,59,73)
#243643
(36,54,67)
#21313D
(33,49,61)
#1E2C37
(30,44,55)
#1B2731
(27,39,49)
#18222B
(24,34,43)
#151D25
(21,29,37)
#12181F
(18,24,31)
#0F1319
(15,19,25)
#0C0E13
(12,14,19)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #273B49

#273B49
(39,59,73)
#3A4C59
(58,76,89)
#4D5D69
(77,93,105)
#606E79
(96,110,121)
#737F89
(115,127,137)
#869099
(134,144,153)
#99A1A9
(153,161,169)
#ACB2B9
(172,178,185)
#BFC3C9
(191,195,201)
#D2D4D9
(210,212,217)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273B49; }

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

This text font color is #273B49.


Background Color

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

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

This div background color is #273B49.


Border color

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

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

This div border color is #273B49.


Opacity

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

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

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

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

This text has shadow with #273B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273B49 on black background.


Color preview on white background

This text has color #273B49 on white background.



Black color preview on #273B49 background

This text has black color on #273B49 background.


White color preview on #273B49 background

This text has white color on #273B49 background.