COLOR #09072D

HEX: #09072D RGB: (9,7,45)

Color info

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

RGB color model

#09072D color RGB value is (9,7,45).

RGB: (9,7,45) (4%, 3%, 18%)

RGB channels and saturation

R 9 of 255 = 4%
G 7 of 255 = 3%
B 45 of 255 = 18%

9
7
45

R + G + B ~ 8%. #09072D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 7 + 45 = 61 (100%)
R 9 of 61 ~ 14.75%
G 7 of 61 ~ 11.48%
B 45 of 61 ~ 73.77'%

%14.75
%11.48
%73.77

CMYK color model

#09072D color CMYK value is (80,84,0,82).

  • cyan value is 80.00%
  • magenta value is 84.44%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (80,84,0,82)
C80M84Y0K82 (80%, 84%, 0%, 82%)
(0.80 / 0.84 / 0.00 / 0.82)

CMYK percentages

%80
%84.44
%0
%82.35

Codes

Color #09072D in popluar color models

09 07 2D
RGB 9 7 45
HSL 243° 73.08% 10.20%
HSB/HSV 243° 84.44% 17.65%
CMYK 80.00% 84.44% 0.00%
82.35%

Color #09072D in popluar number systems.

HEX 09 07 2D
Decimal 9 7 45
Binary 1001 111 101101
Octal 11 7 55

Shades and tints

Shades of #09072D

#09072D
(9,7,45)
#090729
(9,7,41)
#090725
(9,7,37)
#090721
(9,7,33)
#09071D
(9,7,29)
#090719
(9,7,25)
#090715
(9,7,21)
#090711
(9,7,17)
#09070D
(9,7,13)
#090709
(9,7,9)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #09072D

#09072D
(9,7,45)
#1F1D40
(31,29,64)
#353353
(53,51,83)
#4B4966
(75,73,102)
#615F79
(97,95,121)
#77758C
(119,117,140)
#8D8B9F
(141,139,159)
#A3A1B2
(163,161,178)
#B9B7C5
(185,183,197)
#CFCDD8
(207,205,216)
#E5E3EB
(229,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09072D color. Also use rgb(9,7,45) instead hex code.

Text Font Color

.myTextColor { color: #09072D; }

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

This text font color is #09072D.

Background Color

.myBgColor { background-color: #09072D; }

<div style="background-color:#09072D">Inner text</div>

This div background color is #09072D.

Border color

.myBorderColor { border: 1px solid #09072D; }

<div style="border:3px solid #09072D">Div</div>

This div border color is #09072D.

Opacity

.myOpacity80 { color: #09072D; opacity: 0.8; }

<p style="color:#09072D;opacity:0.8;">80%</p>

Text with #09072D 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 #09072D;}

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

This text has shadow with #09072D color.


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

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

This text has shadow with #09072D primary color and red secondary color.


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

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

This text has shadow with #09072D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #09072D.

Preview

Color preview on black background

This text has color #09072D on black background.


Color preview on white background

This text has color #09072D on white background.


Black color preview on #09072D background

This text has black color on #09072D background.


White color preview on #09072D background

This text has white color on #09072D background.


Related colors

Complementary color

Complementary color for #hex is #F6F8D2.


I love getcolorcode.com

Triadic colors

1 #2D0907 and #072D09 with #09072D are triadic colors.

2 #2D0709 and #07092D with #09072D are triadic colors.