COLOR #091308

HEX: #091308
RGB: (9,19,8)

Color info

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

RGB color model

#091308 color RGB value is (9,19,8).

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

RGB channels and saturation

R 9 of 255 = 4%
G 19 of 255 = 7%
B 8 of 255 = 3%

9
19
8

R + G + B ~ 5%. #091308 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 19 + 8 = 36 (100%)
R 9 of 36 ~ 25%
G 19 of 36 ~ 52.78%
B 8 of 36 ~ 22.22%

%25
%52.78
%22.22

CMYK color model

#091308 color CMYK value is (53,0,58,93).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 92.55%
CMYK:
(53,0,58,93)
C53M0Y58K93 
(53%,0%,58%,93%)
(0.53/0.00/0.58/0.93)	

CMYK percentages

%52.63
%0
%57.89
%92.55

Codes

Color #091308 in popluar color models

091308
RGB9198
HSL115°40.74%5.29%
HSB/HSV115°57.89%7.45%
CMYK52.63%0.00%57.89%
92.55%

Color #091308 in popluar number systems.

HEX091308
Decimal9198
Binary1001100111000
Octal112310

Shades and tints

Shades of #091308

#091308
(9,19,8)
#091208
(9,18,8)
#091108
(9,17,8)
#091008
(9,16,8)
#090F08
(9,15,8)
#090E08
(9,14,8)
#090D08
(9,13,8)
#090C08
(9,12,8)
#090B08
(9,11,8)
#090A08
(9,10,8)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #091308

#091308
(9,19,8)
#1F281E
(31,40,30)
#353D34
(53,61,52)
#4B524A
(75,82,74)
#616760
(97,103,96)
#777C76
(119,124,118)
#8D918C
(141,145,140)
#A3A6A2
(163,166,162)
#B9BBB8
(185,187,184)
#CFD0CE
(207,208,206)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091308; }

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

This text font color is #091308.


Background Color

.myBgColor { background-color: #091308; }

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

This div background color is #091308.


Border color

.myBorderColor { border: 1px solid #091308; }

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

This div border color is #091308.


Opacity

.myOpacity80 { color: #091308; opacity: 0.8; }

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

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

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

This text has shadow with #091308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091308 on black background.


Color preview on white background

This text has color #091308 on white background.



Black color preview on #091308 background

This text has black color on #091308 background.


White color preview on #091308 background

This text has white color on #091308 background.