COLOR #091C06

HEX: #091C06
RGB: (9,28,6)

Color info

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

RGB color model

#091C06 color RGB value is (9,28,6).

  • red value is 9;
  • green value is 28;
  • blue value is 6.
RGB:
(9,28,6)
(4%,11%,2%)

RGB channels and saturation

R 9 of 255 = 4%
G 28 of 255 = 11%
B 6 of 255 = 2%

9
28
6

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

Portions of RGB colors in percentages

R + G + B =
9 + 28 + 6 = 43 (100%)
R 9 of 43 ~ 20.93%
G 28 of 43 ~ 65.12%
B 6 of 43 ~ 13.95%

%20.93
%65.12
%13.95

CMYK color model

#091C06 color CMYK value is (68,0,79,89).

  • cyan value is 67.86%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 89.02%
CMYK:
(68,0,79,89)
C68M0Y79K89 
(68%,0%,79%,89%)
(0.68/0.00/0.79/0.89)	

CMYK percentages

%67.86
%0
%78.57
%89.02

Codes

Color #091C06 in popluar color models

091C06
RGB9286
HSL112°64.71%6.67%
HSB/HSV112°78.57%10.98%
CMYK67.86%0.00%78.57%
89.02%

Color #091C06 in popluar number systems.

HEX091C06
Decimal9286
Binary100111100110
Octal11346

Shades and tints

Shades of #091C06

#091C06
(9,28,6)
#091A06
(9,26,6)
#091806
(9,24,6)
#091606
(9,22,6)
#091406
(9,20,6)
#091206
(9,18,6)
#091006
(9,16,6)
#090E06
(9,14,6)
#090C06
(9,12,6)
#090A06
(9,10,6)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #091C06

#091C06
(9,28,6)
#1F301C
(31,48,28)
#354432
(53,68,50)
#4B5848
(75,88,72)
#616C5E
(97,108,94)
#778074
(119,128,116)
#8D948A
(141,148,138)
#A3A8A0
(163,168,160)
#B9BCB6
(185,188,182)
#CFD0CC
(207,208,204)
#E5E4E2
(229,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091C06 color. Also use rgb(9,28,6) instead hex code.

Text Font Color

.myTextColor { color: #091C06; }

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

This text font color is #091C06.


Background Color

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

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

This div background color is #091C06.


Border color

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

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

This div border color is #091C06.


Opacity

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

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

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

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

This text has shadow with #091C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #091C06 on black background.


Color preview on white background

This text has color #091C06 on white background.



Black color preview on #091C06 background

This text has black color on #091C06 background.


White color preview on #091C06 background

This text has white color on #091C06 background.