COLOR #096F54

HEX: #096F54
RGB: (9,111,84)

Color info

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

RGB color model

#096F54 color RGB value is (9,111,84).

  • red value is 9;
  • green value is 111;
  • blue value is 84.
RGB:
(9,111,84)
(4%,44%,33%)

RGB channels and saturation

R 9 of 255 = 4%
G 111 of 255 = 44%
B 84 of 255 = 33%

9
111
84

R + G + B ~ 27%. #096F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 111 + 84 = 204 (100%)
R 9 of 204 ~ 4.41%
G 111 of 204 ~ 54.41%
B 84 of 204 ~ 41.18%

%54.41
%41.18

CMYK color model

#096F54 color CMYK value is (92,0,24,56).

  • cyan value is 91.89%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 56.47%
CMYK:
(92,0,24,56)
C92M0Y24K56 
(92%,0%,24%,56%)
(0.92/0.00/0.24/0.56)	

CMYK percentages

%91.89
%0
%24.32
%56.47

Codes

Color #096F54 in popluar color models

096F54
RGB911184
HSL164°85.00%23.53%
HSB/HSV164°91.89%43.53%
CMYK91.89%0.00%24.32%
56.47%

Color #096F54 in popluar number systems.

HEX096F54
Decimal911184
Binary100111011111010100
Octal11157124

Shades and tints

Shades of #096F54

#096F54
(9,111,84)
#09654D
(9,101,77)
#095B46
(9,91,70)
#09513F
(9,81,63)
#094738
(9,71,56)
#093D31
(9,61,49)
#09332A
(9,51,42)
#092923
(9,41,35)
#091F1C
(9,31,28)
#091515
(9,21,21)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #096F54

#096F54
(9,111,84)
#1F7C63
(31,124,99)
#358972
(53,137,114)
#4B9681
(75,150,129)
#61A390
(97,163,144)
#77B09F
(119,176,159)
#8DBDAE
(141,189,174)
#A3CABD
(163,202,189)
#B9D7CC
(185,215,204)
#CFE4DB
(207,228,219)
#E5F1EA
(229,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096F54 color. Also use rgb(9,111,84) instead hex code.

Text Font Color

.myTextColor { color: #096F54; }

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

This text font color is #096F54.


Background Color

.myBgColor { background-color: #096F54; }

<div style="background-color:#096F54">Inner text</div>

This div background color is #096F54.


Border color

.myBorderColor { border: 1px solid #096F54; }

<div style="border:3px solid #096F54">Div</div>

This div border color is #096F54.


Opacity

.myOpacity80 { color: #096F54; opacity: 0.8; }

<p style="color:#096F54;opacity:0.8;">80%</p>

Text with #096F54 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 #096F54;}

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

This text has shadow with #096F54 color.

.textShadow {text-shadow: 3px 3px 1px #096F54, 3px 3px 1px red;}

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

This text has shadow with #096F54 primary color and red secondary color.


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

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

This text has shadow with #096F54 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096F54 on black background.


Color preview on white background

This text has color #096F54 on white background.



Black color preview on #096F54 background

This text has black color on #096F54 background.


White color preview on #096F54 background

This text has white color on #096F54 background.