COLOR #091D0D

HEX: #091D0D
RGB: (9,29,13)

Color info

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

RGB color model

#091D0D color RGB value is (9,29,13).

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

RGB channels and saturation

R 9 of 255 = 4%
G 29 of 255 = 11%
B 13 of 255 = 5%

9
29
13

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

Portions of RGB colors in percentages

R + G + B =
9 + 29 + 13 = 51 (100%)
R 9 of 51 ~ 17.65%
G 29 of 51 ~ 56.86%
B 13 of 51 ~ 25.49%

%17.65
%56.86
%25.49

CMYK color model

#091D0D color CMYK value is (69,0,55,89).

  • cyan value is 68.97%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 88.63%
CMYK:
(69,0,55,89)
C69M0Y55K89 
(69%,0%,55%,89%)
(0.69/0.00/0.55/0.89)	

CMYK percentages

%68.97
%0
%55.17
%88.63

Codes

Color #091D0D in popluar color models

091D0D
RGB92913
HSL132°52.63%7.45%
HSB/HSV132°68.97%11.37%
CMYK68.97%0.00%55.17%
88.63%

Color #091D0D in popluar number systems.

HEX091D0D
Decimal92913
Binary1001111011101
Octal113515

Shades and tints

Shades of #091D0D

#091D0D
(9,29,13)
#091B0C
(9,27,12)
#09190B
(9,25,11)
#09170A
(9,23,10)
#091509
(9,21,9)
#091308
(9,19,8)
#091107
(9,17,7)
#090F06
(9,15,6)
#090D05
(9,13,5)
#090B04
(9,11,4)
#090903
(9,9,3)
#000000
(0,0,0)

Tints of #091D0D

#091D0D
(9,29,13)
#1F3123
(31,49,35)
#354539
(53,69,57)
#4B594F
(75,89,79)
#616D65
(97,109,101)
#77817B
(119,129,123)
#8D9591
(141,149,145)
#A3A9A7
(163,169,167)
#B9BDBD
(185,189,189)
#CFD1D3
(207,209,211)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091D0D; }

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

This text font color is #091D0D.


Background Color

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

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

This div background color is #091D0D.


Border color

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

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

This div border color is #091D0D.


Opacity

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

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

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

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

This text has shadow with #091D0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091D0D on black background.


Color preview on white background

This text has color #091D0D on white background.



Black color preview on #091D0D background

This text has black color on #091D0D background.


White color preview on #091D0D background

This text has white color on #091D0D background.