COLOR #273A4A

HEX: #273A4A
RGB: (39,58,74)

Color info

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

RGB color model

#273A4A color RGB value is (39,58,74).

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

RGB channels and saturation

R 39 of 255 = 15%
G 58 of 255 = 23%
B 74 of 255 = 29%

39
58
74

R + G + B ~ 22%. #273A4A is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 58 + 74 = 171 (100%)
R 39 of 171 ~ 22.81%
G 58 of 171 ~ 33.92%
B 74 of 171 ~ 43.27%

%22.81
%33.92
%43.27

CMYK color model

#273A4A color CMYK value is (47,22,0,71).

  • cyan value is 47.30%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(47,22,0,71)
C47M22Y0K71 
(47%,22%,0%,71%)
(0.47/0.22/0.00/0.71)	

CMYK percentages

%47.3
%21.62
%0
%70.98

Codes

Color #273A4A in popluar color models

273A4A
RGB395874
HSL207°30.97%22.16%
HSB/HSV207°47.30%29.02%
CMYK47.30%21.62%0.00%
70.98%

Color #273A4A in popluar number systems.

HEX273A4A
Decimal395874
Binary1001111110101001010
Octal4772112

Shades and tints

Shades of #273A4A

#273A4A
(39,58,74)
#243544
(36,53,68)
#21303E
(33,48,62)
#1E2B38
(30,43,56)
#1B2632
(27,38,50)
#18212C
(24,33,44)
#151C26
(21,28,38)
#121720
(18,23,32)
#0F121A
(15,18,26)
#0C0D14
(12,13,20)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #273A4A

#273A4A
(39,58,74)
#3A4B5A
(58,75,90)
#4D5C6A
(77,92,106)
#606D7A
(96,109,122)
#737E8A
(115,126,138)
#868F9A
(134,143,154)
#99A0AA
(153,160,170)
#ACB1BA
(172,177,186)
#BFC2CA
(191,194,202)
#D2D3DA
(210,211,218)
#E5E4EA
(229,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273A4A; }

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

This text font color is #273A4A.


Background Color

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

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

This div background color is #273A4A.


Border color

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

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

This div border color is #273A4A.


Opacity

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

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

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

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

This text has shadow with #273A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273A4A on black background.


Color preview on white background

This text has color #273A4A on white background.



Black color preview on #273A4A background

This text has black color on #273A4A background.


White color preview on #273A4A background

This text has white color on #273A4A background.