COLOR #095C60

HEX: #095C60 RGB: (9,92,96)

Color info

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

RGB color model

#095C60 color RGB value is (9,92,96).

RGB: (9,92,96) (4%, 36%, 38%)

RGB channels and saturation

R 9 of 255 = 4%
G 92 of 255 = 36%
B 96 of 255 = 38%

9
92
96

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

Portions of RGB colors in percentages

R + G + B = 9 + 92 + 96 = 197 (100%)
R 9 of 197 ~ 4.57%
G 92 of 197 ~ 46.7%
B 96 of 197 ~ 48.73'%

%46.7
%48.73

CMYK color model

#095C60 color CMYK value is (91,4,0,62).

  • cyan value is 90.63%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (91,4,0,62)
C91M4Y0K62 (91%, 4%, 0%, 62%)
(0.91 / 0.04 / 0.00 / 0.62)

CMYK percentages

%90.63
%4.17
%0
%62.35

Codes

Color #095C60 in popluar color models

09 5C 60
RGB 9 92 96
HSL 183° 82.86% 20.59%
HSB/HSV 183° 90.63% 37.65%
CMYK 90.63% 4.17% 0.00%
62.35%

Color #095C60 in popluar number systems.

HEX 09 5C 60
Decimal 9 92 96
Binary 1001 1011100 1100000
Octal 11 134 140

Shades and tints

Shades of #095C60

#095C60
(9,92,96)
#095458
(9,84,88)
#094C50
(9,76,80)
#094448
(9,68,72)
#093C40
(9,60,64)
#093438
(9,52,56)
#092C30
(9,44,48)
#092428
(9,36,40)
#091C20
(9,28,32)
#091418
(9,20,24)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #095C60

#095C60
(9,92,96)
#1F6A6E
(31,106,110)
#35787C
(53,120,124)
#4B868A
(75,134,138)
#619498
(97,148,152)
#77A2A6
(119,162,166)
#8DB0B4
(141,176,180)
#A3BEC2
(163,190,194)
#B9CCD0
(185,204,208)
#CFDADE
(207,218,222)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #095C60; }

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

This text font color is #095C60.

Background Color

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

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

This div background color is #095C60.

Border color

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

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

This div border color is #095C60.

Opacity

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

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

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

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

This text has shadow with #095C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #095C60.

Preview

Color preview on black background

This text has color #095C60 on black background.


Color preview on white background

This text has color #095C60 on white background.


Black color preview on #095C60 background

This text has black color on #095C60 background.


White color preview on #095C60 background

This text has white color on #095C60 background.


Related colors

Complementary color

Complementary color for #hex is #F6A39F.


I love getcolorcode.com

Triadic colors

1 #60095C and #5C6009 with #095C60 are triadic colors.

2 #605C09 and #5C0960 with #095C60 are triadic colors.