COLOR #091613

HEX: #091613
RGB: (9,22,19)

Color info

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

RGB color model

#091613 color RGB value is (9,22,19).

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

RGB channels and saturation

R 9 of 255 = 4%
G 22 of 255 = 9%
B 19 of 255 = 7%

9
22
19

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

Portions of RGB colors in percentages

R + G + B =
9 + 22 + 19 = 50 (100%)
R 9 of 50 ~ 18%
G 22 of 50 ~ 44%
B 19 of 50 ~ 38%

%18
%44
%38

CMYK color model

#091613 color CMYK value is (59,0,14,91).

  • cyan value is 59.09%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 91.37%
CMYK:
(59,0,14,91)
C59M0Y14K91 
(59%,0%,14%,91%)
(0.59/0.00/0.14/0.91)	

CMYK percentages

%59.09
%0
%13.64
%91.37

Codes

Color #091613 in popluar color models

091613
RGB92219
HSL166°41.94%6.08%
HSB/HSV166°59.09%8.63%
CMYK59.09%0.00%13.64%
91.37%

Color #091613 in popluar number systems.

HEX091613
Decimal92219
Binary10011011010011
Octal112623

Shades and tints

Shades of #091613

#091613
(9,22,19)
#091412
(9,20,18)
#091211
(9,18,17)
#091010
(9,16,16)
#090E0F
(9,14,15)
#090C0E
(9,12,14)
#090A0D
(9,10,13)
#09080C
(9,8,12)
#09060B
(9,6,11)
#09040A
(9,4,10)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #091613

#091613
(9,22,19)
#1F2B28
(31,43,40)
#35403D
(53,64,61)
#4B5552
(75,85,82)
#616A67
(97,106,103)
#777F7C
(119,127,124)
#8D9491
(141,148,145)
#A3A9A6
(163,169,166)
#B9BEBB
(185,190,187)
#CFD3D0
(207,211,208)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091613; }

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

This text font color is #091613.


Background Color

.myBgColor { background-color: #091613; }

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

This div background color is #091613.


Border color

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

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

This div border color is #091613.


Opacity

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

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

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

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

This text has shadow with #091613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091613 on black background.


Color preview on white background

This text has color #091613 on white background.



Black color preview on #091613 background

This text has black color on #091613 background.


White color preview on #091613 background

This text has white color on #091613 background.