COLOR #091D13

HEX: #091D13
RGB: (9,29,19)

Color info

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

RGB color model

#091D13 color RGB value is (9,29,19).

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

RGB channels and saturation

R 9 of 255 = 4%
G 29 of 255 = 11%
B 19 of 255 = 7%

9
29
19

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

Portions of RGB colors in percentages

R + G + B =
9 + 29 + 19 = 57 (100%)
R 9 of 57 ~ 15.79%
G 29 of 57 ~ 50.88%
B 19 of 57 ~ 33.33%

%15.79
%50.88
%33.33

CMYK color model

#091D13 color CMYK value is (69,0,34,89).

  • cyan value is 68.97%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 88.63%
CMYK:
(69,0,34,89)
C69M0Y34K89 
(69%,0%,34%,89%)
(0.69/0.00/0.34/0.89)	

CMYK percentages

%68.97
%0
%34.48
%88.63

Codes

Color #091D13 in popluar color models

091D13
RGB92919
HSL150°52.63%7.45%
HSB/HSV150°68.97%11.37%
CMYK68.97%0.00%34.48%
88.63%

Color #091D13 in popluar number systems.

HEX091D13
Decimal92919
Binary10011110110011
Octal113523

Shades and tints

Shades of #091D13

#091D13
(9,29,19)
#091B12
(9,27,18)
#091911
(9,25,17)
#091710
(9,23,16)
#09150F
(9,21,15)
#09130E
(9,19,14)
#09110D
(9,17,13)
#090F0C
(9,15,12)
#090D0B
(9,13,11)
#090B0A
(9,11,10)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #091D13

#091D13
(9,29,19)
#1F3128
(31,49,40)
#35453D
(53,69,61)
#4B5952
(75,89,82)
#616D67
(97,109,103)
#77817C
(119,129,124)
#8D9591
(141,149,145)
#A3A9A6
(163,169,166)
#B9BDBB
(185,189,187)
#CFD1D0
(207,209,208)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091D13; }

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

This text font color is #091D13.


Background Color

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

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

This div background color is #091D13.


Border color

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

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

This div border color is #091D13.


Opacity

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

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

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

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

This text has shadow with #091D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091D13 on black background.


Color preview on white background

This text has color #091D13 on white background.



Black color preview on #091D13 background

This text has black color on #091D13 background.


White color preview on #091D13 background

This text has white color on #091D13 background.