COLOR #272728

HEX: #272728
RGB: (39,39,40)

Color info

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

RGB color model

#272728 color RGB value is (39,39,40).

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

RGB channels and saturation

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

39
39
40

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

Portions of RGB colors in percentages

R + G + B =
39 + 39 + 40 = 118 (100%)
R 39 of 118 ~ 33.05%
G 39 of 118 ~ 33.05%
B 40 of 118 ~ 33.9%

%33.05
%33.05
%33.9

CMYK color model

#272728 color CMYK value is (2,2,0,84).

  • cyan value is 2.50%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(2,2,0,84)
C2M2Y0K84 
(2%,2%,0%,84%)
(0.02/0.02/0.00/0.84)	

CMYK percentages

%2.5
%2.5
%0
%84.31

Codes

Color #272728 in popluar color models

272728
RGB393940
HSL240°1.27%15.49%
HSB/HSV240°2.50%15.69%
CMYK2.50%2.50%0.00%
84.31%

Color #272728 in popluar number systems.

HEX272728
Decimal393940
Binary100111100111101000
Octal474750

Shades and tints

Shades of #272728

#272728
(39,39,40)
#242425
(36,36,37)
#212122
(33,33,34)
#1E1E1F
(30,30,31)
#1B1B1C
(27,27,28)
#181819
(24,24,25)
#151516
(21,21,22)
#121213
(18,18,19)
#0F0F10
(15,15,16)
#0C0C0D
(12,12,13)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #272728

#272728
(39,39,40)
#3A3A3B
(58,58,59)
#4D4D4E
(77,77,78)
#606061
(96,96,97)
#737374
(115,115,116)
#868687
(134,134,135)
#99999A
(153,153,154)
#ACACAD
(172,172,173)
#BFBFC0
(191,191,192)
#D2D2D3
(210,210,211)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272728; }

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

This text font color is #272728.


Background Color

.myBgColor { background-color: #272728; }

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

This div background color is #272728.


Border color

.myBorderColor { border: 1px solid #272728; }

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

This div border color is #272728.


Opacity

.myOpacity80 { color: #272728; opacity: 0.8; }

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

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

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

This text has shadow with #272728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272728 on black background.


Color preview on white background

This text has color #272728 on white background.



Black color preview on #272728 background

This text has black color on #272728 background.


White color preview on #272728 background

This text has white color on #272728 background.