COLOR #09372D

HEX: #09372D RGB: (9,55,45)

Color info

#09372D contains red, green and blue colors in about the same proportion. Web safe color of #09372D is #003333 (or #033).

RGB color model

#09372D color RGB value is (9,55,45).

RGB: (9,55,45) (4%, 22%, 18%)

RGB channels and saturation

R 9 of 255 = 4%
G 55 of 255 = 22%
B 45 of 255 = 18%

9
55
45

R + G + B ~ 15%. #09372D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 55 + 45 = 109 (100%)
R 9 of 109 ~ 8.26%
G 55 of 109 ~ 50.46%
B 45 of 109 ~ 41.28'%

%50.46
%41.28

CMYK color model

#09372D color CMYK value is (84,0,18,78).

  • cyan value is 83.64%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 78.43%

CMYK: (84,0,18,78)
C84M0Y18K78 (84%, 0%, 18%, 78%)
(0.84 / 0.00 / 0.18 / 0.78)

CMYK percentages

%83.64
%0
%18.18
%78.43

Codes

Color #09372D in popluar color models

09 37 2D
RGB 9 55 45
HSL 167° 71.88% 12.55%
HSB/HSV 167° 83.64% 21.57%
CMYK 83.64% 0.00% 18.18%
78.43%

Color #09372D in popluar number systems.

HEX 09 37 2D
Decimal 9 55 45
Binary 1001 110111 101101
Octal 11 67 55

Shades and tints

Shades of #09372D

#09372D
(9,55,45)
#093229
(9,50,41)
#092D25
(9,45,37)
#092821
(9,40,33)
#09231D
(9,35,29)
#091E19
(9,30,25)
#091915
(9,25,21)
#091411
(9,20,17)
#090F0D
(9,15,13)
#090A09
(9,10,9)
#090505
(9,5,5)
#000000
(0,0,0)

Tints of #09372D

#09372D
(9,55,45)
#1F4940
(31,73,64)
#355B53
(53,91,83)
#4B6D66
(75,109,102)
#617F79
(97,127,121)
#77918C
(119,145,140)
#8DA39F
(141,163,159)
#A3B5B2
(163,181,178)
#B9C7C5
(185,199,197)
#CFD9D8
(207,217,216)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09372D; }

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

This text font color is #09372D.

Background Color

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

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

This div background color is #09372D.

Border color

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

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

This div border color is #09372D.

Opacity

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

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

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

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

This text has shadow with #09372D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09372D.

Preview

Color preview on black background

This text has color #09372D on black background.


Color preview on white background

This text has color #09372D on white background.


Black color preview on #09372D background

This text has black color on #09372D background.


White color preview on #09372D background

This text has white color on #09372D background.


Related colors

Complementary color

Complementary color for #hex is #F6C8D2.


I love getcolorcode.com

Triadic colors

1 #2D0937 and #372D09 with #09372D are triadic colors.

2 #2D3709 and #37092D with #09372D are triadic colors.