COLOR #272A28

HEX: #272A28
RGB: (39,42,40)

Color info

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

RGB color model

#272A28 color RGB value is (39,42,40).

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

RGB channels and saturation

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

39
42
40

R + G + B ~ 16%. #272A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 42 + 40 = 121 (100%)
R 39 of 121 ~ 32.23%
G 42 of 121 ~ 34.71%
B 40 of 121 ~ 33.06%

%32.23
%34.71
%33.06

CMYK color model

#272A28 color CMYK value is (7,0,5,84).

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

CMYK percentages

%7.14
%0
%4.76
%83.53

Codes

Color #272A28 in popluar color models

272A28
RGB394240
HSL140°3.70%15.88%
HSB/HSV140°7.14%16.47%
CMYK7.14%0.00%4.76%
83.53%

Color #272A28 in popluar number systems.

HEX272A28
Decimal394240
Binary100111101010101000
Octal475250

Shades and tints

Shades of #272A28

#272A28
(39,42,40)
#242725
(36,39,37)
#212422
(33,36,34)
#1E211F
(30,33,31)
#1B1E1C
(27,30,28)
#181B19
(24,27,25)
#151816
(21,24,22)
#121513
(18,21,19)
#0F1210
(15,18,16)
#0C0F0D
(12,15,13)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #272A28

#272A28
(39,42,40)
#3A3D3B
(58,61,59)
#4D504E
(77,80,78)
#606361
(96,99,97)
#737674
(115,118,116)
#868987
(134,137,135)
#999C9A
(153,156,154)
#ACAFAD
(172,175,173)
#BFC2C0
(191,194,192)
#D2D5D3
(210,213,211)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272A28; }

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

This text font color is #272A28.


Background Color

.myBgColor { background-color: #272A28; }

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

This div background color is #272A28.


Border color

.myBorderColor { border: 1px solid #272A28; }

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

This div border color is #272A28.


Opacity

.myOpacity80 { color: #272A28; opacity: 0.8; }

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

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

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

This text has shadow with #272A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272A28 on black background.


Color preview on white background

This text has color #272A28 on white background.



Black color preview on #272A28 background

This text has black color on #272A28 background.


White color preview on #272A28 background

This text has white color on #272A28 background.