COLOR #095C76

HEX: #095C76
RGB: (9,92,118)

Color info

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

RGB color model

#095C76 color RGB value is (9,92,118).

  • red value is 9;
  • green value is 92;
  • blue value is 118.
RGB:
(9,92,118)
(4%,36%,46%)

RGB channels and saturation

R 9 of 255 = 4%
G 92 of 255 = 36%
B 118 of 255 = 46%

9
92
118

R + G + B ~ 29%. #095C76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 92 + 118 = 219 (100%)
R 9 of 219 ~ 4.11%
G 92 of 219 ~ 42.01%
B 118 of 219 ~ 53.88%

%42.01
%53.88

CMYK color model

#095C76 color CMYK value is (92,22,0,54).

  • cyan value is 92.37%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(92,22,0,54)
C92M22Y0K54 
(92%,22%,0%,54%)
(0.92/0.22/0.00/0.54)	

CMYK percentages

%92.37
%22.03
%0
%53.73

Codes

Color #095C76 in popluar color models

095C76
RGB992118
HSL194°85.83%24.90%
HSB/HSV194°92.37%46.27%
CMYK92.37%22.03%0.00%
53.73%

Color #095C76 in popluar number systems.

HEX095C76
Decimal992118
Binary100110111001110110
Octal11134166

Shades and tints

Shades of #095C76

#095C76
(9,92,118)
#09546C
(9,84,108)
#094C62
(9,76,98)
#094458
(9,68,88)
#093C4E
(9,60,78)
#093444
(9,52,68)
#092C3A
(9,44,58)
#092430
(9,36,48)
#091C26
(9,28,38)
#09141C
(9,20,28)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #095C76

#095C76
(9,92,118)
#1F6A82
(31,106,130)
#35788E
(53,120,142)
#4B869A
(75,134,154)
#6194A6
(97,148,166)
#77A2B2
(119,162,178)
#8DB0BE
(141,176,190)
#A3BECA
(163,190,202)
#B9CCD6
(185,204,214)
#CFDAE2
(207,218,226)
#E5E8EE
(229,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #095C76 color. Also use rgb(9,92,118) instead hex code.

Text Font Color

.myTextColor { color: #095C76; }

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

This text font color is #095C76.


Background Color

.myBgColor { background-color: #095C76; }

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

This div background color is #095C76.


Border color

.myBorderColor { border: 1px solid #095C76; }

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

This div border color is #095C76.


Opacity

.myOpacity80 { color: #095C76; opacity: 0.8; }

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

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

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

This text has shadow with #095C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #095C76 on black background.


Color preview on white background

This text has color #095C76 on white background.



Black color preview on #095C76 background

This text has black color on #095C76 background.


White color preview on #095C76 background

This text has white color on #095C76 background.