COLOR #273E4A

HEX: #273E4A
RGB: (39,62,74)

Color info

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

RGB color model

#273E4A color RGB value is (39,62,74).

  • red value is 39;
  • green value is 62;
  • blue value is 74.
RGB:
(39,62,74)
(15%,24%,29%)

RGB channels and saturation

R 39 of 255 = 15%
G 62 of 255 = 24%
B 74 of 255 = 29%

39
62
74

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

Portions of RGB colors in percentages

R + G + B =
39 + 62 + 74 = 175 (100%)
R 39 of 175 ~ 22.29%
G 62 of 175 ~ 35.43%
B 74 of 175 ~ 42.29%

%22.29
%35.43
%42.29

CMYK color model

#273E4A color CMYK value is (47,16,0,71).

  • cyan value is 47.30%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(47,16,0,71)
C47M16Y0K71 
(47%,16%,0%,71%)
(0.47/0.16/0.00/0.71)	

CMYK percentages

%47.3
%16.22
%0
%70.98

Codes

Color #273E4A in popluar color models

273E4A
RGB396274
HSL201°30.97%22.16%
HSB/HSV201°47.30%29.02%
CMYK47.30%16.22%0.00%
70.98%

Color #273E4A in popluar number systems.

HEX273E4A
Decimal396274
Binary1001111111101001010
Octal4776112

Shades and tints

Shades of #273E4A

#273E4A
(39,62,74)
#243944
(36,57,68)
#21343E
(33,52,62)
#1E2F38
(30,47,56)
#1B2A32
(27,42,50)
#18252C
(24,37,44)
#152026
(21,32,38)
#121B20
(18,27,32)
#0F161A
(15,22,26)
#0C1114
(12,17,20)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #273E4A

#273E4A
(39,62,74)
#3A4F5A
(58,79,90)
#4D606A
(77,96,106)
#60717A
(96,113,122)
#73828A
(115,130,138)
#86939A
(134,147,154)
#99A4AA
(153,164,170)
#ACB5BA
(172,181,186)
#BFC6CA
(191,198,202)
#D2D7DA
(210,215,218)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273E4A color. Also use rgb(39,62,74) instead hex code.

Text Font Color

.myTextColor { color: #273E4A; }

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

This text font color is #273E4A.


Background Color

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

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

This div background color is #273E4A.


Border color

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

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

This div border color is #273E4A.


Opacity

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

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

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

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

This text has shadow with #273E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273E4A on black background.


Color preview on white background

This text has color #273E4A on white background.



Black color preview on #273E4A background

This text has black color on #273E4A background.


White color preview on #273E4A background

This text has white color on #273E4A background.