COLOR #27475E

HEX: #27475E
RGB: (39,71,94)

Color info

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

RGB color model

#27475E color RGB value is (39,71,94).

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

RGB channels and saturation

R 39 of 255 = 15%
G 71 of 255 = 28%
B 94 of 255 = 37%

39
71
94

R + G + B ~ 27%. #27475E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 71 + 94 = 204 (100%)
R 39 of 204 ~ 19.12%
G 71 of 204 ~ 34.8%
B 94 of 204 ~ 46.08%

%19.12
%34.8
%46.08

CMYK color model

#27475E color CMYK value is (59,24,0,63).

  • cyan value is 58.51%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(59,24,0,63)
C59M24Y0K63 
(59%,24%,0%,63%)
(0.59/0.24/0.00/0.63)	

CMYK percentages

%58.51
%24.47
%0
%63.14

Codes

Color #27475E in popluar color models

27475E
RGB397194
HSL205°41.35%26.08%
HSB/HSV205°58.51%36.86%
CMYK58.51%24.47%0.00%
63.14%

Color #27475E in popluar number systems.

HEX27475E
Decimal397194
Binary10011110001111011110
Octal47107136

Shades and tints

Shades of #27475E

#27475E
(39,71,94)
#244156
(36,65,86)
#213B4E
(33,59,78)
#1E3546
(30,53,70)
#1B2F3E
(27,47,62)
#182936
(24,41,54)
#15232E
(21,35,46)
#121D26
(18,29,38)
#0F171E
(15,23,30)
#0C1116
(12,17,22)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #27475E

#27475E
(39,71,94)
#3A576C
(58,87,108)
#4D677A
(77,103,122)
#607788
(96,119,136)
#738796
(115,135,150)
#8697A4
(134,151,164)
#99A7B2
(153,167,178)
#ACB7C0
(172,183,192)
#BFC7CE
(191,199,206)
#D2D7DC
(210,215,220)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27475E; }

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

This text font color is #27475E.


Background Color

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

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

This div background color is #27475E.


Border color

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

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

This div border color is #27475E.


Opacity

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

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

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

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

This text has shadow with #27475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27475E on black background.


Color preview on white background

This text has color #27475E on white background.



Black color preview on #27475E background

This text has black color on #27475E background.


White color preview on #27475E background

This text has white color on #27475E background.