COLOR #096963

HEX: #096963
RGB: (9,105,99)

Color info

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

RGB color model

#096963 color RGB value is (9,105,99).

  • red value is 9;
  • green value is 105;
  • blue value is 99.
RGB:
(9,105,99)
(4%,41%,39%)

RGB channels and saturation

R 9 of 255 = 4%
G 105 of 255 = 41%
B 99 of 255 = 39%

9
105
99

R + G + B ~ 28%. #096963 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 105 + 99 = 213 (100%)
R 9 of 213 ~ 4.23%
G 105 of 213 ~ 49.3%
B 99 of 213 ~ 46.48%

%49.3
%46.48

CMYK color model

#096963 color CMYK value is (91,0,6,59).

  • cyan value is 91.43%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(91,0,6,59)
C91M0Y6K59 
(91%,0%,6%,59%)
(0.91/0.00/0.06/0.59)	

CMYK percentages

%91.43
%0
%5.71
%58.82

Codes

Color #096963 in popluar color models

096963
RGB910599
HSL176°84.21%22.35%
HSB/HSV176°91.43%41.18%
CMYK91.43%0.00%5.71%
58.82%

Color #096963 in popluar number systems.

HEX096963
Decimal910599
Binary100111010011100011
Octal11151143

Shades and tints

Shades of #096963

#096963
(9,105,99)
#09605A
(9,96,90)
#095751
(9,87,81)
#094E48
(9,78,72)
#09453F
(9,69,63)
#093C36
(9,60,54)
#09332D
(9,51,45)
#092A24
(9,42,36)
#09211B
(9,33,27)
#091812
(9,24,18)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #096963

#096963
(9,105,99)
#1F7671
(31,118,113)
#35837F
(53,131,127)
#4B908D
(75,144,141)
#619D9B
(97,157,155)
#77AAA9
(119,170,169)
#8DB7B7
(141,183,183)
#A3C4C5
(163,196,197)
#B9D1D3
(185,209,211)
#CFDEE1
(207,222,225)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096963 color. Also use rgb(9,105,99) instead hex code.

Text Font Color

.myTextColor { color: #096963; }

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

This text font color is #096963.


Background Color

.myBgColor { background-color: #096963; }

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

This div background color is #096963.


Border color

.myBorderColor { border: 1px solid #096963; }

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

This div border color is #096963.


Opacity

.myOpacity80 { color: #096963; opacity: 0.8; }

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

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

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

This text has shadow with #096963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096963 on black background.


Color preview on white background

This text has color #096963 on white background.



Black color preview on #096963 background

This text has black color on #096963 background.


White color preview on #096963 background

This text has white color on #096963 background.