COLOR #096351

HEX: #096351 RGB: (9,99,81)

Color info

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

RGB color model

#096351 color RGB value is (9,99,81).

RGB: (9,99,81) (4%, 39%, 32%)

RGB channels and saturation

R 9 of 255 = 4%
G 99 of 255 = 39%
B 81 of 255 = 32%

9
99
81

R + G + B ~ 25%. #096351 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 99 + 81 = 189 (100%)
R 9 of 189 ~ 4.76%
G 99 of 189 ~ 52.38%
B 81 of 189 ~ 42.86'%

%52.38
%42.86

CMYK color model

#096351 color CMYK value is (91,0,18,61).

  • cyan value is 90.91%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 61.18%

CMYK: (91,0,18,61)
C91M0Y18K61 (91%, 0%, 18%, 61%)
(0.91 / 0.00 / 0.18 / 0.61)

CMYK percentages

%90.91
%0
%18.18
%61.18

Codes

Color #096351 in popluar color models

09 63 51
RGB 9 99 81
HSL 168° 83.33% 21.18%
HSB/HSV 168° 90.91% 38.82%
CMYK 90.91% 0.00% 18.18%
61.18%

Color #096351 in popluar number systems.

HEX 09 63 51
Decimal 9 99 81
Binary 1001 1100011 1010001
Octal 11 143 121

Shades and tints

Shades of #096351

#096351
(9,99,81)
#095A4A
(9,90,74)
#095143
(9,81,67)
#09483C
(9,72,60)
#093F35
(9,63,53)
#09362E
(9,54,46)
#092D27
(9,45,39)
#092420
(9,36,32)
#091B19
(9,27,25)
#091212
(9,18,18)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #096351

#096351
(9,99,81)
#1F7160
(31,113,96)
#357F6F
(53,127,111)
#4B8D7E
(75,141,126)
#619B8D
(97,155,141)
#77A99C
(119,169,156)
#8DB7AB
(141,183,171)
#A3C5BA
(163,197,186)
#B9D3C9
(185,211,201)
#CFE1D8
(207,225,216)
#E5EFE7
(229,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096351 color. Also use rgb(9,99,81) instead hex code.

Text Font Color

.myTextColor { color: #096351; }

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

This text font color is #096351.

Background Color

.myBgColor { background-color: #096351; }

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

This div background color is #096351.

Border color

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

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

This div border color is #096351.

Opacity

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

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

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

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

This text has shadow with #096351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #096351.

Preview

Color preview on black background

This text has color #096351 on black background.


Color preview on white background

This text has color #096351 on white background.


Black color preview on #096351 background

This text has black color on #096351 background.


White color preview on #096351 background

This text has white color on #096351 background.


Related colors

Complementary color

Complementary color for #hex is #F69CAE.


I love getcolorcode.com

Triadic colors

1 #510963 and #635109 with #096351 are triadic colors.

2 #516309 and #630951 with #096351 are triadic colors.