COLOR #09441A

HEX: #09441A
RGB: (9,68,26)

Color info

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

RGB color model

#09441A color RGB value is (9,68,26).

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

RGB channels and saturation

R 9 of 255 = 4%
G 68 of 255 = 27%
B 26 of 255 = 10%

9
68
26

R + G + B ~ 14%. #09441A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 68 + 26 = 103 (100%)
R 9 of 103 ~ 8.74%
G 68 of 103 ~ 66.02%
B 26 of 103 ~ 25.24%

%66.02
%25.24

CMYK color model

#09441A color CMYK value is (87,0,62,73).

  • cyan value is 86.76%
  • magenta value is 0.00%
  • yellow value is 61.76%
  • key color value is 73.33%
CMYK:
(87,0,62,73)
C87M0Y62K73 
(87%,0%,62%,73%)
(0.87/0.00/0.62/0.73)	

CMYK percentages

%86.76
%0
%61.76
%73.33

Codes

Color #09441A in popluar color models

09441A
RGB96826
HSL137°76.62%15.10%
HSB/HSV137°86.76%26.67%
CMYK86.76%0.00%61.76%
73.33%

Color #09441A in popluar number systems.

HEX09441A
Decimal96826
Binary1001100010011010
Octal1110432

Shades and tints

Shades of #09441A

#09441A
(9,68,26)
#093E18
(9,62,24)
#093816
(9,56,22)
#093214
(9,50,20)
#092C12
(9,44,18)
#092610
(9,38,16)
#09200E
(9,32,14)
#091A0C
(9,26,12)
#09140A
(9,20,10)
#090E08
(9,14,8)
#090806
(9,8,6)
#000000
(0,0,0)

Tints of #09441A

#09441A
(9,68,26)
#1F552E
(31,85,46)
#356642
(53,102,66)
#4B7756
(75,119,86)
#61886A
(97,136,106)
#77997E
(119,153,126)
#8DAA92
(141,170,146)
#A3BBA6
(163,187,166)
#B9CCBA
(185,204,186)
#CFDDCE
(207,221,206)
#E5EEE2
(229,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09441A color. Also use rgb(9,68,26) instead hex code.

Text Font Color

.myTextColor { color: #09441A; }

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

This text font color is #09441A.


Background Color

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

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

This div background color is #09441A.


Border color

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

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

This div border color is #09441A.


Opacity

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

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

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

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

This text has shadow with #09441A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09441A on black background.


Color preview on white background

This text has color #09441A on white background.



Black color preview on #09441A background

This text has black color on #09441A background.


White color preview on #09441A background

This text has white color on #09441A background.