COLOR #28211C

HEX: #28211C
RGB: (40,33,28)

Color info

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

RGB color model

#28211C color RGB value is (40,33,28).

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

RGB channels and saturation

R 40 of 255 = 16%
G 33 of 255 = 13%
B 28 of 255 = 11%

40
33
28

R + G + B ~ 13%. #28211C is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 33 + 28 = 101 (100%)
R 40 of 101 ~ 39.6%
G 33 of 101 ~ 32.67%
B 28 of 101 ~ 27.72%

%39.6
%32.67
%27.72

CMYK color model

#28211C color CMYK value is (0,18,30,84).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 30.00%
  • key color value is 84.31%
CMYK:
(0,18,30,84)
C0M18Y30K84 
(0%,18%,30%,84%)
(0.00/0.18/0.30/0.84)	

CMYK percentages

%0
%17.5
%30
%84.31

Codes

Color #28211C in popluar color models

28211C
RGB403328
HSL25°17.65%13.33%
HSB/HSV25°30.00%15.69%
CMYK0.00%17.50%30.00%
84.31%

Color #28211C in popluar number systems.

HEX28211C
Decimal403328
Binary10100010000111100
Octal504134

Shades and tints

Shades of #28211C

#28211C
(40,33,28)
#251E1A
(37,30,26)
#221B18
(34,27,24)
#1F1816
(31,24,22)
#1C1514
(28,21,20)
#191212
(25,18,18)
#160F10
(22,15,16)
#130C0E
(19,12,14)
#10090C
(16,9,12)
#0D060A
(13,6,10)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #28211C

#28211C
(40,33,28)
#3B3530
(59,53,48)
#4E4944
(78,73,68)
#615D58
(97,93,88)
#74716C
(116,113,108)
#878580
(135,133,128)
#9A9994
(154,153,148)
#ADADA8
(173,173,168)
#C0C1BC
(192,193,188)
#D3D5D0
(211,213,208)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #28211C; }

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

This text font color is #28211C.


Background Color

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

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

This div background color is #28211C.


Border color

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

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

This div border color is #28211C.


Opacity

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

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

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

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

This text has shadow with #28211C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28211C on black background.


Color preview on white background

This text has color #28211C on white background.



Black color preview on #28211C background

This text has black color on #28211C background.


White color preview on #28211C background

This text has white color on #28211C background.