COLOR #273F4C

HEX: #273F4C
RGB: (39,63,76)

Color info

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

RGB color model

#273F4C color RGB value is (39,63,76).

  • red value is 39;
  • green value is 63;
  • blue value is 76.
RGB:
(39,63,76)
(15%,25%,30%)

RGB channels and saturation

R 39 of 255 = 15%
G 63 of 255 = 25%
B 76 of 255 = 30%

39
63
76

R + G + B ~ 23%. #273F4C is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 63 + 76 = 178 (100%)
R 39 of 178 ~ 21.91%
G 63 of 178 ~ 35.39%
B 76 of 178 ~ 42.7%

%21.91
%35.39
%42.7

CMYK color model

#273F4C color CMYK value is (49,17,0,70).

  • cyan value is 48.68%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(49,17,0,70)
C49M17Y0K70 
(49%,17%,0%,70%)
(0.49/0.17/0.00/0.70)	

CMYK percentages

%48.68
%17.11
%0
%70.2

Codes

Color #273F4C in popluar color models

273F4C
RGB396376
HSL201°32.17%22.55%
HSB/HSV201°48.68%29.80%
CMYK48.68%17.11%0.00%
70.20%

Color #273F4C in popluar number systems.

HEX273F4C
Decimal396376
Binary1001111111111001100
Octal4777114

Shades and tints

Shades of #273F4C

#273F4C
(39,63,76)
#243A46
(36,58,70)
#213540
(33,53,64)
#1E303A
(30,48,58)
#1B2B34
(27,43,52)
#18262E
(24,38,46)
#152128
(21,33,40)
#121C22
(18,28,34)
#0F171C
(15,23,28)
#0C1216
(12,18,22)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #273F4C

#273F4C
(39,63,76)
#3A505C
(58,80,92)
#4D616C
(77,97,108)
#60727C
(96,114,124)
#73838C
(115,131,140)
#86949C
(134,148,156)
#99A5AC
(153,165,172)
#ACB6BC
(172,182,188)
#BFC7CC
(191,199,204)
#D2D8DC
(210,216,220)
#E5E9EC
(229,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273F4C color. Also use rgb(39,63,76) instead hex code.

Text Font Color

.myTextColor { color: #273F4C; }

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

This text font color is #273F4C.


Background Color

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

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

This div background color is #273F4C.


Border color

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

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

This div border color is #273F4C.


Opacity

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

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

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

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

This text has shadow with #273F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273F4C on black background.


Color preview on white background

This text has color #273F4C on white background.



Black color preview on #273F4C background

This text has black color on #273F4C background.


White color preview on #273F4C background

This text has white color on #273F4C background.