COLOR #273248

HEX: #273248
RGB: (39,50,72)

Color info

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

RGB color model

#273248 color RGB value is (39,50,72).

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

RGB channels and saturation

R 39 of 255 = 15%
G 50 of 255 = 20%
B 72 of 255 = 28%

39
50
72

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

Portions of RGB colors in percentages

R + G + B =
39 + 50 + 72 = 161 (100%)
R 39 of 161 ~ 24.22%
G 50 of 161 ~ 31.06%
B 72 of 161 ~ 44.72%

%24.22
%31.06
%44.72

CMYK color model

#273248 color CMYK value is (46,31,0,72).

  • cyan value is 45.83%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(46,31,0,72)
C46M31Y0K72 
(46%,31%,0%,72%)
(0.46/0.31/0.00/0.72)	

CMYK percentages

%45.83
%30.56
%0
%71.76

Codes

Color #273248 in popluar color models

273248
RGB395072
HSL220°29.73%21.76%
HSB/HSV220°45.83%28.24%
CMYK45.83%30.56%0.00%
71.76%

Color #273248 in popluar number systems.

HEX273248
Decimal395072
Binary1001111100101001000
Octal4762110

Shades and tints

Shades of #273248

#273248
(39,50,72)
#242E42
(36,46,66)
#212A3C
(33,42,60)
#1E2636
(30,38,54)
#1B2230
(27,34,48)
#181E2A
(24,30,42)
#151A24
(21,26,36)
#12161E
(18,22,30)
#0F1218
(15,18,24)
#0C0E12
(12,14,18)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #273248

#273248
(39,50,72)
#3A4458
(58,68,88)
#4D5668
(77,86,104)
#606878
(96,104,120)
#737A88
(115,122,136)
#868C98
(134,140,152)
#999EA8
(153,158,168)
#ACB0B8
(172,176,184)
#BFC2C8
(191,194,200)
#D2D4D8
(210,212,216)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273248; }

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

This text font color is #273248.


Background Color

.myBgColor { background-color: #273248; }

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

This div background color is #273248.


Border color

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

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

This div border color is #273248.


Opacity

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

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

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

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

This text has shadow with #273248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273248 on black background.


Color preview on white background

This text has color #273248 on white background.



Black color preview on #273248 background

This text has black color on #273248 background.


White color preview on #273248 background

This text has white color on #273248 background.