COLOR #27273E

HEX: #27273E
RGB: (39,39,62)

Color info

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

RGB color model

#27273E color RGB value is (39,39,62).

  • red value is 39;
  • green value is 39;
  • blue value is 62.
RGB:
(39,39,62)
(15%,15%,24%)

RGB channels and saturation

R 39 of 255 = 15%
G 39 of 255 = 15%
B 62 of 255 = 24%

39
39
62

R + G + B ~ 18%. #27273E is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 39 + 62 = 140 (100%)
R 39 of 140 ~ 27.86%
G 39 of 140 ~ 27.86%
B 62 of 140 ~ 44.29%

%27.86
%27.86
%44.29

CMYK color model

#27273E color CMYK value is (37,37,0,76).

  • cyan value is 37.10%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(37,37,0,76)
C37M37Y0K76 
(37%,37%,0%,76%)
(0.37/0.37/0.00/0.76)	

CMYK percentages

%37.1
%37.1
%0
%75.69

Codes

Color #27273E in popluar color models

27273E
RGB393962
HSL240°22.77%19.80%
HSB/HSV240°37.10%24.31%
CMYK37.10%37.10%0.00%
75.69%

Color #27273E in popluar number systems.

HEX27273E
Decimal393962
Binary100111100111111110
Octal474776

Shades and tints

Shades of #27273E

#27273E
(39,39,62)
#242439
(36,36,57)
#212134
(33,33,52)
#1E1E2F
(30,30,47)
#1B1B2A
(27,27,42)
#181825
(24,24,37)
#151520
(21,21,32)
#12121B
(18,18,27)
#0F0F16
(15,15,22)
#0C0C11
(12,12,17)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #27273E

#27273E
(39,39,62)
#3A3A4F
(58,58,79)
#4D4D60
(77,77,96)
#606071
(96,96,113)
#737382
(115,115,130)
#868693
(134,134,147)
#9999A4
(153,153,164)
#ACACB5
(172,172,181)
#BFBFC6
(191,191,198)
#D2D2D7
(210,210,215)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27273E color. Also use rgb(39,39,62) instead hex code.

Text Font Color

.myTextColor { color: #27273E; }

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

This text font color is #27273E.


Background Color

.myBgColor { background-color: #27273E; }

<div style="background-color:#27273E">Inner text</div>

This div background color is #27273E.


Border color

.myBorderColor { border: 1px solid #27273E; }

<div style="border:3px solid #27273E">Div</div>

This div border color is #27273E.


Opacity

.myOpacity80 { color: #27273E; opacity: 0.8; }

<p style="color:#27273E;opacity:0.8;">80%</p>

Text with #27273E 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 #27273E;}

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

This text has shadow with #27273E color.

.textShadow {text-shadow: 3px 3px 1px #27273E, 3px 3px 1px red;}

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

This text has shadow with #27273E primary color and red secondary color.


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

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

This text has shadow with #27273E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27273E on black background.


Color preview on white background

This text has color #27273E on white background.



Black color preview on #27273E background

This text has black color on #27273E background.


White color preview on #27273E background

This text has white color on #27273E background.