COLOR #27404C

HEX: #27404C
RGB: (39,64,76)

Color info

#27404C contains red, green and blue colors in about the same proportion. Web safe color of #27404C is #333333 (or #333).

RGB color model

#27404C color RGB value is (39,64,76).

  • red value is 39;
  • green value is 64;
  • blue value is 76.
RGB:
(39,64,76)
(15%,25%,30%)

RGB channels and saturation

R 39 of 255 = 15%
G 64 of 255 = 25%
B 76 of 255 = 30%

39
64
76

R + G + B ~ 23%. #27404C is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 64 + 76 = 179 (100%)
R 39 of 179 ~ 21.79%
G 64 of 179 ~ 35.75%
B 76 of 179 ~ 42.46%

%21.79
%35.75
%42.46

CMYK color model

#27404C color CMYK value is (49,16,0,70).

  • cyan value is 48.68%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(49,16,0,70)
C49M16Y0K70 
(49%,16%,0%,70%)
(0.49/0.16/0.00/0.70)	

CMYK percentages

%48.68
%15.79
%0
%70.2

Codes

Color #27404C in popluar color models

27404C
RGB396476
HSL199°32.17%22.55%
HSB/HSV199°48.68%29.80%
CMYK48.68%15.79%0.00%
70.20%

Color #27404C in popluar number systems.

HEX27404C
Decimal396476
Binary10011110000001001100
Octal47100114

Shades and tints

Shades of #27404C

#27404C
(39,64,76)
#243B46
(36,59,70)
#213640
(33,54,64)
#1E313A
(30,49,58)
#1B2C34
(27,44,52)
#18272E
(24,39,46)
#152228
(21,34,40)
#121D22
(18,29,34)
#0F181C
(15,24,28)
#0C1316
(12,19,22)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #27404C

#27404C
(39,64,76)
#3A515C
(58,81,92)
#4D626C
(77,98,108)
#60737C
(96,115,124)
#73848C
(115,132,140)
#86959C
(134,149,156)
#99A6AC
(153,166,172)
#ACB7BC
(172,183,188)
#BFC8CC
(191,200,204)
#D2D9DC
(210,217,220)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27404C color. Also use rgb(39,64,76) instead hex code.

Text Font Color

.myTextColor { color: #27404C; }

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

This text font color is #27404C.


Background Color

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

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

This div background color is #27404C.


Border color

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

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

This div border color is #27404C.


Opacity

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

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

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

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

This text has shadow with #27404C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27404C on black background.


Color preview on white background

This text has color #27404C on white background.



Black color preview on #27404C background

This text has black color on #27404C background.


White color preview on #27404C background

This text has white color on #27404C background.