COLOR #096C35

HEX: #096C35
RGB: (9,108,53)

Color info

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

RGB color model

#096C35 color RGB value is (9,108,53).

  • red value is 9;
  • green value is 108;
  • blue value is 53.
RGB:
(9,108,53)
(4%,42%,21%)

RGB channels and saturation

R 9 of 255 = 4%
G 108 of 255 = 42%
B 53 of 255 = 21%

9
108
53

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

Portions of RGB colors in percentages

R + G + B =
9 + 108 + 53 = 170 (100%)
R 9 of 170 ~ 5.29%
G 108 of 170 ~ 63.53%
B 53 of 170 ~ 31.18%

%63.53
%31.18

CMYK color model

#096C35 color CMYK value is (92,0,51,58).

  • cyan value is 91.67%
  • magenta value is 0.00%
  • yellow value is 50.93%
  • key color value is 57.65%
CMYK:
(92,0,51,58)
C92M0Y51K58 
(92%,0%,51%,58%)
(0.92/0.00/0.51/0.58)	

CMYK percentages

%91.67
%0
%50.93
%57.65

Codes

Color #096C35 in popluar color models

096C35
RGB910853
HSL147°84.62%22.94%
HSB/HSV147°91.67%42.35%
CMYK91.67%0.00%50.93%
57.65%

Color #096C35 in popluar number systems.

HEX096C35
Decimal910853
Binary10011101100110101
Octal1115465

Shades and tints

Shades of #096C35

#096C35
(9,108,53)
#096331
(9,99,49)
#095A2D
(9,90,45)
#095129
(9,81,41)
#094825
(9,72,37)
#093F21
(9,63,33)
#09361D
(9,54,29)
#092D19
(9,45,25)
#092415
(9,36,21)
#091B11
(9,27,17)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #096C35

#096C35
(9,108,53)
#1F7947
(31,121,71)
#358659
(53,134,89)
#4B936B
(75,147,107)
#61A07D
(97,160,125)
#77AD8F
(119,173,143)
#8DBAA1
(141,186,161)
#A3C7B3
(163,199,179)
#B9D4C5
(185,212,197)
#CFE1D7
(207,225,215)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #096C35; }

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

This text font color is #096C35.


Background Color

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

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

This div background color is #096C35.


Border color

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

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

This div border color is #096C35.


Opacity

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

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

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

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

This text has shadow with #096C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096C35 on black background.


Color preview on white background

This text has color #096C35 on white background.



Black color preview on #096C35 background

This text has black color on #096C35 background.


White color preview on #096C35 background

This text has white color on #096C35 background.