COLOR #09758F

HEX: #09758F
RGB: (9,117,143)

Color info

#09758F contains mainly green and blue colors. Web safe color of #09758F is #006699 (or #069).

RGB color model

#09758F color RGB value is (9,117,143).

  • red value is 9;
  • green value is 117;
  • blue value is 143.
RGB:
(9,117,143)
(4%,46%,56%)

RGB channels and saturation

R 9 of 255 = 4%
G 117 of 255 = 46%
B 143 of 255 = 56%

9
117
143

R + G + B ~ 35%. #09758F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 117 + 143 = 269 (100%)
R 9 of 269 ~ 3.35%
G 117 of 269 ~ 43.49%
B 143 of 269 ~ 53.16%

%43.49
%53.16

CMYK color model

#09758F color CMYK value is (94,18,0,44).

  • cyan value is 93.71%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(94,18,0,44)
C94M18Y0K44 
(94%,18%,0%,44%)
(0.94/0.18/0.00/0.44)	

CMYK percentages

%93.71
%18.18
%0
%43.92

Codes

Color #09758F in popluar color models

09758F
RGB9117143
HSL192°88.16%29.80%
HSB/HSV192°93.71%56.08%
CMYK93.71%18.18%0.00%
43.92%

Color #09758F in popluar number systems.

HEX09758F
Decimal9117143
Binary1001111010110001111
Octal11165217

Shades and tints

Shades of #09758F

#09758F
(9,117,143)
#096B82
(9,107,130)
#096175
(9,97,117)
#095768
(9,87,104)
#094D5B
(9,77,91)
#09434E
(9,67,78)
#093941
(9,57,65)
#092F34
(9,47,52)
#092527
(9,37,39)
#091B1A
(9,27,26)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #09758F

#09758F
(9,117,143)
#1F8199
(31,129,153)
#358DA3
(53,141,163)
#4B99AD
(75,153,173)
#61A5B7
(97,165,183)
#77B1C1
(119,177,193)
#8DBDCB
(141,189,203)
#A3C9D5
(163,201,213)
#B9D5DF
(185,213,223)
#CFE1E9
(207,225,233)
#E5EDF3
(229,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09758F color. Also use rgb(9,117,143) instead hex code.

Text Font Color

.myTextColor { color: #09758F; }

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

This text font color is #09758F.


Background Color

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

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

This div background color is #09758F.


Border color

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

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

This div border color is #09758F.


Opacity

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

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

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

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

This text has shadow with #09758F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09758F on black background.


Color preview on white background

This text has color #09758F on white background.



Black color preview on #09758F background

This text has black color on #09758F background.


White color preview on #09758F background

This text has white color on #09758F background.