COLOR #09282B

HEX: #09282B
RGB: (9,40,43)

Color info

#09282B contains red, green and blue colors in about the same proportion. Web safe color of #09282B is #003333 (or #033).

RGB color model

#09282B color RGB value is (9,40,43).

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

RGB channels and saturation

R 9 of 255 = 4%
G 40 of 255 = 16%
B 43 of 255 = 17%

9
40
43

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

Portions of RGB colors in percentages

R + G + B =
9 + 40 + 43 = 92 (100%)
R 9 of 92 ~ 9.78%
G 40 of 92 ~ 43.48%
B 43 of 92 ~ 46.74%

%9.78
%43.48
%46.74

CMYK color model

#09282B color CMYK value is (79,7,0,83).

  • cyan value is 79.07%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(79,7,0,83)
C79M7Y0K83 
(79%,7%,0%,83%)
(0.79/0.07/0.00/0.83)	

CMYK percentages

%79.07
%6.98
%0
%83.14

Codes

Color #09282B in popluar color models

09282B
RGB94043
HSL185°65.38%10.20%
HSB/HSV185°79.07%16.86%
CMYK79.07%6.98%0.00%
83.14%

Color #09282B in popluar number systems.

HEX09282B
Decimal94043
Binary1001101000101011
Octal115053

Shades and tints

Shades of #09282B

#09282B
(9,40,43)
#092528
(9,37,40)
#092225
(9,34,37)
#091F22
(9,31,34)
#091C1F
(9,28,31)
#09191C
(9,25,28)
#091619
(9,22,25)
#091316
(9,19,22)
#091013
(9,16,19)
#090D10
(9,13,16)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #09282B

#09282B
(9,40,43)
#1F3B3E
(31,59,62)
#354E51
(53,78,81)
#4B6164
(75,97,100)
#617477
(97,116,119)
#77878A
(119,135,138)
#8D9A9D
(141,154,157)
#A3ADB0
(163,173,176)
#B9C0C3
(185,192,195)
#CFD3D6
(207,211,214)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09282B; }

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

This text font color is #09282B.


Background Color

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

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

This div background color is #09282B.


Border color

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

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

This div border color is #09282B.


Opacity

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

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

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

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

This text has shadow with #09282B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09282B on black background.


Color preview on white background

This text has color #09282B on white background.



Black color preview on #09282B background

This text has black color on #09282B background.


White color preview on #09282B background

This text has white color on #09282B background.