COLOR #09474D

HEX: #09474D RGB: (9,71,77)

Color info

#09474D contains mainly green and blue colors. Web safe color of #09474D is #003333 (or #033).

RGB color model

#09474D color RGB value is (9,71,77).

RGB: (9,71,77) (4%, 28%, 30%)

RGB channels and saturation

R 9 of 255 = 4%
G 71 of 255 = 28%
B 77 of 255 = 30%

9
71
77

R + G + B ~ 21%. #09474D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 71 + 77 = 157 (100%)
R 9 of 157 ~ 5.73%
G 71 of 157 ~ 45.22%
B 77 of 157 ~ 49.04'%

%45.22
%49.04

CMYK color model

#09474D color CMYK value is (88,8,0,70).

  • cyan value is 88.31%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (88,8,0,70)
C88M8Y0K70 (88%, 8%, 0%, 70%)
(0.88 / 0.08 / 0.00 / 0.70)

CMYK percentages

%88.31
%7.79
%0
%69.8

Codes

Color #09474D in popluar color models

09 47 4D
RGB 9 71 77
HSL 185° 79.07% 16.86%
HSB/HSV 185° 88.31% 30.20%
CMYK 88.31% 7.79% 0.00%
69.80%

Color #09474D in popluar number systems.

HEX 09 47 4D
Decimal 9 71 77
Binary 1001 1000111 1001101
Octal 11 107 115

Shades and tints

Shades of #09474D

#09474D
(9,71,77)
#094146
(9,65,70)
#093B3F
(9,59,63)
#093538
(9,53,56)
#092F31
(9,47,49)
#09292A
(9,41,42)
#092323
(9,35,35)
#091D1C
(9,29,28)
#091715
(9,23,21)
#09110E
(9,17,14)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #09474D

#09474D
(9,71,77)
#1F575D
(31,87,93)
#35676D
(53,103,109)
#4B777D
(75,119,125)
#61878D
(97,135,141)
#77979D
(119,151,157)
#8DA7AD
(141,167,173)
#A3B7BD
(163,183,189)
#B9C7CD
(185,199,205)
#CFD7DD
(207,215,221)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09474D color. Also use rgb(9,71,77) instead hex code.

Text Font Color

.myTextColor { color: #09474D; }

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

This text font color is #09474D.

Background Color

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

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

This div background color is #09474D.

Border color

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

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

This div border color is #09474D.

Opacity

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

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

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

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

This text has shadow with #09474D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09474D.

Preview

Color preview on black background

This text has color #09474D on black background.


Color preview on white background

This text has color #09474D on white background.


Black color preview on #09474D background

This text has black color on #09474D background.


White color preview on #09474D background

This text has white color on #09474D background.


Related colors

Complementary color

Complementary color for #hex is #F6B8B2.


I love getcolorcode.com

Triadic colors

1 #4D0947 and #474D09 with #09474D are triadic colors.

2 #4D4709 and #47094D with #09474D are triadic colors.