COLOR #096149

HEX: #096149
RGB: (9,97,73)

Color info

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

RGB color model

#096149 color RGB value is (9,97,73).

  • red value is 9;
  • green value is 97;
  • blue value is 73.
RGB:
(9,97,73)
(4%,38%,29%)

RGB channels and saturation

R 9 of 255 = 4%
G 97 of 255 = 38%
B 73 of 255 = 29%

9
97
73

R + G + B ~ 24%. #096149 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 97 + 73 = 179 (100%)
R 9 of 179 ~ 5.03%
G 97 of 179 ~ 54.19%
B 73 of 179 ~ 40.78%

%54.19
%40.78

CMYK color model

#096149 color CMYK value is (91,0,25,62).

  • cyan value is 90.72%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 61.96%
CMYK:
(91,0,25,62)
C91M0Y25K62 
(91%,0%,25%,62%)
(0.91/0.00/0.25/0.62)	

CMYK percentages

%90.72
%0
%24.74
%61.96

Codes

Color #096149 in popluar color models

096149
RGB99773
HSL164°83.02%20.78%
HSB/HSV164°90.72%38.04%
CMYK90.72%0.00%24.74%
61.96%

Color #096149 in popluar number systems.

HEX096149
Decimal99773
Binary100111000011001001
Octal11141111

Shades and tints

Shades of #096149

#096149
(9,97,73)
#095943
(9,89,67)
#09513D
(9,81,61)
#094937
(9,73,55)
#094131
(9,65,49)
#09392B
(9,57,43)
#093125
(9,49,37)
#09291F
(9,41,31)
#092119
(9,33,25)
#091913
(9,25,19)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #096149

#096149
(9,97,73)
#1F6F59
(31,111,89)
#357D69
(53,125,105)
#4B8B79
(75,139,121)
#619989
(97,153,137)
#77A799
(119,167,153)
#8DB5A9
(141,181,169)
#A3C3B9
(163,195,185)
#B9D1C9
(185,209,201)
#CFDFD9
(207,223,217)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #096149 color. Also use rgb(9,97,73) instead hex code.

Text Font Color

.myTextColor { color: #096149; }

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

This text font color is #096149.


Background Color

.myBgColor { background-color: #096149; }

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

This div background color is #096149.


Border color

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

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

This div border color is #096149.


Opacity

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

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

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

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

This text has shadow with #096149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #096149 on black background.


Color preview on white background

This text has color #096149 on white background.



Black color preview on #096149 background

This text has black color on #096149 background.


White color preview on #096149 background

This text has white color on #096149 background.