COLOR #273D5A

HEX: #273D5A
RGB: (39,61,90)

Color info

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

RGB color model

#273D5A color RGB value is (39,61,90).

  • red value is 39;
  • green value is 61;
  • blue value is 90.
RGB:
(39,61,90)
(15%,24%,35%)

RGB channels and saturation

R 39 of 255 = 15%
G 61 of 255 = 24%
B 90 of 255 = 35%

39
61
90

R + G + B ~ 25%. #273D5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 61 + 90 = 190 (100%)
R 39 of 190 ~ 20.53%
G 61 of 190 ~ 32.11%
B 90 of 190 ~ 47.37%

%20.53
%32.11
%47.37

CMYK color model

#273D5A color CMYK value is (57,32,0,65).

  • cyan value is 56.67%
  • magenta value is 32.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(57,32,0,65)
C57M32Y0K65 
(57%,32%,0%,65%)
(0.57/0.32/0.00/0.65)	

CMYK percentages

%56.67
%32.22
%0
%64.71

Codes

Color #273D5A in popluar color models

273D5A
RGB396190
HSL214°39.53%25.29%
HSB/HSV214°56.67%35.29%
CMYK56.67%32.22%0.00%
64.71%

Color #273D5A in popluar number systems.

HEX273D5A
Decimal396190
Binary1001111111011011010
Octal4775132

Shades and tints

Shades of #273D5A

#273D5A
(39,61,90)
#243852
(36,56,82)
#21334A
(33,51,74)
#1E2E42
(30,46,66)
#1B293A
(27,41,58)
#182432
(24,36,50)
#151F2A
(21,31,42)
#121A22
(18,26,34)
#0F151A
(15,21,26)
#0C1012
(12,16,18)
#090B0A
(9,11,10)
#000000
(0,0,0)

Tints of #273D5A

#273D5A
(39,61,90)
#3A4E69
(58,78,105)
#4D5F78
(77,95,120)
#607087
(96,112,135)
#738196
(115,129,150)
#8692A5
(134,146,165)
#99A3B4
(153,163,180)
#ACB4C3
(172,180,195)
#BFC5D2
(191,197,210)
#D2D6E1
(210,214,225)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273D5A color. Also use rgb(39,61,90) instead hex code.

Text Font Color

.myTextColor { color: #273D5A; }

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

This text font color is #273D5A.


Background Color

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

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

This div background color is #273D5A.


Border color

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

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

This div border color is #273D5A.


Opacity

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

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

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

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

This text has shadow with #273D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273D5A on black background.


Color preview on white background

This text has color #273D5A on white background.



Black color preview on #273D5A background

This text has black color on #273D5A background.


White color preview on #273D5A background

This text has white color on #273D5A background.