COLOR #28092A

HEX: #28092A
RGB: (40,9,42)

Color info

#28092A contains red, green and blue colors in about the same proportion. Web safe color of #28092A is #330033 (or #303).

RGB color model

#28092A color RGB value is (40,9,42).

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

RGB channels and saturation

R 40 of 255 = 16%
G 9 of 255 = 4%
B 42 of 255 = 16%

40
9
42

R + G + B ~ 12%. #28092A is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 9 + 42 = 91 (100%)
R 40 of 91 ~ 43.96%
G 9 of 91 ~ 9.89%
B 42 of 91 ~ 46.15%

%43.96
%9.89
%46.15

CMYK color model

#28092A color CMYK value is (5,79,0,84).

  • cyan value is 4.76%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(5,79,0,84)
C5M79Y0K84 
(5%,79%,0%,84%)
(0.05/0.79/0.00/0.84)	

CMYK percentages

%4.76
%78.57
%0
%83.53

Codes

Color #28092A in popluar color models

28092A
RGB40942
HSL296°64.71%10.00%
HSB/HSV296°78.57%16.47%
CMYK4.76%78.57%0.00%
83.53%

Color #28092A in popluar number systems.

HEX28092A
Decimal40942
Binary1010001001101010
Octal501152

Shades and tints

Shades of #28092A

#28092A
(40,9,42)
#250927
(37,9,39)
#220924
(34,9,36)
#1F0921
(31,9,33)
#1C091E
(28,9,30)
#19091B
(25,9,27)
#160918
(22,9,24)
#130915
(19,9,21)
#100912
(16,9,18)
#0D090F
(13,9,15)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #28092A

#28092A
(40,9,42)
#3B1F3D
(59,31,61)
#4E3550
(78,53,80)
#614B63
(97,75,99)
#746176
(116,97,118)
#877789
(135,119,137)
#9A8D9C
(154,141,156)
#ADA3AF
(173,163,175)
#C0B9C2
(192,185,194)
#D3CFD5
(211,207,213)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28092A color. Also use rgb(40,9,42) instead hex code.

Text Font Color

.myTextColor { color: #28092A; }

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

This text font color is #28092A.


Background Color

.myBgColor { background-color: #28092A; }

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

This div background color is #28092A.


Border color

.myBorderColor { border: 1px solid #28092A; }

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

This div border color is #28092A.


Opacity

.myOpacity80 { color: #28092A; opacity: 0.8; }

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

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

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

This text has shadow with #28092A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28092A on black background.


Color preview on white background

This text has color #28092A on white background.



Black color preview on #28092A background

This text has black color on #28092A background.


White color preview on #28092A background

This text has white color on #28092A background.