COLOR #09040A

HEX: #09040A
RGB: (9,4,10)

Color info

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

RGB color model

#09040A color RGB value is (9,4,10).

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

RGB channels and saturation

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

9
4
10

R + G + B ~ 3%. #09040A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 4 + 10 = 23 (100%)
R 9 of 23 ~ 39.13%
G 4 of 23 ~ 17.39%
B 10 of 23 ~ 43.48%

%39.13
%17.39
%43.48

CMYK color model

#09040A color CMYK value is (10,60,0,96).

  • cyan value is 10.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 96.08%
CMYK:
(10,60,0,96)
C10M60Y0K96 
(10%,60%,0%,96%)
(0.10/0.60/0.00/0.96)	

CMYK percentages

%10
%60
%0
%96.08

Codes

Color #09040A in popluar color models

09040A
RGB9410
HSL290°42.86%2.75%
HSB/HSV290°60.00%3.92%
CMYK10.00%60.00%0.00%
96.08%

Color #09040A in popluar number systems.

HEX09040A
Decimal9410
Binary10011001010
Octal11412

Shades and tints

Tints of #09040A

#09040A
(9,4,10)
#1F1A20
(31,26,32)
#353036
(53,48,54)
#4B464C
(75,70,76)
#615C62
(97,92,98)
#777278
(119,114,120)
#8D888E
(141,136,142)
#A39EA4
(163,158,164)
#B9B4BA
(185,180,186)
#CFCAD0
(207,202,208)
#E5E0E6
(229,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09040A color. Also use rgb(9,4,10) instead hex code.

Text Font Color

.myTextColor { color: #09040A; }

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

This text font color is #09040A.


Background Color

.myBgColor { background-color: #09040A; }

<div style="background-color:#09040A">Inner text</div>

This div background color is #09040A.


Border color

.myBorderColor { border: 1px solid #09040A; }

<div style="border:3px solid #09040A">Div</div>

This div border color is #09040A.


Opacity

.myOpacity80 { color: #09040A; opacity: 0.8; }

<p style="color:#09040A;opacity:0.8;">80%</p>

Text with #09040A 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 #09040A;}

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

This text has shadow with #09040A color.

.textShadow {text-shadow: 3px 3px 1px #09040A, 3px 3px 1px red;}

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

This text has shadow with #09040A primary color and red secondary color.


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

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

This text has shadow with #09040A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09040A on black background.


Color preview on white background

This text has color #09040A on white background.



Black color preview on #09040A background

This text has black color on #09040A background.


White color preview on #09040A background

This text has white color on #09040A background.