COLOR #096379

HEX: #096379
RGB: (9,99,121)

Color info

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

RGB color model

#096379 color RGB value is (9,99,121).

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

RGB channels and saturation

R 9 of 255 = 4%
G 99 of 255 = 39%
B 121 of 255 = 47%

9
99
121

R + G + B ~ 30%. #096379 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 99 + 121 = 229 (100%)
R 9 of 229 ~ 3.93%
G 99 of 229 ~ 43.23%
B 121 of 229 ~ 52.84%

%43.23
%52.84

CMYK color model

#096379 color CMYK value is (93,18,0,53).

  • cyan value is 92.56%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(93,18,0,53)
C93M18Y0K53 
(93%,18%,0%,53%)
(0.93/0.18/0.00/0.53)	

CMYK percentages

%92.56
%18.18
%0
%52.55

Codes

Color #096379 in popluar color models

096379
RGB999121
HSL192°86.15%25.49%
HSB/HSV192°92.56%47.45%
CMYK92.56%18.18%0.00%
52.55%

Color #096379 in popluar number systems.

HEX096379
Decimal999121
Binary100111000111111001
Octal11143171

Shades and tints

Shades of #096379

#096379
(9,99,121)
#095A6E
(9,90,110)
#095163
(9,81,99)
#094858
(9,72,88)
#093F4D
(9,63,77)
#093642
(9,54,66)
#092D37
(9,45,55)
#09242C
(9,36,44)
#091B21
(9,27,33)
#091216
(9,18,22)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #096379

#096379
(9,99,121)
#1F7185
(31,113,133)
#357F91
(53,127,145)
#4B8D9D
(75,141,157)
#619BA9
(97,155,169)
#77A9B5
(119,169,181)
#8DB7C1
(141,183,193)
#A3C5CD
(163,197,205)
#B9D3D9
(185,211,217)
#CFE1E5
(207,225,229)
#E5EFF1
(229,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #096379; }

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

This text font color is #096379.


Background Color

.myBgColor { background-color: #096379; }

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

This div background color is #096379.


Border color

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

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

This div border color is #096379.


Opacity

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

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

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

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

This text has shadow with #096379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096379 on black background.


Color preview on white background

This text has color #096379 on white background.



Black color preview on #096379 background

This text has black color on #096379 background.


White color preview on #096379 background

This text has white color on #096379 background.