COLOR #095649

HEX: #095649
RGB: (9,86,73)

Color info

#095649 contains mainly green and blue colors. Web safe color of #095649 is #006633 (or #063).

RGB color model

#095649 color RGB value is (9,86,73).

  • red value is 9;
  • green value is 86;
  • blue value is 73.
RGB:
(9,86,73)
(4%,34%,29%)

RGB channels and saturation

R 9 of 255 = 4%
G 86 of 255 = 34%
B 73 of 255 = 29%

9
86
73

R + G + B ~ 22%. #095649 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 86 + 73 = 168 (100%)
R 9 of 168 ~ 5.36%
G 86 of 168 ~ 51.19%
B 73 of 168 ~ 43.45%

%51.19
%43.45

CMYK color model

#095649 color CMYK value is (90,0,15,66).

  • cyan value is 89.53%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 66.27%
CMYK:
(90,0,15,66)
C90M0Y15K66 
(90%,0%,15%,66%)
(0.90/0.00/0.15/0.66)	

CMYK percentages

%89.53
%0
%15.12
%66.27

Codes

Color #095649 in popluar color models

095649
RGB98673
HSL170°81.05%18.63%
HSB/HSV170°89.53%33.73%
CMYK89.53%0.00%15.12%
66.27%

Color #095649 in popluar number systems.

HEX095649
Decimal98673
Binary100110101101001001
Octal11126111

Shades and tints

Shades of #095649

#095649
(9,86,73)
#094F43
(9,79,67)
#09483D
(9,72,61)
#094137
(9,65,55)
#093A31
(9,58,49)
#09332B
(9,51,43)
#092C25
(9,44,37)
#09251F
(9,37,31)
#091E19
(9,30,25)
#091713
(9,23,19)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #095649

#095649
(9,86,73)
#1F6559
(31,101,89)
#357469
(53,116,105)
#4B8379
(75,131,121)
#619289
(97,146,137)
#77A199
(119,161,153)
#8DB0A9
(141,176,169)
#A3BFB9
(163,191,185)
#B9CEC9
(185,206,201)
#CFDDD9
(207,221,217)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095649 color. Also use rgb(9,86,73) instead hex code.

Text Font Color

.myTextColor { color: #095649; }

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

This text font color is #095649.


Background Color

.myBgColor { background-color: #095649; }

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

This div background color is #095649.


Border color

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

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

This div border color is #095649.


Opacity

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

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

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

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

This text has shadow with #095649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095649 on black background.


Color preview on white background

This text has color #095649 on white background.



Black color preview on #095649 background

This text has black color on #095649 background.


White color preview on #095649 background

This text has white color on #095649 background.