COLOR #09475F

HEX: #09475F RGB: (9,71,95)

Color info

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

RGB color model

#09475F color RGB value is (9,71,95).

RGB: (9,71,95) (4%, 28%, 37%)

RGB channels and saturation

R 9 of 255 = 4%
G 71 of 255 = 28%
B 95 of 255 = 37%

9
71
95

R + G + B ~ 23%. #09475F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 71 + 95 = 175 (100%)
R 9 of 175 ~ 5.14%
G 71 of 175 ~ 40.57%
B 95 of 175 ~ 54.29'%

%40.57
%54.29

CMYK color model

#09475F color CMYK value is (91,25,0,63).

  • cyan value is 90.53%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (91,25,0,63)
C91M25Y0K63 (91%, 25%, 0%, 63%)
(0.91 / 0.25 / 0.00 / 0.63)

CMYK percentages

%90.53
%25.26
%0
%62.75

Codes

Color #09475F in popluar color models

09 47 5F
RGB 9 71 95
HSL 197° 82.69% 20.39%
HSB/HSV 197° 90.53% 37.25%
CMYK 90.53% 25.26% 0.00%
62.75%

Color #09475F in popluar number systems.

HEX 09 47 5F
Decimal 9 71 95
Binary 1001 1000111 1011111
Octal 11 107 137

Shades and tints

Shades of #09475F

#09475F
(9,71,95)
#094157
(9,65,87)
#093B4F
(9,59,79)
#093547
(9,53,71)
#092F3F
(9,47,63)
#092937
(9,41,55)
#09232F
(9,35,47)
#091D27
(9,29,39)
#09171F
(9,23,31)
#091117
(9,17,23)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #09475F

#09475F
(9,71,95)
#1F576D
(31,87,109)
#35677B
(53,103,123)
#4B7789
(75,119,137)
#618797
(97,135,151)
#7797A5
(119,151,165)
#8DA7B3
(141,167,179)
#A3B7C1
(163,183,193)
#B9C7CF
(185,199,207)
#CFD7DD
(207,215,221)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09475F color. Also use rgb(9,71,95) instead hex code.

Text Font Color

.myTextColor { color: #09475F; }

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

This text font color is #09475F.

Background Color

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

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

This div background color is #09475F.

Border color

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

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

This div border color is #09475F.

Opacity

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

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

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

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

This text has shadow with #09475F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09475F.

Preview

Color preview on black background

This text has color #09475F on black background.


Color preview on white background

This text has color #09475F on white background.


Black color preview on #09475F background

This text has black color on #09475F background.


White color preview on #09475F background

This text has white color on #09475F background.


Related colors

Complementary color

Complementary color for #hex is #F6B8A0.


I love getcolorcode.com

Triadic colors

1 #5F0947 and #475F09 with #09475F are triadic colors.

2 #5F4709 and #47095F with #09475F are triadic colors.