COLOR #27466F

HEX: #27466F
RGB: (39,70,111)

Color info

#27466F contains mainly green and blue colors. Web safe color of #27466F is #333366 (or #336).

RGB color model

#27466F color RGB value is (39,70,111).

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

RGB channels and saturation

R 39 of 255 = 15%
G 70 of 255 = 27%
B 111 of 255 = 44%

39
70
111

R + G + B ~ 29%. #27466F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 70 + 111 = 220 (100%)
R 39 of 220 ~ 17.73%
G 70 of 220 ~ 31.82%
B 111 of 220 ~ 50.45%

%17.73
%31.82
%50.45

CMYK color model

#27466F color CMYK value is (65,37,0,56).

  • cyan value is 64.86%
  • magenta value is 36.94%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(65,37,0,56)
C65M37Y0K56 
(65%,37%,0%,56%)
(0.65/0.37/0.00/0.56)	

CMYK percentages

%64.86
%36.94
%0
%56.47

Codes

Color #27466F in popluar color models

27466F
RGB3970111
HSL214°48.00%29.41%
HSB/HSV214°64.86%43.53%
CMYK64.86%36.94%0.00%
56.47%

Color #27466F in popluar number systems.

HEX27466F
Decimal3970111
Binary10011110001101101111
Octal47106157

Shades and tints

Shades of #27466F

#27466F
(39,70,111)
#244065
(36,64,101)
#213A5B
(33,58,91)
#1E3451
(30,52,81)
#1B2E47
(27,46,71)
#18283D
(24,40,61)
#152233
(21,34,51)
#121C29
(18,28,41)
#0F161F
(15,22,31)
#0C1015
(12,16,21)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #27466F

#27466F
(39,70,111)
#3A567C
(58,86,124)
#4D6689
(77,102,137)
#607696
(96,118,150)
#7386A3
(115,134,163)
#8696B0
(134,150,176)
#99A6BD
(153,166,189)
#ACB6CA
(172,182,202)
#BFC6D7
(191,198,215)
#D2D6E4
(210,214,228)
#E5E6F1
(229,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27466F color. Also use rgb(39,70,111) instead hex code.

Text Font Color

.myTextColor { color: #27466F; }

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

This text font color is #27466F.


Background Color

.myBgColor { background-color: #27466F; }

<div style="background-color:#27466F">Inner text</div>

This div background color is #27466F.


Border color

.myBorderColor { border: 1px solid #27466F; }

<div style="border:3px solid #27466F">Div</div>

This div border color is #27466F.


Opacity

.myOpacity80 { color: #27466F; opacity: 0.8; }

<p style="color:#27466F;opacity:0.8;">80%</p>

Text with #27466F 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 #27466F;}

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

This text has shadow with #27466F color.

.textShadow {text-shadow: 3px 3px 1px #27466F, 3px 3px 1px red;}

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

This text has shadow with #27466F primary color and red secondary color.


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

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

This text has shadow with #27466F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27466F on black background.


Color preview on white background

This text has color #27466F on white background.



Black color preview on #27466F background

This text has black color on #27466F background.


White color preview on #27466F background

This text has white color on #27466F background.