COLOR #09373F

HEX: #09373F RGB: (9,55,63)

Color info

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

RGB color model

#09373F color RGB value is (9,55,63).

RGB: (9,55,63) (4%, 22%, 25%)

RGB channels and saturation

R 9 of 255 = 4%
G 55 of 255 = 22%
B 63 of 255 = 25%

9
55
63

R + G + B ~ 17%. #09373F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 55 + 63 = 127 (100%)
R 9 of 127 ~ 7.09%
G 55 of 127 ~ 43.31%
B 63 of 127 ~ 49.61'%

%43.31
%49.61

CMYK color model

#09373F color CMYK value is (86,13,0,75).

  • cyan value is 85.71%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (86,13,0,75)
C86M13Y0K75 (86%, 13%, 0%, 75%)
(0.86 / 0.13 / 0.00 / 0.75)

CMYK percentages

%85.71
%12.7
%0
%75.29

Codes

Color #09373F in popluar color models

09 37 3F
RGB 9 55 63
HSL 189° 75.00% 14.12%
HSB/HSV 189° 85.71% 24.71%
CMYK 85.71% 12.70% 0.00%
75.29%

Color #09373F in popluar number systems.

HEX 09 37 3F
Decimal 9 55 63
Binary 1001 110111 111111
Octal 11 67 77

Shades and tints

Shades of #09373F

#09373F
(9,55,63)
#09323A
(9,50,58)
#092D35
(9,45,53)
#092830
(9,40,48)
#09232B
(9,35,43)
#091E26
(9,30,38)
#091921
(9,25,33)
#09141C
(9,20,28)
#090F17
(9,15,23)
#090A12
(9,10,18)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #09373F

#09373F
(9,55,63)
#1F4950
(31,73,80)
#355B61
(53,91,97)
#4B6D72
(75,109,114)
#617F83
(97,127,131)
#779194
(119,145,148)
#8DA3A5
(141,163,165)
#A3B5B6
(163,181,182)
#B9C7C7
(185,199,199)
#CFD9D8
(207,217,216)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09373F color. Also use rgb(9,55,63) instead hex code.

Text Font Color

.myTextColor { color: #09373F; }

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

This text font color is #09373F.

Background Color

.myBgColor { background-color: #09373F; }

<div style="background-color:#09373F">Inner text</div>

This div background color is #09373F.

Border color

.myBorderColor { border: 1px solid #09373F; }

<div style="border:3px solid #09373F">Div</div>

This div border color is #09373F.

Opacity

.myOpacity80 { color: #09373F; opacity: 0.8; }

<p style="color:#09373F;opacity:0.8;">80%</p>

Text with #09373F 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 #09373F;}

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

This text has shadow with #09373F color.


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

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

This text has shadow with #09373F primary color and red secondary color.


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

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

This text has shadow with #09373F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #09373F.

Preview

Color preview on black background

This text has color #09373F on black background.


Color preview on white background

This text has color #09373F on white background.


Black color preview on #09373F background

This text has black color on #09373F background.


White color preview on #09373F background

This text has white color on #09373F background.


Related colors

Complementary color

Complementary color for #hex is #F6C8C0.


I love getcolorcode.com

Triadic colors

1 #3F0937 and #373F09 with #09373F are triadic colors.

2 #3F3709 and #37093F with #09373F are triadic colors.