COLOR #27465E

HEX: #27465E
RGB: (39,70,94)

Color info

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

RGB color model

#27465E color RGB value is (39,70,94).

  • red value is 39;
  • green value is 70;
  • blue value is 94.
RGB:
(39,70,94)
(15%,27%,37%)

RGB channels and saturation

R 39 of 255 = 15%
G 70 of 255 = 27%
B 94 of 255 = 37%

39
70
94

R + G + B ~ 26%. #27465E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 70 + 94 = 203 (100%)
R 39 of 203 ~ 19.21%
G 70 of 203 ~ 34.48%
B 94 of 203 ~ 46.31%

%19.21
%34.48
%46.31

CMYK color model

#27465E color CMYK value is (59,26,0,63).

  • cyan value is 58.51%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(59,26,0,63)
C59M26Y0K63 
(59%,26%,0%,63%)
(0.59/0.26/0.00/0.63)	

CMYK percentages

%58.51
%25.53
%0
%63.14

Codes

Color #27465E in popluar color models

27465E
RGB397094
HSL206°41.35%26.08%
HSB/HSV206°58.51%36.86%
CMYK58.51%25.53%0.00%
63.14%

Color #27465E in popluar number systems.

HEX27465E
Decimal397094
Binary10011110001101011110
Octal47106136

Shades and tints

Shades of #27465E

#27465E
(39,70,94)
#244056
(36,64,86)
#213A4E
(33,58,78)
#1E3446
(30,52,70)
#1B2E3E
(27,46,62)
#182836
(24,40,54)
#15222E
(21,34,46)
#121C26
(18,28,38)
#0F161E
(15,22,30)
#0C1016
(12,16,22)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #27465E

#27465E
(39,70,94)
#3A566C
(58,86,108)
#4D667A
(77,102,122)
#607688
(96,118,136)
#738696
(115,134,150)
#8696A4
(134,150,164)
#99A6B2
(153,166,178)
#ACB6C0
(172,182,192)
#BFC6CE
(191,198,206)
#D2D6DC
(210,214,220)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27465E color. Also use rgb(39,70,94) instead hex code.

Text Font Color

.myTextColor { color: #27465E; }

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

This text font color is #27465E.


Background Color

.myBgColor { background-color: #27465E; }

<div style="background-color:#27465E">Inner text</div>

This div background color is #27465E.


Border color

.myBorderColor { border: 1px solid #27465E; }

<div style="border:3px solid #27465E">Div</div>

This div border color is #27465E.


Opacity

.myOpacity80 { color: #27465E; opacity: 0.8; }

<p style="color:#27465E;opacity:0.8;">80%</p>

Text with #27465E 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 #27465E;}

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

This text has shadow with #27465E color.

.textShadow {text-shadow: 3px 3px 1px #27465E, 3px 3px 1px red;}

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

This text has shadow with #27465E primary color and red secondary color.


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

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

This text has shadow with #27465E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27465E on black background.


Color preview on white background

This text has color #27465E on white background.



Black color preview on #27465E background

This text has black color on #27465E background.


White color preview on #27465E background

This text has white color on #27465E background.