COLOR #27427C

HEX: #27427C
RGB: (39,66,124)

Color info

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

RGB color model

#27427C color RGB value is (39,66,124).

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

RGB channels and saturation

R 39 of 255 = 15%
G 66 of 255 = 26%
B 124 of 255 = 49%

39
66
124

R + G + B ~ 30%. #27427C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 66 + 124 = 229 (100%)
R 39 of 229 ~ 17.03%
G 66 of 229 ~ 28.82%
B 124 of 229 ~ 54.15%

%17.03
%28.82
%54.15

CMYK color model

#27427C color CMYK value is (69,47,0,51).

  • cyan value is 68.55%
  • magenta value is 46.77%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(69,47,0,51)
C69M47Y0K51 
(69%,47%,0%,51%)
(0.69/0.47/0.00/0.51)	

CMYK percentages

%68.55
%46.77
%0
%51.37

Codes

Color #27427C in popluar color models

27427C
RGB3966124
HSL221°52.15%31.96%
HSB/HSV221°68.55%48.63%
CMYK68.55%46.77%0.00%
51.37%

Color #27427C in popluar number systems.

HEX27427C
Decimal3966124
Binary10011110000101111100
Octal47102174

Shades and tints

Shades of #27427C

#27427C
(39,66,124)
#243C71
(36,60,113)
#213666
(33,54,102)
#1E305B
(30,48,91)
#1B2A50
(27,42,80)
#182445
(24,36,69)
#151E3A
(21,30,58)
#12182F
(18,24,47)
#0F1224
(15,18,36)
#0C0C19
(12,12,25)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #27427C

#27427C
(39,66,124)
#3A5387
(58,83,135)
#4D6492
(77,100,146)
#60759D
(96,117,157)
#7386A8
(115,134,168)
#8697B3
(134,151,179)
#99A8BE
(153,168,190)
#ACB9C9
(172,185,201)
#BFCAD4
(191,202,212)
#D2DBDF
(210,219,223)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27427C color. Also use rgb(39,66,124) instead hex code.

Text Font Color

.myTextColor { color: #27427C; }

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

This text font color is #27427C.


Background Color

.myBgColor { background-color: #27427C; }

<div style="background-color:#27427C">Inner text</div>

This div background color is #27427C.


Border color

.myBorderColor { border: 1px solid #27427C; }

<div style="border:3px solid #27427C">Div</div>

This div border color is #27427C.


Opacity

.myOpacity80 { color: #27427C; opacity: 0.8; }

<p style="color:#27427C;opacity:0.8;">80%</p>

Text with #27427C 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 #27427C;}

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

This text has shadow with #27427C color.

.textShadow {text-shadow: 3px 3px 1px #27427C, 3px 3px 1px red;}

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

This text has shadow with #27427C primary color and red secondary color.


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

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

This text has shadow with #27427C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27427C on black background.


Color preview on white background

This text has color #27427C on white background.



Black color preview on #27427C background

This text has black color on #27427C background.


White color preview on #27427C background

This text has white color on #27427C background.