COLOR #090F06

HEX: #090F06 RGB: (9,15,6)

Color info

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

RGB color model

#090F06 color RGB value is (9,15,6).

RGB: (9,15,6) (4%, 6%, 2%)

RGB channels and saturation

R 9 of 255 = 4%
G 15 of 255 = 6%
B 6 of 255 = 2%

9
15
6

R + G + B ~ 4%. #090F06 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 15 + 6 = 30 (100%)
R 9 of 30 ~ 30%
G 15 of 30 ~ 50%
B 6 of 30 ~ 20'%

%30
%50
%20

CMYK color model

#090F06 color CMYK value is (40,0,60,94).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 94.12%

CMYK: (40,0,60,94)
C40M0Y60K94 (40%, 0%, 60%, 94%)
(0.40 / 0.00 / 0.60 / 0.94)

CMYK percentages

%40
%0
%60
%94.12

Codes

Color #090F06 in popluar color models

09 0F 06
RGB 9 15 6
HSL 100° 42.86% 4.12%
HSB/HSV 100° 60.00% 5.88%
CMYK 40.00% 0.00% 60.00%
94.12%

Color #090F06 in popluar number systems.

HEX 09 0F 06
Decimal 9 15 6
Binary 1001 1111 110
Octal 11 17 6

Shades and tints

Shades of #090F06

#090F06
(9,15,6)
#090E06
(9,14,6)
#090D06
(9,13,6)
#090C06
(9,12,6)
#090B06
(9,11,6)
#090A06
(9,10,6)
#090906
(9,9,6)
#090806
(9,8,6)
#090706
(9,7,6)
#090606
(9,6,6)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #090F06

#090F06
(9,15,6)
#1F241C
(31,36,28)
#353932
(53,57,50)
#4B4E48
(75,78,72)
#61635E
(97,99,94)
#777874
(119,120,116)
#8D8D8A
(141,141,138)
#A3A2A0
(163,162,160)
#B9B7B6
(185,183,182)
#CFCCCC
(207,204,204)
#E5E1E2
(229,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090F06 color. Also use rgb(9,15,6) instead hex code.

Text Font Color

.myTextColor { color: #090F06; }

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

This text font color is #090F06.

Background Color

.myBgColor { background-color: #090F06; }

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

This div background color is #090F06.

Border color

.myBorderColor { border: 1px solid #090F06; }

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

This div border color is #090F06.

Opacity

.myOpacity80 { color: #090F06; opacity: 0.8; }

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

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

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

This text has shadow with #090F06 color.


.textShadow {text-shadow: 3px 3px 1px #090F06', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #090F06; -webkit-box-shadow: 1px 1px 3px 2px #090F06; box-shadow:1px 1px 3px 2px #090F06;">
Div content here
</div>

This div box has shadow with color #090F06.

Preview

Color preview on black background

This text has color #090F06 on black background.


Color preview on white background

This text has color #090F06 on white background.


Black color preview on #090F06 background

This text has black color on #090F06 background.


White color preview on #090F06 background

This text has white color on #090F06 background.


Related colors

Complementary color

Complementary color for #hex is #F6F0F9.


I love getcolorcode.com

Triadic colors

1 #06090F and #0F0609 with #090F06 are triadic colors.

2 #060F09 and #0F0906 with #090F06 are triadic colors.