COLOR #095967

HEX: #095967
RGB: (9,89,103)

Color info

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

RGB color model

#095967 color RGB value is (9,89,103).

  • red value is 9;
  • green value is 89;
  • blue value is 103.
RGB:
(9,89,103)
(4%,35%,40%)

RGB channels and saturation

R 9 of 255 = 4%
G 89 of 255 = 35%
B 103 of 255 = 40%

9
89
103

R + G + B ~ 26%. #095967 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 89 + 103 = 201 (100%)
R 9 of 201 ~ 4.48%
G 89 of 201 ~ 44.28%
B 103 of 201 ~ 51.24%

%44.28
%51.24

CMYK color model

#095967 color CMYK value is (91,14,0,60).

  • cyan value is 91.26%
  • magenta value is 13.59%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(91,14,0,60)
C91M14Y0K60 
(91%,14%,0%,60%)
(0.91/0.14/0.00/0.60)	

CMYK percentages

%91.26
%13.59
%0
%59.61

Codes

Color #095967 in popluar color models

095967
RGB989103
HSL189°83.93%21.96%
HSB/HSV189°91.26%40.39%
CMYK91.26%13.59%0.00%
59.61%

Color #095967 in popluar number systems.

HEX095967
Decimal989103
Binary100110110011100111
Octal11131147

Shades and tints

Shades of #095967

#095967
(9,89,103)
#09515E
(9,81,94)
#094955
(9,73,85)
#09414C
(9,65,76)
#093943
(9,57,67)
#09313A
(9,49,58)
#092931
(9,41,49)
#092128
(9,33,40)
#09191F
(9,25,31)
#091116
(9,17,22)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #095967

#095967
(9,89,103)
#1F6874
(31,104,116)
#357781
(53,119,129)
#4B868E
(75,134,142)
#61959B
(97,149,155)
#77A4A8
(119,164,168)
#8DB3B5
(141,179,181)
#A3C2C2
(163,194,194)
#B9D1CF
(185,209,207)
#CFE0DC
(207,224,220)
#E5EFE9
(229,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095967 color. Also use rgb(9,89,103) instead hex code.

Text Font Color

.myTextColor { color: #095967; }

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

This text font color is #095967.


Background Color

.myBgColor { background-color: #095967; }

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

This div background color is #095967.


Border color

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

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

This div border color is #095967.


Opacity

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

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

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

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

This text has shadow with #095967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095967 on black background.


Color preview on white background

This text has color #095967 on white background.



Black color preview on #095967 background

This text has black color on #095967 background.


White color preview on #095967 background

This text has white color on #095967 background.