COLOR #28002F

HEX: #28002F
RGB: (40,0,47)

Color info

#28002F contains only red and blue colors. Web safe color of #28002F is #330033 (or #303).

RGB color model

#28002F color RGB value is (40,0,47).

  • red value is 40;
  • green value is 0;
  • blue value is 47.
RGB:
(40,0,47)
(16%,0%,18%)

RGB channels and saturation

R 40 of 255 = 16%
G 0 of 255 = 0%
B 47 of 255 = 18%

40
0
47

R + G + B ~ 11%. #28002F is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 0 + 47 = 87 (100%)
R 40 of 87 ~ 45.98%
G 0 of 87 ~ 0%
B 47 of 87 ~ 54.02%

%45.98
%54.02

CMYK color model

#28002F color CMYK value is (15,100,0,82).

  • cyan value is 14.89%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(15,100,0,82)
C15M100Y0K82 
(15%,100%,0%,82%)
(0.15/1.00/0.00/0.82)	

CMYK percentages

%14.89
%100
%0
%81.57

Codes

Color #28002F in popluar color models

28002F
RGB40047
HSL291°100.00%9.22%
HSB/HSV291°100.00%18.43%
CMYK14.89%100.00%0.00%
81.57%

Color #28002F in popluar number systems.

HEX28002F
Decimal40047
Binary1010000101111
Octal50057

Shades and tints

Shades of #28002F

#28002F
(40,0,47)
#25002B
(37,0,43)
#220027
(34,0,39)
#1F0023
(31,0,35)
#1C001F
(28,0,31)
#19001B
(25,0,27)
#160017
(22,0,23)
#130013
(19,0,19)
#10000F
(16,0,15)
#0D000B
(13,0,11)
#0A0007
(10,0,7)
#000000
(0,0,0)

Tints of #28002F

#28002F
(40,0,47)
#3B1741
(59,23,65)
#4E2E53
(78,46,83)
#614565
(97,69,101)
#745C77
(116,92,119)
#877389
(135,115,137)
#9A8A9B
(154,138,155)
#ADA1AD
(173,161,173)
#C0B8BF
(192,184,191)
#D3CFD1
(211,207,209)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28002F color. Also use rgb(40,0,47) instead hex code.

Text Font Color

.myTextColor { color: #28002F; }

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

This text font color is #28002F.


Background Color

.myBgColor { background-color: #28002F; }

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

This div background color is #28002F.


Border color

.myBorderColor { border: 1px solid #28002F; }

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

This div border color is #28002F.


Opacity

.myOpacity80 { color: #28002F; opacity: 0.8; }

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

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

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

This text has shadow with #28002F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28002F on black background.


Color preview on white background

This text has color #28002F on white background.



Black color preview on #28002F background

This text has black color on #28002F background.


White color preview on #28002F background

This text has white color on #28002F background.