COLOR #090B08

HEX: #090B08
RGB: (9,11,8)

Color info

#090B08 contains red, green and blue colors in about the same proportion. Web safe color of #090B08 is #000000 (or #000).

RGB color model

#090B08 color RGB value is (9,11,8).

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

RGB channels and saturation

R 9 of 255 = 4%
G 11 of 255 = 4%
B 8 of 255 = 3%

9
11
8

R + G + B ~ 4%. #090B08 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 11 + 8 = 28 (100%)
R 9 of 28 ~ 32.14%
G 11 of 28 ~ 39.29%
B 8 of 28 ~ 28.57%

%32.14
%39.29
%28.57

CMYK color model

#090B08 color CMYK value is (18,0,27,96).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 95.69%
CMYK: (18,0,27,96) C18M0Y27K96 (18%,0%,27%,96%) (0.18/0.00/0.27/0.96)

CMYK percentages

%18.18
%0
%27.27
%95.69

Codes

Color #090B08 in popluar color models

090B08
RGB9118
HSL100°15.79%3.73%
HSB/HSV100°27.27%4.31%
CMYK18.18%0.00%27.27%
95.69%

Color #090B08 in popluar number systems.

HEX090B08
Decimal9118
Binary100110111000
Octal111310

Shades and tints

Shades of #090B08

#090B08
(9,11,8)
#090A08
(9,10,8)
#090908
(9,9,8)
#090808
(9,8,8)
#090708
(9,7,8)
#090608
(9,6,8)
#090508
(9,5,8)
#090408
(9,4,8)
#090308
(9,3,8)
#090208
(9,2,8)
#090108
(9,1,8)
#000000
(0,0,0)

Tints of #090B08

#090B08
(9,11,8)
#1F211E
(31,33,30)
#353734
(53,55,52)
#4B4D4A
(75,77,74)
#616360
(97,99,96)
#777976
(119,121,118)
#8D8F8C
(141,143,140)
#A3A5A2
(163,165,162)
#B9BBB8
(185,187,184)
#CFD1CE
(207,209,206)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090B08 color. Also use rgb(9,11,8) instead hex code.

Text Font Color

.myTextColor { color: #090B08; }

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

This text font color is #090B08.


Background Color

.myBgColor { background-color: #090B08; }

<div style="background-color:#090B08">Inner text</div>

This div background color is #090B08.


Border color

.myBorderColor { border: 1px solid #090B08; }

<div style="border:3px solid #090B08">Div</div>

This div border color is #090B08.


Opacity

.myOpacity80 { color: #090B08; opacity: 0.8; }

<p style="color:#090B08;opacity:0.8;">80%</p>

Text with #090B08 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 #090B08;}

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

This text has shadow with #090B08 color.

.textShadow {text-shadow: 3px 3px 1px #090B08, 3px 3px 1px red;}

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

This text has shadow with #090B08 primary color and red secondary color.


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

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

This text has shadow with #090B08 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #090B08; -webkit-box-shadow:	1px 1px 3px 2px #090B08; box-shadow:	1px 1px 3px 2px #090B08; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #090B08; -webkit-box-shadow: 1px 1px 3px 2px #090B08; box-shadow:1px 1px 3px 2px #090B08;">
Div content here</div>
This div box has shadow with color #090B08.

Preview

Color preview on black background

This text has color #090B08 on black background.


Color preview on white background

This text has color #090B08 on white background.



Black color preview on #090B08 background

This text has black color on #090B08 background.


White color preview on #090B08 background

This text has white color on #090B08 background.