COLOR #091A05

HEX: #091A05
RGB: (9,26,5)

Color info

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

RGB color model

#091A05 color RGB value is (9,26,5).

  • red value is 9;
  • green value is 26;
  • blue value is 5.
RGB:
(9,26,5)
(4%,10%,2%)

RGB channels and saturation

R 9 of 255 = 4%
G 26 of 255 = 10%
B 5 of 255 = 2%

9
26
5

R + G + B ~ 5%. #091A05 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 26 + 5 = 40 (100%)
R 9 of 40 ~ 22.5%
G 26 of 40 ~ 65%
B 5 of 40 ~ 12.5%

%22.5
%65
%12.5

CMYK color model

#091A05 color CMYK value is (65,0,81,90).

  • cyan value is 65.38%
  • magenta value is 0.00%
  • yellow value is 80.77%
  • key color value is 89.80%
CMYK:
(65,0,81,90)
C65M0Y81K90 
(65%,0%,81%,90%)
(0.65/0.00/0.81/0.90)	

CMYK percentages

%65.38
%0
%80.77
%89.8

Codes

Color #091A05 in popluar color models

091A05
RGB9265
HSL109°67.74%6.08%
HSB/HSV109°80.77%10.20%
CMYK65.38%0.00%80.77%
89.80%

Color #091A05 in popluar number systems.

HEX091A05
Decimal9265
Binary100111010101
Octal11325

Shades and tints

Shades of #091A05

#091A05
(9,26,5)
#091805
(9,24,5)
#091605
(9,22,5)
#091405
(9,20,5)
#091205
(9,18,5)
#091005
(9,16,5)
#090E05
(9,14,5)
#090C05
(9,12,5)
#090A05
(9,10,5)
#090805
(9,8,5)
#090605
(9,6,5)
#000000
(0,0,0)

Tints of #091A05

#091A05
(9,26,5)
#1F2E1B
(31,46,27)
#354231
(53,66,49)
#4B5647
(75,86,71)
#616A5D
(97,106,93)
#777E73
(119,126,115)
#8D9289
(141,146,137)
#A3A69F
(163,166,159)
#B9BAB5
(185,186,181)
#CFCECB
(207,206,203)
#E5E2E1
(229,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091A05 color. Also use rgb(9,26,5) instead hex code.

Text Font Color

.myTextColor { color: #091A05; }

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

This text font color is #091A05.


Background Color

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

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

This div background color is #091A05.


Border color

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

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

This div border color is #091A05.


Opacity

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

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

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

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

This text has shadow with #091A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091A05 on black background.


Color preview on white background

This text has color #091A05 on white background.



Black color preview on #091A05 background

This text has black color on #091A05 background.


White color preview on #091A05 background

This text has white color on #091A05 background.