COLOR #28090B

HEX: #28090B
RGB: (40,9,11)

Color info

#28090B contains red, green and blue colors in about the same proportion. Web safe color of #28090B is #330000 (or #300).

RGB color model

#28090B color RGB value is (40,9,11).

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

RGB channels and saturation

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

40
9
11

R + G + B ~ 8%. #28090B is dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 9 + 11 = 60 (100%)
R 40 of 60 ~ 66.67%
G 9 of 60 ~ 15%
B 11 of 60 ~ 18.33%

%66.67
%15
%18.33

CMYK color model

#28090B color CMYK value is (0,78,73,84).

  • cyan value is 0.00%
  • magenta value is 77.50%
  • yellow value is 72.50%
  • key color value is 84.31%
CMYK:
(0,78,73,84)
C0M78Y73K84 
(0%,78%,73%,84%)
(0.00/0.78/0.73/0.84)	

CMYK percentages

%0
%77.5
%72.5
%84.31

Codes

Color #28090B in popluar color models

28090B
RGB40911
HSL356°63.27%9.61%
HSB/HSV356°77.50%15.69%
CMYK0.00%77.50%72.50%
84.31%

Color #28090B in popluar number systems.

HEX28090B
Decimal40911
Binary10100010011011
Octal501113

Shades and tints

Shades of #28090B

#28090B
(40,9,11)
#25090A
(37,9,10)
#220909
(34,9,9)
#1F0908
(31,9,8)
#1C0907
(28,9,7)
#190906
(25,9,6)
#160905
(22,9,5)
#130904
(19,9,4)
#100903
(16,9,3)
#0D0902
(13,9,2)
#0A0901
(10,9,1)
#000000
(0,0,0)

Tints of #28090B

#28090B
(40,9,11)
#3B1F21
(59,31,33)
#4E3537
(78,53,55)
#614B4D
(97,75,77)
#746163
(116,97,99)
#877779
(135,119,121)
#9A8D8F
(154,141,143)
#ADA3A5
(173,163,165)
#C0B9BB
(192,185,187)
#D3CFD1
(211,207,209)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28090B color. Also use rgb(40,9,11) instead hex code.

Text Font Color

.myTextColor { color: #28090B; }

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

This text font color is #28090B.


Background Color

.myBgColor { background-color: #28090B; }

<div style="background-color:#28090B">Inner text</div>

This div background color is #28090B.


Border color

.myBorderColor { border: 1px solid #28090B; }

<div style="border:3px solid #28090B">Div</div>

This div border color is #28090B.


Opacity

.myOpacity80 { color: #28090B; opacity: 0.8; }

<p style="color:#28090B;opacity:0.8;">80%</p>

Text with #28090B 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 #28090B;}

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

This text has shadow with #28090B color.

.textShadow {text-shadow: 3px 3px 1px #28090B, 3px 3px 1px red;}

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

This text has shadow with #28090B primary color and red secondary color.


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

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

This text has shadow with #28090B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28090B on black background.


Color preview on white background

This text has color #28090B on white background.



Black color preview on #28090B background

This text has black color on #28090B background.


White color preview on #28090B background

This text has white color on #28090B background.