COLOR #09505F

HEX: #09505F
RGB: (9,80,95)

Color info

#09505F contains mainly green and blue colors. Web safe color of #09505F is #006666 (or #066).

RGB color model

#09505F color RGB value is (9,80,95).

  • red value is 9;
  • green value is 80;
  • blue value is 95.
RGB:
(9,80,95)
(4%,31%,37%)

RGB channels and saturation

R 9 of 255 = 4%
G 80 of 255 = 31%
B 95 of 255 = 37%

9
80
95

R + G + B ~ 24%. #09505F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 80 + 95 = 184 (100%)
R 9 of 184 ~ 4.89%
G 80 of 184 ~ 43.48%
B 95 of 184 ~ 51.63%

%43.48
%51.63

CMYK color model

#09505F color CMYK value is (91,16,0,63).

  • cyan value is 90.53%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(91,16,0,63)
C91M16Y0K63 
(91%,16%,0%,63%)
(0.91/0.16/0.00/0.63)	

CMYK percentages

%90.53
%15.79
%0
%62.75

Codes

Color #09505F in popluar color models

09505F
RGB98095
HSL190°82.69%20.39%
HSB/HSV190°90.53%37.25%
CMYK90.53%15.79%0.00%
62.75%

Color #09505F in popluar number systems.

HEX09505F
Decimal98095
Binary100110100001011111
Octal11120137

Shades and tints

Shades of #09505F

#09505F
(9,80,95)
#094957
(9,73,87)
#09424F
(9,66,79)
#093B47
(9,59,71)
#09343F
(9,52,63)
#092D37
(9,45,55)
#09262F
(9,38,47)
#091F27
(9,31,39)
#09181F
(9,24,31)
#091117
(9,17,23)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #09505F

#09505F
(9,80,95)
#1F5F6D
(31,95,109)
#356E7B
(53,110,123)
#4B7D89
(75,125,137)
#618C97
(97,140,151)
#779BA5
(119,155,165)
#8DAAB3
(141,170,179)
#A3B9C1
(163,185,193)
#B9C8CF
(185,200,207)
#CFD7DD
(207,215,221)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09505F; }

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

This text font color is #09505F.


Background Color

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

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

This div background color is #09505F.


Border color

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

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

This div border color is #09505F.


Opacity

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

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

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

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

This text has shadow with #09505F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09505F on black background.


Color preview on white background

This text has color #09505F on white background.



Black color preview on #09505F background

This text has black color on #09505F background.


White color preview on #09505F background

This text has white color on #09505F background.