COLOR #09290C

HEX: #09290C
RGB: (9,41,12)

Color info

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

RGB color model

#09290C color RGB value is (9,41,12).

  • red value is 9;
  • green value is 41;
  • blue value is 12.
RGB:
(9,41,12)
(4%,16%,5%)

RGB channels and saturation

R 9 of 255 = 4%
G 41 of 255 = 16%
B 12 of 255 = 5%

9
41
12

R + G + B ~ 8%. #09290C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 41 + 12 = 62 (100%)
R 9 of 62 ~ 14.52%
G 41 of 62 ~ 66.13%
B 12 of 62 ~ 19.35%

%14.52
%66.13
%19.35

CMYK color model

#09290C color CMYK value is (78,0,71,84).

  • cyan value is 78.05%
  • magenta value is 0.00%
  • yellow value is 70.73%
  • key color value is 83.92%
CMYK:
(78,0,71,84)
C78M0Y71K84 
(78%,0%,71%,84%)
(0.78/0.00/0.71/0.84)	

CMYK percentages

%78.05
%0
%70.73
%83.92

Codes

Color #09290C in popluar color models

09290C
RGB94112
HSL126°64.00%9.80%
HSB/HSV126°78.05%16.08%
CMYK78.05%0.00%70.73%
83.92%

Color #09290C in popluar number systems.

HEX09290C
Decimal94112
Binary10011010011100
Octal115114

Shades and tints

Shades of #09290C

#09290C
(9,41,12)
#09260B
(9,38,11)
#09230A
(9,35,10)
#092009
(9,32,9)
#091D08
(9,29,8)
#091A07
(9,26,7)
#091706
(9,23,6)
#091405
(9,20,5)
#091104
(9,17,4)
#090E03
(9,14,3)
#090B02
(9,11,2)
#000000
(0,0,0)

Tints of #09290C

#09290C
(9,41,12)
#1F3C22
(31,60,34)
#354F38
(53,79,56)
#4B624E
(75,98,78)
#617564
(97,117,100)
#77887A
(119,136,122)
#8D9B90
(141,155,144)
#A3AEA6
(163,174,166)
#B9C1BC
(185,193,188)
#CFD4D2
(207,212,210)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09290C color. Also use rgb(9,41,12) instead hex code.

Text Font Color

.myTextColor { color: #09290C; }

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

This text font color is #09290C.


Background Color

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

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

This div background color is #09290C.


Border color

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

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

This div border color is #09290C.


Opacity

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

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

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

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

This text has shadow with #09290C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09290C on black background.


Color preview on white background

This text has color #09290C on white background.



Black color preview on #09290C background

This text has black color on #09290C background.


White color preview on #09290C background

This text has white color on #09290C background.