COLOR #273F4E

HEX: #273F4E
RGB: (39,63,78)

Color info

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

RGB color model

#273F4E color RGB value is (39,63,78).

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

RGB channels and saturation

R 39 of 255 = 15%
G 63 of 255 = 25%
B 78 of 255 = 31%

39
63
78

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

Portions of RGB colors in percentages

R + G + B =
39 + 63 + 78 = 180 (100%)
R 39 of 180 ~ 21.67%
G 63 of 180 ~ 35%
B 78 of 180 ~ 43.33%

%21.67
%35
%43.33

CMYK color model

#273F4E color CMYK value is (50,19,0,69).

  • cyan value is 50.00%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(50,19,0,69)
C50M19Y0K69 
(50%,19%,0%,69%)
(0.50/0.19/0.00/0.69)	

CMYK percentages

%50
%19.23
%0
%69.41

Codes

Color #273F4E in popluar color models

273F4E
RGB396378
HSL203°33.33%22.94%
HSB/HSV203°50.00%30.59%
CMYK50.00%19.23%0.00%
69.41%

Color #273F4E in popluar number systems.

HEX273F4E
Decimal396378
Binary1001111111111001110
Octal4777116

Shades and tints

Shades of #273F4E

#273F4E
(39,63,78)
#243A47
(36,58,71)
#213540
(33,53,64)
#1E3039
(30,48,57)
#1B2B32
(27,43,50)
#18262B
(24,38,43)
#152124
(21,33,36)
#121C1D
(18,28,29)
#0F1716
(15,23,22)
#0C120F
(12,18,15)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #273F4E

#273F4E
(39,63,78)
#3A505E
(58,80,94)
#4D616E
(77,97,110)
#60727E
(96,114,126)
#73838E
(115,131,142)
#86949E
(134,148,158)
#99A5AE
(153,165,174)
#ACB6BE
(172,182,190)
#BFC7CE
(191,199,206)
#D2D8DE
(210,216,222)
#E5E9EE
(229,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273F4E; }

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

This text font color is #273F4E.


Background Color

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

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

This div background color is #273F4E.


Border color

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

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

This div border color is #273F4E.


Opacity

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

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

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

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

This text has shadow with #273F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273F4E on black background.


Color preview on white background

This text has color #273F4E on white background.



Black color preview on #273F4E background

This text has black color on #273F4E background.


White color preview on #273F4E background

This text has white color on #273F4E background.