COLOR #27426A

HEX: #27426A
RGB: (39,66,106)

Color info

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

RGB color model

#27426A color RGB value is (39,66,106).

  • red value is 39;
  • green value is 66;
  • blue value is 106.
RGB:
(39,66,106)
(15%,26%,42%)

RGB channels and saturation

R 39 of 255 = 15%
G 66 of 255 = 26%
B 106 of 255 = 42%

39
66
106

R + G + B ~ 28%. #27426A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 66 + 106 = 211 (100%)
R 39 of 211 ~ 18.48%
G 66 of 211 ~ 31.28%
B 106 of 211 ~ 50.24%

%18.48
%31.28
%50.24

CMYK color model

#27426A color CMYK value is (63,38,0,58).

  • cyan value is 63.21%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(63,38,0,58)
C63M38Y0K58 
(63%,38%,0%,58%)
(0.63/0.38/0.00/0.58)	

CMYK percentages

%63.21
%37.74
%0
%58.43

Codes

Color #27426A in popluar color models

27426A
RGB3966106
HSL216°46.21%28.43%
HSB/HSV216°63.21%41.57%
CMYK63.21%37.74%0.00%
58.43%

Color #27426A in popluar number systems.

HEX27426A
Decimal3966106
Binary10011110000101101010
Octal47102152

Shades and tints

Shades of #27426A

#27426A
(39,66,106)
#243C61
(36,60,97)
#213658
(33,54,88)
#1E304F
(30,48,79)
#1B2A46
(27,42,70)
#18243D
(24,36,61)
#151E34
(21,30,52)
#12182B
(18,24,43)
#0F1222
(15,18,34)
#0C0C19
(12,12,25)
#090610
(9,6,16)
#000000
(0,0,0)

Tints of #27426A

#27426A
(39,66,106)
#3A5377
(58,83,119)
#4D6484
(77,100,132)
#607591
(96,117,145)
#73869E
(115,134,158)
#8697AB
(134,151,171)
#99A8B8
(153,168,184)
#ACB9C5
(172,185,197)
#BFCAD2
(191,202,210)
#D2DBDF
(210,219,223)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27426A color. Also use rgb(39,66,106) instead hex code.

Text Font Color

.myTextColor { color: #27426A; }

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

This text font color is #27426A.


Background Color

.myBgColor { background-color: #27426A; }

<div style="background-color:#27426A">Inner text</div>

This div background color is #27426A.


Border color

.myBorderColor { border: 1px solid #27426A; }

<div style="border:3px solid #27426A">Div</div>

This div border color is #27426A.


Opacity

.myOpacity80 { color: #27426A; opacity: 0.8; }

<p style="color:#27426A;opacity:0.8;">80%</p>

Text with #27426A 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 #27426A;}

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

This text has shadow with #27426A color.

.textShadow {text-shadow: 3px 3px 1px #27426A, 3px 3px 1px red;}

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

This text has shadow with #27426A primary color and red secondary color.


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

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

This text has shadow with #27426A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27426A on black background.


Color preview on white background

This text has color #27426A on white background.



Black color preview on #27426A background

This text has black color on #27426A background.


White color preview on #27426A background

This text has white color on #27426A background.