COLOR #098D31

HEX: #098D31
RGB: (9,141,49)

Color info

#098D31 contains mainly green color. Web safe color of #098D31 is #009933 (or #093).

RGB color model

#098D31 color RGB value is (9,141,49).

  • red value is 9;
  • green value is 141;
  • blue value is 49.
RGB:
(9,141,49)
(4%,55%,19%)

RGB channels and saturation

R 9 of 255 = 4%
G 141 of 255 = 55%
B 49 of 255 = 19%

9
141
49

R + G + B ~ 26%. #098D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 141 + 49 = 199 (100%)
R 9 of 199 ~ 4.52%
G 141 of 199 ~ 70.85%
B 49 of 199 ~ 24.62%

%70.85
%24.62

CMYK color model

#098D31 color CMYK value is (94,0,65,45).

  • cyan value is 93.62%
  • magenta value is 0.00%
  • yellow value is 65.25%
  • key color value is 44.71%
CMYK:
(94,0,65,45)
C94M0Y65K45 
(94%,0%,65%,45%)
(0.94/0.00/0.65/0.45)	

CMYK percentages

%93.62
%0
%65.25
%44.71

Codes

Color #098D31 in popluar color models

098D31
RGB914149
HSL138°88.00%29.41%
HSB/HSV138°93.62%55.29%
CMYK93.62%0.00%65.25%
44.71%

Color #098D31 in popluar number systems.

HEX098D31
Decimal914149
Binary100110001101110001
Octal1121561

Shades and tints

Shades of #098D31

#098D31
(9,141,49)
#09812D
(9,129,45)
#097529
(9,117,41)
#096925
(9,105,37)
#095D21
(9,93,33)
#09511D
(9,81,29)
#094519
(9,69,25)
#093915
(9,57,21)
#092D11
(9,45,17)
#09210D
(9,33,13)
#091509
(9,21,9)
#000000
(0,0,0)

Tints of #098D31

#098D31
(9,141,49)
#1F9743
(31,151,67)
#35A155
(53,161,85)
#4BAB67
(75,171,103)
#61B579
(97,181,121)
#77BF8B
(119,191,139)
#8DC99D
(141,201,157)
#A3D3AF
(163,211,175)
#B9DDC1
(185,221,193)
#CFE7D3
(207,231,211)
#E5F1E5
(229,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098D31 color. Also use rgb(9,141,49) instead hex code.

Text Font Color

.myTextColor { color: #098D31; }

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

This text font color is #098D31.


Background Color

.myBgColor { background-color: #098D31; }

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

This div background color is #098D31.


Border color

.myBorderColor { border: 1px solid #098D31; }

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

This div border color is #098D31.


Opacity

.myOpacity80 { color: #098D31; opacity: 0.8; }

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

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

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

This text has shadow with #098D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098D31 on black background.


Color preview on white background

This text has color #098D31 on white background.



Black color preview on #098D31 background

This text has black color on #098D31 background.


White color preview on #098D31 background

This text has white color on #098D31 background.