COLOR #273246

HEX: #273246
RGB: (39,50,70)

Color info

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

RGB color model

#273246 color RGB value is (39,50,70).

  • red value is 39;
  • green value is 50;
  • blue value is 70.
RGB:
(39,50,70)
(15%,20%,27%)

RGB channels and saturation

R 39 of 255 = 15%
G 50 of 255 = 20%
B 70 of 255 = 27%

39
50
70

R + G + B ~ 21%. #273246 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 50 + 70 = 159 (100%)
R 39 of 159 ~ 24.53%
G 50 of 159 ~ 31.45%
B 70 of 159 ~ 44.03%

%24.53
%31.45
%44.03

CMYK color model

#273246 color CMYK value is (44,29,0,73).

  • cyan value is 44.29%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(44,29,0,73)
C44M29Y0K73 
(44%,29%,0%,73%)
(0.44/0.29/0.00/0.73)	

CMYK percentages

%44.29
%28.57
%0
%72.55

Codes

Color #273246 in popluar color models

273246
RGB395070
HSL219°28.44%21.37%
HSB/HSV219°44.29%27.45%
CMYK44.29%28.57%0.00%
72.55%

Color #273246 in popluar number systems.

HEX273246
Decimal395070
Binary1001111100101000110
Octal4762106

Shades and tints

Shades of #273246

#273246
(39,50,70)
#242E40
(36,46,64)
#212A3A
(33,42,58)
#1E2634
(30,38,52)
#1B222E
(27,34,46)
#181E28
(24,30,40)
#151A22
(21,26,34)
#12161C
(18,22,28)
#0F1216
(15,18,22)
#0C0E10
(12,14,16)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #273246

#273246
(39,50,70)
#3A4456
(58,68,86)
#4D5666
(77,86,102)
#606876
(96,104,118)
#737A86
(115,122,134)
#868C96
(134,140,150)
#999EA6
(153,158,166)
#ACB0B6
(172,176,182)
#BFC2C6
(191,194,198)
#D2D4D6
(210,212,214)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273246 color. Also use rgb(39,50,70) instead hex code.

Text Font Color

.myTextColor { color: #273246; }

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

This text font color is #273246.


Background Color

.myBgColor { background-color: #273246; }

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

This div background color is #273246.


Border color

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

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

This div border color is #273246.


Opacity

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

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

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

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

This text has shadow with #273246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273246 on black background.


Color preview on white background

This text has color #273246 on white background.



Black color preview on #273246 background

This text has black color on #273246 background.


White color preview on #273246 background

This text has white color on #273246 background.