COLOR #09061C

HEX: #09061C RGB: (9,6,28)

Color info

#09061C contains red, green and blue colors in about the same proportion. Web safe color of #09061C is #000033 (or #003).

RGB color model

#09061C color RGB value is (9,6,28).

RGB: (9,6,28) (4%, 2%, 11%)

RGB channels and saturation

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

9
6
28

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

Portions of RGB colors in percentages

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

%20.93
%13.95
%65.12

CMYK color model

#09061C color CMYK value is (68,79,0,89).

  • cyan value is 67.86%
  • magenta value is 78.57%
  • yellow value is 0.00%
  • key color value is 89.02%

CMYK: (68,79,0,89)
C68M79Y0K89 (68%, 79%, 0%, 89%)
(0.68 / 0.79 / 0.00 / 0.89)

CMYK percentages

%67.86
%78.57
%0
%89.02

Codes

Color #09061C in popluar color models

09 06 1C
RGB 9 6 28
HSL 248° 64.71% 6.67%
HSB/HSV 248° 78.57% 10.98%
CMYK 67.86% 78.57% 0.00%
89.02%

Color #09061C in popluar number systems.

HEX 09 06 1C
Decimal 9 6 28
Binary 1001 110 11100
Octal 11 6 34

Shades and tints

Shades of #09061C

#09061C
(9,6,28)
#09061A
(9,6,26)
#090618
(9,6,24)
#090616
(9,6,22)
#090614
(9,6,20)
#090612
(9,6,18)
#090610
(9,6,16)
#09060E
(9,6,14)
#09060C
(9,6,12)
#09060A
(9,6,10)
#090608
(9,6,8)
#000000
(0,0,0)

Tints of #09061C

#09061C
(9,6,28)
#1F1C30
(31,28,48)
#353244
(53,50,68)
#4B4858
(75,72,88)
#615E6C
(97,94,108)
#777480
(119,116,128)
#8D8A94
(141,138,148)
#A3A0A8
(163,160,168)
#B9B6BC
(185,182,188)
#CFCCD0
(207,204,208)
#E5E2E4
(229,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09061C; }

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

This text font color is #09061C.

Background Color

.myBgColor { background-color: #09061C; }

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

This div background color is #09061C.

Border color

.myBorderColor { border: 1px solid #09061C; }

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

This div border color is #09061C.

Opacity

.myOpacity80 { color: #09061C; opacity: 0.8; }

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

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

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

This text has shadow with #09061C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09061C.

Preview

Color preview on black background

This text has color #09061C on black background.


Color preview on white background

This text has color #09061C on white background.


Black color preview on #09061C background

This text has black color on #09061C background.


White color preview on #09061C background

This text has white color on #09061C background.


Related colors

Complementary color

Complementary color for #hex is #F6F9E3.


I love getcolorcode.com

Triadic colors

1 #1C0906 and #061C09 with #09061C are triadic colors.

2 #1C0609 and #06091C with #09061C are triadic colors.