COLOR #27393E

HEX: #27393E
RGB: (39,57,62)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

39
57
62

R + G + B ~ 20%. #27393E is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 57 + 62 = 158 (100%)
R 39 of 158 ~ 24.68%
G 57 of 158 ~ 36.08%
B 62 of 158 ~ 39.24%

%24.68
%36.08
%39.24

CMYK color model

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

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

CMYK percentages

%37.1
%8.06
%0
%75.69

Codes

Color #27393E in popluar color models

27393E
RGB395762
HSL193°22.77%19.80%
HSB/HSV193°37.10%24.31%
CMYK37.10%8.06%0.00%
75.69%

Color #27393E in popluar number systems.

HEX27393E
Decimal395762
Binary100111111001111110
Octal477176

Shades and tints

Shades of #27393E

#27393E
(39,57,62)
#243439
(36,52,57)
#212F34
(33,47,52)
#1E2A2F
(30,42,47)
#1B252A
(27,37,42)
#182025
(24,32,37)
#151B20
(21,27,32)
#12161B
(18,22,27)
#0F1116
(15,17,22)
#0C0C11
(12,12,17)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #27393E

#27393E
(39,57,62)
#3A4B4F
(58,75,79)
#4D5D60
(77,93,96)
#606F71
(96,111,113)
#738182
(115,129,130)
#869393
(134,147,147)
#99A5A4
(153,165,164)
#ACB7B5
(172,183,181)
#BFC9C6
(191,201,198)
#D2DBD7
(210,219,215)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27393E; }

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

This text font color is #27393E.


Background Color

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

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

This div background color is #27393E.


Border color

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

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

This div border color is #27393E.


Opacity

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

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

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

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

This text has shadow with #27393E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27393E on black background.


Color preview on white background

This text has color #27393E on white background.



Black color preview on #27393E background

This text has black color on #27393E background.


White color preview on #27393E background

This text has white color on #27393E background.