COLOR #095556

HEX: #095556
RGB: (9,85,86)

Color info

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

RGB color model

#095556 color RGB value is (9,85,86).

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

RGB channels and saturation

R 9 of 255 = 4%
G 85 of 255 = 33%
B 86 of 255 = 34%

9
85
86

R + G + B ~ 24%. #095556 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 85 + 86 = 180 (100%)
R 9 of 180 ~ 5%
G 85 of 180 ~ 47.22%
B 86 of 180 ~ 47.78%

%47.22
%47.78

CMYK color model

#095556 color CMYK value is (90,1,0,66).

  • cyan value is 89.53%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(90,1,0,66)
C90M1Y0K66 
(90%,1%,0%,66%)
(0.90/0.01/0.00/0.66)	

CMYK percentages

%89.53
%1.16
%0
%66.27

Codes

Color #095556 in popluar color models

095556
RGB98586
HSL181°81.05%18.63%
HSB/HSV181°89.53%33.73%
CMYK89.53%1.16%0.00%
66.27%

Color #095556 in popluar number systems.

HEX095556
Decimal98586
Binary100110101011010110
Octal11125126

Shades and tints

Shades of #095556

#095556
(9,85,86)
#094E4F
(9,78,79)
#094748
(9,71,72)
#094041
(9,64,65)
#09393A
(9,57,58)
#093233
(9,50,51)
#092B2C
(9,43,44)
#092425
(9,36,37)
#091D1E
(9,29,30)
#091617
(9,22,23)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #095556

#095556
(9,85,86)
#1F6465
(31,100,101)
#357374
(53,115,116)
#4B8283
(75,130,131)
#619192
(97,145,146)
#77A0A1
(119,160,161)
#8DAFB0
(141,175,176)
#A3BEBF
(163,190,191)
#B9CDCE
(185,205,206)
#CFDCDD
(207,220,221)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095556; }

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

This text font color is #095556.


Background Color

.myBgColor { background-color: #095556; }

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

This div background color is #095556.


Border color

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

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

This div border color is #095556.


Opacity

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

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

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

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

This text has shadow with #095556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095556 on black background.


Color preview on white background

This text has color #095556 on white background.



Black color preview on #095556 background

This text has black color on #095556 background.


White color preview on #095556 background

This text has white color on #095556 background.