COLOR #27272A

HEX: #27272A
RGB: (39,39,42)

Color info

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

RGB color model

#27272A color RGB value is (39,39,42).

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

RGB channels and saturation

R 39 of 255 = 15%
G 39 of 255 = 15%
B 42 of 255 = 16%

39
39
42

R + G + B ~ 15%. #27272A is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 39 + 42 = 120 (100%)
R 39 of 120 ~ 32.5%
G 39 of 120 ~ 32.5%
B 42 of 120 ~ 35%

%32.5
%32.5
%35

CMYK color model

#27272A color CMYK value is (7,7,0,84).

  • cyan value is 7.14%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(7,7,0,84)
C7M7Y0K84 
(7%,7%,0%,84%)
(0.07/0.07/0.00/0.84)	

CMYK percentages

%7.14
%7.14
%0
%83.53

Codes

Color #27272A in popluar color models

27272A
RGB393942
HSL240°3.70%15.88%
HSB/HSV240°7.14%16.47%
CMYK7.14%7.14%0.00%
83.53%

Color #27272A in popluar number systems.

HEX27272A
Decimal393942
Binary100111100111101010
Octal474752

Shades and tints

Shades of #27272A

#27272A
(39,39,42)
#242427
(36,36,39)
#212124
(33,33,36)
#1E1E21
(30,30,33)
#1B1B1E
(27,27,30)
#18181B
(24,24,27)
#151518
(21,21,24)
#121215
(18,18,21)
#0F0F12
(15,15,18)
#0C0C0F
(12,12,15)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #27272A

#27272A
(39,39,42)
#3A3A3D
(58,58,61)
#4D4D50
(77,77,80)
#606063
(96,96,99)
#737376
(115,115,118)
#868689
(134,134,137)
#99999C
(153,153,156)
#ACACAF
(172,172,175)
#BFBFC2
(191,191,194)
#D2D2D5
(210,210,213)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27272A color. Also use rgb(39,39,42) instead hex code.

Text Font Color

.myTextColor { color: #27272A; }

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

This text font color is #27272A.


Background Color

.myBgColor { background-color: #27272A; }

<div style="background-color:#27272A">Inner text</div>

This div background color is #27272A.


Border color

.myBorderColor { border: 1px solid #27272A; }

<div style="border:3px solid #27272A">Div</div>

This div border color is #27272A.


Opacity

.myOpacity80 { color: #27272A; opacity: 0.8; }

<p style="color:#27272A;opacity:0.8;">80%</p>

Text with #27272A 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 #27272A;}

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

This text has shadow with #27272A color.

.textShadow {text-shadow: 3px 3px 1px #27272A, 3px 3px 1px red;}

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

This text has shadow with #27272A primary color and red secondary color.


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

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

This text has shadow with #27272A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27272A on black background.


Color preview on white background

This text has color #27272A on white background.



Black color preview on #27272A background

This text has black color on #27272A background.


White color preview on #27272A background

This text has white color on #27272A background.