COLOR #273B4C

HEX: #273B4C
RGB: (39,59,76)

Color info

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

RGB color model

#273B4C color RGB value is (39,59,76).

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

RGB channels and saturation

R 39 of 255 = 15%
G 59 of 255 = 23%
B 76 of 255 = 30%

39
59
76

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

Portions of RGB colors in percentages

R + G + B =
39 + 59 + 76 = 174 (100%)
R 39 of 174 ~ 22.41%
G 59 of 174 ~ 33.91%
B 76 of 174 ~ 43.68%

%22.41
%33.91
%43.68

CMYK color model

#273B4C color CMYK value is (49,22,0,70).

  • cyan value is 48.68%
  • magenta value is 22.37%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(49,22,0,70)
C49M22Y0K70 
(49%,22%,0%,70%)
(0.49/0.22/0.00/0.70)	

CMYK percentages

%48.68
%22.37
%0
%70.2

Codes

Color #273B4C in popluar color models

273B4C
RGB395976
HSL208°32.17%22.55%
HSB/HSV208°48.68%29.80%
CMYK48.68%22.37%0.00%
70.20%

Color #273B4C in popluar number systems.

HEX273B4C
Decimal395976
Binary1001111110111001100
Octal4773114

Shades and tints

Shades of #273B4C

#273B4C
(39,59,76)
#243646
(36,54,70)
#213140
(33,49,64)
#1E2C3A
(30,44,58)
#1B2734
(27,39,52)
#18222E
(24,34,46)
#151D28
(21,29,40)
#121822
(18,24,34)
#0F131C
(15,19,28)
#0C0E16
(12,14,22)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #273B4C

#273B4C
(39,59,76)
#3A4C5C
(58,76,92)
#4D5D6C
(77,93,108)
#606E7C
(96,110,124)
#737F8C
(115,127,140)
#86909C
(134,144,156)
#99A1AC
(153,161,172)
#ACB2BC
(172,178,188)
#BFC3CC
(191,195,204)
#D2D4DC
(210,212,220)
#E5E5EC
(229,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273B4C; }

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

This text font color is #273B4C.


Background Color

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

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

This div background color is #273B4C.


Border color

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

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

This div border color is #273B4C.


Opacity

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

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

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

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

This text has shadow with #273B4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273B4C on black background.


Color preview on white background

This text has color #273B4C on white background.



Black color preview on #273B4C background

This text has black color on #273B4C background.


White color preview on #273B4C background

This text has white color on #273B4C background.