COLOR #091D0F

HEX: #091D0F
RGB: (9,29,15)

Color info

#091D0F contains red, green and blue colors in about the same proportion. Web safe color of #091D0F is #003300 (or #030).

RGB color model

#091D0F color RGB value is (9,29,15).

  • red value is 9;
  • green value is 29;
  • blue value is 15.
RGB:
(9,29,15)
(4%,11%,6%)

RGB channels and saturation

R 9 of 255 = 4%
G 29 of 255 = 11%
B 15 of 255 = 6%

9
29
15

R + G + B ~ 7%. #091D0F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 29 + 15 = 53 (100%)
R 9 of 53 ~ 16.98%
G 29 of 53 ~ 54.72%
B 15 of 53 ~ 28.3%

%16.98
%54.72
%28.3

CMYK color model

#091D0F color CMYK value is (69,0,48,89).

  • cyan value is 68.97%
  • magenta value is 0.00%
  • yellow value is 48.28%
  • key color value is 88.63%
CMYK:
(69,0,48,89)
C69M0Y48K89 
(69%,0%,48%,89%)
(0.69/0.00/0.48/0.89)	

CMYK percentages

%68.97
%0
%48.28
%88.63

Codes

Color #091D0F in popluar color models

091D0F
RGB92915
HSL138°52.63%7.45%
HSB/HSV138°68.97%11.37%
CMYK68.97%0.00%48.28%
88.63%

Color #091D0F in popluar number systems.

HEX091D0F
Decimal92915
Binary1001111011111
Octal113517

Shades and tints

Shades of #091D0F

#091D0F
(9,29,15)
#091B0E
(9,27,14)
#09190D
(9,25,13)
#09170C
(9,23,12)
#09150B
(9,21,11)
#09130A
(9,19,10)
#091109
(9,17,9)
#090F08
(9,15,8)
#090D07
(9,13,7)
#090B06
(9,11,6)
#090905
(9,9,5)
#000000
(0,0,0)

Tints of #091D0F

#091D0F
(9,29,15)
#1F3124
(31,49,36)
#354539
(53,69,57)
#4B594E
(75,89,78)
#616D63
(97,109,99)
#778178
(119,129,120)
#8D958D
(141,149,141)
#A3A9A2
(163,169,162)
#B9BDB7
(185,189,183)
#CFD1CC
(207,209,204)
#E5E5E1
(229,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091D0F color. Also use rgb(9,29,15) instead hex code.

Text Font Color

.myTextColor { color: #091D0F; }

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

This text font color is #091D0F.


Background Color

.myBgColor { background-color: #091D0F; }

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

This div background color is #091D0F.


Border color

.myBorderColor { border: 1px solid #091D0F; }

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

This div border color is #091D0F.


Opacity

.myOpacity80 { color: #091D0F; opacity: 0.8; }

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

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

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

This text has shadow with #091D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091D0F on black background.


Color preview on white background

This text has color #091D0F on white background.



Black color preview on #091D0F background

This text has black color on #091D0F background.


White color preview on #091D0F background

This text has white color on #091D0F background.