COLOR #091512

HEX: #091512
RGB: (9,21,18)

Color info

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

RGB color model

#091512 color RGB value is (9,21,18).

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

RGB channels and saturation

R 9 of 255 = 4%
G 21 of 255 = 8%
B 18 of 255 = 7%

9
21
18

R + G + B ~ 6%. #091512 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 21 + 18 = 48 (100%)
R 9 of 48 ~ 18.75%
G 21 of 48 ~ 43.75%
B 18 of 48 ~ 37.5%

%18.75
%43.75
%37.5

CMYK color model

#091512 color CMYK value is (57,0,14,92).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 91.76%
CMYK:
(57,0,14,92)
C57M0Y14K92 
(57%,0%,14%,92%)
(0.57/0.00/0.14/0.92)	

CMYK percentages

%57.14
%0
%14.29
%91.76

Codes

Color #091512 in popluar color models

091512
RGB92118
HSL165°40.00%5.88%
HSB/HSV165°57.14%8.24%
CMYK57.14%0.00%14.29%
91.76%

Color #091512 in popluar number systems.

HEX091512
Decimal92118
Binary10011010110010
Octal112522

Shades and tints

Shades of #091512

#091512
(9,21,18)
#091411
(9,20,17)
#091310
(9,19,16)
#09120F
(9,18,15)
#09110E
(9,17,14)
#09100D
(9,16,13)
#090F0C
(9,15,12)
#090E0B
(9,14,11)
#090D0A
(9,13,10)
#090C09
(9,12,9)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #091512

#091512
(9,21,18)
#1F2A27
(31,42,39)
#353F3C
(53,63,60)
#4B5451
(75,84,81)
#616966
(97,105,102)
#777E7B
(119,126,123)
#8D9390
(141,147,144)
#A3A8A5
(163,168,165)
#B9BDBA
(185,189,186)
#CFD2CF
(207,210,207)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091512 color. Also use rgb(9,21,18) instead hex code.

Text Font Color

.myTextColor { color: #091512; }

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

This text font color is #091512.


Background Color

.myBgColor { background-color: #091512; }

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

This div background color is #091512.


Border color

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

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

This div border color is #091512.


Opacity

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

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

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

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

This text has shadow with #091512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091512 on black background.


Color preview on white background

This text has color #091512 on white background.



Black color preview on #091512 background

This text has black color on #091512 background.


White color preview on #091512 background

This text has white color on #091512 background.