COLOR #28272C

HEX: #28272C
RGB: (40,39,44)

Color info

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

RGB color model

#28272C color RGB value is (40,39,44).

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

RGB channels and saturation

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

40
39
44

R + G + B ~ 16%. #28272C is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 39 + 44 = 123 (100%)
R 40 of 123 ~ 32.52%
G 39 of 123 ~ 31.71%
B 44 of 123 ~ 35.77%

%32.52
%31.71
%35.77

CMYK color model

#28272C color CMYK value is (9,11,0,83).

  • cyan value is 9.09%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(9,11,0,83)
C9M11Y0K83 
(9%,11%,0%,83%)
(0.09/0.11/0.00/0.83)	

CMYK percentages

%9.09
%11.36
%0
%82.75

Codes

Color #28272C in popluar color models

28272C
RGB403944
HSL252°6.02%16.27%
HSB/HSV252°11.36%17.25%
CMYK9.09%11.36%0.00%
82.75%

Color #28272C in popluar number systems.

HEX28272C
Decimal403944
Binary101000100111101100
Octal504754

Shades and tints

Shades of #28272C

#28272C
(40,39,44)
#252428
(37,36,40)
#222124
(34,33,36)
#1F1E20
(31,30,32)
#1C1B1C
(28,27,28)
#191818
(25,24,24)
#161514
(22,21,20)
#131210
(19,18,16)
#100F0C
(16,15,12)
#0D0C08
(13,12,8)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #28272C

#28272C
(40,39,44)
#3B3A3F
(59,58,63)
#4E4D52
(78,77,82)
#616065
(97,96,101)
#747378
(116,115,120)
#87868B
(135,134,139)
#9A999E
(154,153,158)
#ADACB1
(173,172,177)
#C0BFC4
(192,191,196)
#D3D2D7
(211,210,215)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28272C; }

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

This text font color is #28272C.


Background Color

.myBgColor { background-color: #28272C; }

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

This div background color is #28272C.


Border color

.myBorderColor { border: 1px solid #28272C; }

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

This div border color is #28272C.


Opacity

.myOpacity80 { color: #28272C; opacity: 0.8; }

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

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

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

This text has shadow with #28272C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28272C on black background.


Color preview on white background

This text has color #28272C on white background.



Black color preview on #28272C background

This text has black color on #28272C background.


White color preview on #28272C background

This text has white color on #28272C background.