COLOR #272E40

HEX: #272E40
RGB: (39,46,64)

Color info

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

RGB color model

#272E40 color RGB value is (39,46,64).

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

RGB channels and saturation

R 39 of 255 = 15%
G 46 of 255 = 18%
B 64 of 255 = 25%

39
46
64

R + G + B ~ 19%. #272E40 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 46 + 64 = 149 (100%)
R 39 of 149 ~ 26.17%
G 46 of 149 ~ 30.87%
B 64 of 149 ~ 42.95%

%26.17
%30.87
%42.95

CMYK color model

#272E40 color CMYK value is (39,28,0,75).

  • cyan value is 39.06%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(39,28,0,75)
C39M28Y0K75 
(39%,28%,0%,75%)
(0.39/0.28/0.00/0.75)	

CMYK percentages

%39.06
%28.13
%0
%74.9

Codes

Color #272E40 in popluar color models

272E40
RGB394664
HSL223°24.27%20.20%
HSB/HSV223°39.06%25.10%
CMYK39.06%28.13%0.00%
74.90%

Color #272E40 in popluar number systems.

HEX272E40
Decimal394664
Binary1001111011101000000
Octal4756100

Shades and tints

Shades of #272E40

#272E40
(39,46,64)
#242A3B
(36,42,59)
#212636
(33,38,54)
#1E2231
(30,34,49)
#1B1E2C
(27,30,44)
#181A27
(24,26,39)
#151622
(21,22,34)
#12121D
(18,18,29)
#0F0E18
(15,14,24)
#0C0A13
(12,10,19)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #272E40

#272E40
(39,46,64)
#3A4151
(58,65,81)
#4D5462
(77,84,98)
#606773
(96,103,115)
#737A84
(115,122,132)
#868D95
(134,141,149)
#99A0A6
(153,160,166)
#ACB3B7
(172,179,183)
#BFC6C8
(191,198,200)
#D2D9D9
(210,217,217)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272E40 color. Also use rgb(39,46,64) instead hex code.

Text Font Color

.myTextColor { color: #272E40; }

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

This text font color is #272E40.


Background Color

.myBgColor { background-color: #272E40; }

<div style="background-color:#272E40">Inner text</div>

This div background color is #272E40.


Border color

.myBorderColor { border: 1px solid #272E40; }

<div style="border:3px solid #272E40">Div</div>

This div border color is #272E40.


Opacity

.myOpacity80 { color: #272E40; opacity: 0.8; }

<p style="color:#272E40;opacity:0.8;">80%</p>

Text with #272E40 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 #272E40;}

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

This text has shadow with #272E40 color.

.textShadow {text-shadow: 3px 3px 1px #272E40, 3px 3px 1px red;}

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

This text has shadow with #272E40 primary color and red secondary color.


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

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

This text has shadow with #272E40 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272E40 on black background.


Color preview on white background

This text has color #272E40 on white background.



Black color preview on #272E40 background

This text has black color on #272E40 background.


White color preview on #272E40 background

This text has white color on #272E40 background.