COLOR #09684E

HEX: #09684E
RGB: (9,104,78)

Color info

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

RGB color model

#09684E color RGB value is (9,104,78).

  • red value is 9;
  • green value is 104;
  • blue value is 78.
RGB:
(9,104,78)
(4%,41%,31%)

RGB channels and saturation

R 9 of 255 = 4%
G 104 of 255 = 41%
B 78 of 255 = 31%

9
104
78

R + G + B ~ 25%. #09684E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 104 + 78 = 191 (100%)
R 9 of 191 ~ 4.71%
G 104 of 191 ~ 54.45%
B 78 of 191 ~ 40.84%

%54.45
%40.84

CMYK color model

#09684E color CMYK value is (91,0,25,59).

  • cyan value is 91.35%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 59.22%
CMYK:
(91,0,25,59)
C91M0Y25K59 
(91%,0%,25%,59%)
(0.91/0.00/0.25/0.59)	

CMYK percentages

%91.35
%0
%25
%59.22

Codes

Color #09684E in popluar color models

09684E
RGB910478
HSL164°84.07%22.16%
HSB/HSV164°91.35%40.78%
CMYK91.35%0.00%25.00%
59.22%

Color #09684E in popluar number systems.

HEX09684E
Decimal910478
Binary100111010001001110
Octal11150116

Shades and tints

Shades of #09684E

#09684E
(9,104,78)
#095F47
(9,95,71)
#095640
(9,86,64)
#094D39
(9,77,57)
#094432
(9,68,50)
#093B2B
(9,59,43)
#093224
(9,50,36)
#09291D
(9,41,29)
#092016
(9,32,22)
#09170F
(9,23,15)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #09684E

#09684E
(9,104,78)
#1F755E
(31,117,94)
#35826E
(53,130,110)
#4B8F7E
(75,143,126)
#619C8E
(97,156,142)
#77A99E
(119,169,158)
#8DB6AE
(141,182,174)
#A3C3BE
(163,195,190)
#B9D0CE
(185,208,206)
#CFDDDE
(207,221,222)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09684E color. Also use rgb(9,104,78) instead hex code.

Text Font Color

.myTextColor { color: #09684E; }

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

This text font color is #09684E.


Background Color

.myBgColor { background-color: #09684E; }

<div style="background-color:#09684E">Inner text</div>

This div background color is #09684E.


Border color

.myBorderColor { border: 1px solid #09684E; }

<div style="border:3px solid #09684E">Div</div>

This div border color is #09684E.


Opacity

.myOpacity80 { color: #09684E; opacity: 0.8; }

<p style="color:#09684E;opacity:0.8;">80%</p>

Text with #09684E 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 #09684E;}

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

This text has shadow with #09684E color.

.textShadow {text-shadow: 3px 3px 1px #09684E, 3px 3px 1px red;}

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

This text has shadow with #09684E primary color and red secondary color.


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

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

This text has shadow with #09684E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09684E on black background.


Color preview on white background

This text has color #09684E on white background.



Black color preview on #09684E background

This text has black color on #09684E background.


White color preview on #09684E background

This text has white color on #09684E background.