COLOR #096C5E

HEX: #096C5E RGB: (9,108,94)

Color info

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

RGB color model

#096C5E color RGB value is (9,108,94).

RGB: (9,108,94) (4%, 42%, 37%)

RGB channels and saturation

R 9 of 255 = 4%
G 108 of 255 = 42%
B 94 of 255 = 37%

9
108
94

R + G + B ~ 28%. #096C5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 108 + 94 = 211 (100%)
R 9 of 211 ~ 4.27%
G 108 of 211 ~ 51.18%
B 94 of 211 ~ 44.55'%

%51.18
%44.55

CMYK color model

#096C5E color CMYK value is (92,0,13,58).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 57.65%
CMYK: (92,0,13,58) C92M0Y13K58 (92%,0%,13%,58%) (0.92/0.00/0.13/0.58) 

CMYK percentages

%91.67
%0
%12.96
%57.65

Codes

Color #096C5E in popluar color models

09 6C 5E
RGB 9 108 94
HSL 172° 84.62% 22.94%
HSB/HSV 172° 91.67% 42.35%
CMYK 91.67% 0.00% 12.96%
57.65%

Color #096C5E in popluar number systems.

HEX 09 6C 5E
Decimal 9 108 94
Binary 1001 1101100 1011110
Octal 11 154 136

Shades and tints

Shades of #096C5E

#096C5E
(9,108,94)
#096356
(9,99,86)
#095A4E
(9,90,78)
#095146
(9,81,70)
#09483E
(9,72,62)
#093F36
(9,63,54)
#09362E
(9,54,46)
#092D26
(9,45,38)
#09241E
(9,36,30)
#091B16
(9,27,22)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #096C5E

#096C5E
(9,108,94)
#1F796C
(31,121,108)
#35867A
(53,134,122)
#4B9388
(75,147,136)
#61A096
(97,160,150)
#77ADA4
(119,173,164)
#8DBAB2
(141,186,178)
#A3C7C0
(163,199,192)
#B9D4CE
(185,212,206)
#CFE1DC
(207,225,220)
#E5EEEA
(229,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096C5E color. Also use rgb(9,108,94) instead hex code.

Text Font Color

.myTextColor { color: #096C5E; }

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

This text font color is #096C5E.

Background Color

.myBgColor { background-color: #096C5E; }

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

This div background color is #096C5E.

Border color

.myBorderColor { border: 1px solid #096C5E; }

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

This div border color is #096C5E.

Opacity

.myOpacity80 { color: #096C5E; opacity: 0.8; }

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

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

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

This text has shadow with #096C5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #096C5E.

Preview

Color preview on black background

This text has color #096C5E on black background.


Color preview on white background

This text has color #096C5E on white background.


Black color preview on #096C5E background

This text has black color on #096C5E background.


White color preview on #096C5E background

This text has white color on #096C5E background.


Related colors

Complementary color

Complementary color for #hex is #F693A1.


I love getcolorcode.com

Triadic colors

1 #5E096C and #6C5E09 with #096C5E are triadic colors.

2 #5E6C09 and #6C095E with #096C5E are triadic colors.