COLOR #273F54

HEX: #273F54
RGB: (39,63,84)

Color info

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

RGB color model

#273F54 color RGB value is (39,63,84).

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

RGB channels and saturation

R 39 of 255 = 15%
G 63 of 255 = 25%
B 84 of 255 = 33%

39
63
84

R + G + B ~ 24%. #273F54 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 63 + 84 = 186 (100%)
R 39 of 186 ~ 20.97%
G 63 of 186 ~ 33.87%
B 84 of 186 ~ 45.16%

%20.97
%33.87
%45.16

CMYK color model

#273F54 color CMYK value is (54,25,0,67).

  • cyan value is 53.57%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(54,25,0,67)
C54M25Y0K67 
(54%,25%,0%,67%)
(0.54/0.25/0.00/0.67)	

CMYK percentages

%53.57
%25
%0
%67.06

Codes

Color #273F54 in popluar color models

273F54
RGB396384
HSL208°36.59%24.12%
HSB/HSV208°53.57%32.94%
CMYK53.57%25.00%0.00%
67.06%

Color #273F54 in popluar number systems.

HEX273F54
Decimal396384
Binary1001111111111010100
Octal4777124

Shades and tints

Shades of #273F54

#273F54
(39,63,84)
#243A4D
(36,58,77)
#213546
(33,53,70)
#1E303F
(30,48,63)
#1B2B38
(27,43,56)
#182631
(24,38,49)
#15212A
(21,33,42)
#121C23
(18,28,35)
#0F171C
(15,23,28)
#0C1215
(12,18,21)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #273F54

#273F54
(39,63,84)
#3A5063
(58,80,99)
#4D6172
(77,97,114)
#607281
(96,114,129)
#738390
(115,131,144)
#86949F
(134,148,159)
#99A5AE
(153,165,174)
#ACB6BD
(172,182,189)
#BFC7CC
(191,199,204)
#D2D8DB
(210,216,219)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273F54; }

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

This text font color is #273F54.


Background Color

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

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

This div background color is #273F54.


Border color

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

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

This div border color is #273F54.


Opacity

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

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

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

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

This text has shadow with #273F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273F54 on black background.


Color preview on white background

This text has color #273F54 on white background.



Black color preview on #273F54 background

This text has black color on #273F54 background.


White color preview on #273F54 background

This text has white color on #273F54 background.