COLOR #09842B

HEX: #09842B
RGB: (9,132,43)

Color info

#09842B contains mainly green color. Web safe color of #09842B is #009933 (or #093).

RGB color model

#09842B color RGB value is (9,132,43).

  • red value is 9;
  • green value is 132;
  • blue value is 43.
RGB:
(9,132,43)
(4%,52%,17%)

RGB channels and saturation

R 9 of 255 = 4%
G 132 of 255 = 52%
B 43 of 255 = 17%

9
132
43

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

Portions of RGB colors in percentages

R + G + B =
9 + 132 + 43 = 184 (100%)
R 9 of 184 ~ 4.89%
G 132 of 184 ~ 71.74%
B 43 of 184 ~ 23.37%

%71.74
%23.37

CMYK color model

#09842B color CMYK value is (93,0,67,48).

  • cyan value is 93.18%
  • magenta value is 0.00%
  • yellow value is 67.42%
  • key color value is 48.24%
CMYK:
(93,0,67,48)
C93M0Y67K48 
(93%,0%,67%,48%)
(0.93/0.00/0.67/0.48)	

CMYK percentages

%93.18
%0
%67.42
%48.24

Codes

Color #09842B in popluar color models

09842B
RGB913243
HSL137°87.23%27.65%
HSB/HSV137°93.18%51.76%
CMYK93.18%0.00%67.42%
48.24%

Color #09842B in popluar number systems.

HEX09842B
Decimal913243
Binary100110000100101011
Octal1120453

Shades and tints

Shades of #09842B

#09842B
(9,132,43)
#097828
(9,120,40)
#096C25
(9,108,37)
#096022
(9,96,34)
#09541F
(9,84,31)
#09481C
(9,72,28)
#093C19
(9,60,25)
#093016
(9,48,22)
#092413
(9,36,19)
#091810
(9,24,16)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #09842B

#09842B
(9,132,43)
#1F8F3E
(31,143,62)
#359A51
(53,154,81)
#4BA564
(75,165,100)
#61B077
(97,176,119)
#77BB8A
(119,187,138)
#8DC69D
(141,198,157)
#A3D1B0
(163,209,176)
#B9DCC3
(185,220,195)
#CFE7D6
(207,231,214)
#E5F2E9
(229,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09842B color. Also use rgb(9,132,43) instead hex code.

Text Font Color

.myTextColor { color: #09842B; }

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

This text font color is #09842B.


Background Color

.myBgColor { background-color: #09842B; }

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

This div background color is #09842B.


Border color

.myBorderColor { border: 1px solid #09842B; }

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

This div border color is #09842B.


Opacity

.myOpacity80 { color: #09842B; opacity: 0.8; }

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

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

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

This text has shadow with #09842B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09842B on black background.


Color preview on white background

This text has color #09842B on white background.



Black color preview on #09842B background

This text has black color on #09842B background.


White color preview on #09842B background

This text has white color on #09842B background.