COLOR #272128

HEX: #272128
RGB: (39,33,40)

Color info

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

RGB color model

#272128 color RGB value is (39,33,40).

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

RGB channels and saturation

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

39
33
40

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

Portions of RGB colors in percentages

R + G + B =
39 + 33 + 40 = 112 (100%)
R 39 of 112 ~ 34.82%
G 33 of 112 ~ 29.46%
B 40 of 112 ~ 35.71%

%34.82
%29.46
%35.71

CMYK color model

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

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

CMYK percentages

%2.5
%17.5
%0
%84.31

Codes

Color #272128 in popluar color models

272128
RGB393340
HSL291°9.59%14.31%
HSB/HSV291°17.50%15.69%
CMYK2.50%17.50%0.00%
84.31%

Color #272128 in popluar number systems.

HEX272128
Decimal393340
Binary100111100001101000
Octal474150

Shades and tints

Shades of #272128

#272128
(39,33,40)
#241E25
(36,30,37)
#211B22
(33,27,34)
#1E181F
(30,24,31)
#1B151C
(27,21,28)
#181219
(24,18,25)
#150F16
(21,15,22)
#120C13
(18,12,19)
#0F0910
(15,9,16)
#0C060D
(12,6,13)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #272128

#272128
(39,33,40)
#3A353B
(58,53,59)
#4D494E
(77,73,78)
#605D61
(96,93,97)
#737174
(115,113,116)
#868587
(134,133,135)
#99999A
(153,153,154)
#ACADAD
(172,173,173)
#BFC1C0
(191,193,192)
#D2D5D3
(210,213,211)
#E5E9E6
(229,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272128; }

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

This text font color is #272128.


Background Color

.myBgColor { background-color: #272128; }

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

This div background color is #272128.


Border color

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

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

This div border color is #272128.


Opacity

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

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

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

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

This text has shadow with #272128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272128 on black background.


Color preview on white background

This text has color #272128 on white background.



Black color preview on #272128 background

This text has black color on #272128 background.


White color preview on #272128 background

This text has white color on #272128 background.