COLOR #09374F

HEX: #09374F RGB: (9,55,79)

Color info

#09374F contains mainly green and blue colors. Web safe color of #09374F is #003366 (or #036).

RGB color model

#09374F color RGB value is (9,55,79).

RGB: (9,55,79) (4%, 22%, 31%)

RGB channels and saturation

R 9 of 255 = 4%
G 55 of 255 = 22%
B 79 of 255 = 31%

9
55
79

R + G + B ~ 19%. #09374F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 55 + 79 = 143 (100%)
R 9 of 143 ~ 6.29%
G 55 of 143 ~ 38.46%
B 79 of 143 ~ 55.24'%

%38.46
%55.24

CMYK color model

#09374F color CMYK value is (89,30,0,69).

  • cyan value is 88.61%
  • magenta value is 30.38%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (89,30,0,69)
C89M30Y0K69 (89%, 30%, 0%, 69%)
(0.89 / 0.30 / 0.00 / 0.69)

CMYK percentages

%88.61
%30.38
%0
%69.02

Codes

Color #09374F in popluar color models

09 37 4F
RGB 9 55 79
HSL 201° 79.55% 17.25%
HSB/HSV 201° 88.61% 30.98%
CMYK 88.61% 30.38% 0.00%
69.02%

Color #09374F in popluar number systems.

HEX 09 37 4F
Decimal 9 55 79
Binary 1001 110111 1001111
Octal 11 67 117

Shades and tints

Shades of #09374F

#09374F
(9,55,79)
#093248
(9,50,72)
#092D41
(9,45,65)
#09283A
(9,40,58)
#092333
(9,35,51)
#091E2C
(9,30,44)
#091925
(9,25,37)
#09141E
(9,20,30)
#090F17
(9,15,23)
#090A10
(9,10,16)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #09374F

#09374F
(9,55,79)
#1F495F
(31,73,95)
#355B6F
(53,91,111)
#4B6D7F
(75,109,127)
#617F8F
(97,127,143)
#77919F
(119,145,159)
#8DA3AF
(141,163,175)
#A3B5BF
(163,181,191)
#B9C7CF
(185,199,207)
#CFD9DF
(207,217,223)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09374F; }

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

This text font color is #09374F.

Background Color

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

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

This div background color is #09374F.

Border color

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

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

This div border color is #09374F.

Opacity

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

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

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

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

This text has shadow with #09374F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09374F.

Preview

Color preview on black background

This text has color #09374F on black background.


Color preview on white background

This text has color #09374F on white background.


Black color preview on #09374F background

This text has black color on #09374F background.


White color preview on #09374F background

This text has white color on #09374F background.


Related colors

Complementary color

Complementary color for #hex is #F6C8B0.


I love getcolorcode.com

Triadic colors

1 #4F0937 and #374F09 with #09374F are triadic colors.

2 #4F3709 and #37094F with #09374F are triadic colors.