COLOR #273053

HEX: #273053
RGB: (39,48,83)

Color info

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

RGB color model

#273053 color RGB value is (39,48,83).

  • red value is 39;
  • green value is 48;
  • blue value is 83.
RGB:
(39,48,83)
(15%,19%,33%)

RGB channels and saturation

R 39 of 255 = 15%
G 48 of 255 = 19%
B 83 of 255 = 33%

39
48
83

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

Portions of RGB colors in percentages

R + G + B =
39 + 48 + 83 = 170 (100%)
R 39 of 170 ~ 22.94%
G 48 of 170 ~ 28.24%
B 83 of 170 ~ 48.82%

%22.94
%28.24
%48.82

CMYK color model

#273053 color CMYK value is (53,42,0,67).

  • cyan value is 53.01%
  • magenta value is 42.17%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(53,42,0,67)
C53M42Y0K67 
(53%,42%,0%,67%)
(0.53/0.42/0.00/0.67)	

CMYK percentages

%53.01
%42.17
%0
%67.45

Codes

Color #273053 in popluar color models

273053
RGB394883
HSL228°36.07%23.92%
HSB/HSV228°53.01%32.55%
CMYK53.01%42.17%0.00%
67.45%

Color #273053 in popluar number systems.

HEX273053
Decimal394883
Binary1001111100001010011
Octal4760123

Shades and tints

Shades of #273053

#273053
(39,48,83)
#242C4C
(36,44,76)
#212845
(33,40,69)
#1E243E
(30,36,62)
#1B2037
(27,32,55)
#181C30
(24,28,48)
#151829
(21,24,41)
#121422
(18,20,34)
#0F101B
(15,16,27)
#0C0C14
(12,12,20)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #273053

#273053
(39,48,83)
#3A4262
(58,66,98)
#4D5471
(77,84,113)
#606680
(96,102,128)
#73788F
(115,120,143)
#868A9E
(134,138,158)
#999CAD
(153,156,173)
#ACAEBC
(172,174,188)
#BFC0CB
(191,192,203)
#D2D2DA
(210,210,218)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273053 color. Also use rgb(39,48,83) instead hex code.

Text Font Color

.myTextColor { color: #273053; }

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

This text font color is #273053.


Background Color

.myBgColor { background-color: #273053; }

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

This div background color is #273053.


Border color

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

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

This div border color is #273053.


Opacity

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

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

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

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

This text has shadow with #273053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273053 on black background.


Color preview on white background

This text has color #273053 on white background.



Black color preview on #273053 background

This text has black color on #273053 background.


White color preview on #273053 background

This text has white color on #273053 background.