COLOR #273A49

HEX: #273A49
RGB: (39,58,73)

Color info

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

RGB color model

#273A49 color RGB value is (39,58,73).

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

RGB channels and saturation

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

39
58
73

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

Portions of RGB colors in percentages

R + G + B =
39 + 58 + 73 = 170 (100%)
R 39 of 170 ~ 22.94%
G 58 of 170 ~ 34.12%
B 73 of 170 ~ 42.94%

%22.94
%34.12
%42.94

CMYK color model

#273A49 color CMYK value is (47,21,0,71).

  • cyan value is 46.58%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(47,21,0,71)
C47M21Y0K71 
(47%,21%,0%,71%)
(0.47/0.21/0.00/0.71)	

CMYK percentages

%46.58
%20.55
%0
%71.37

Codes

Color #273A49 in popluar color models

273A49
RGB395873
HSL206°30.36%21.96%
HSB/HSV206°46.58%28.63%
CMYK46.58%20.55%0.00%
71.37%

Color #273A49 in popluar number systems.

HEX273A49
Decimal395873
Binary1001111110101001001
Octal4772111

Shades and tints

Shades of #273A49

#273A49
(39,58,73)
#243543
(36,53,67)
#21303D
(33,48,61)
#1E2B37
(30,43,55)
#1B2631
(27,38,49)
#18212B
(24,33,43)
#151C25
(21,28,37)
#12171F
(18,23,31)
#0F1219
(15,18,25)
#0C0D13
(12,13,19)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #273A49

#273A49
(39,58,73)
#3A4B59
(58,75,89)
#4D5C69
(77,92,105)
#606D79
(96,109,121)
#737E89
(115,126,137)
#868F99
(134,143,153)
#99A0A9
(153,160,169)
#ACB1B9
(172,177,185)
#BFC2C9
(191,194,201)
#D2D3D9
(210,211,217)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273A49; }

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

This text font color is #273A49.


Background Color

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

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

This div background color is #273A49.


Border color

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

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

This div border color is #273A49.


Opacity

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

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

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

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

This text has shadow with #273A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273A49 on black background.


Color preview on white background

This text has color #273A49 on white background.



Black color preview on #273A49 background

This text has black color on #273A49 background.


White color preview on #273A49 background

This text has white color on #273A49 background.