COLOR #00842B

HEX: #00842B
RGB: (0,132,43)

Color info

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

RGB color model

#00842B color RGB value is (0,132,43).

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

RGB channels and saturation

R 0 of 255 = 0%
G 132 of 255 = 52%
B 43 of 255 = 17%

0
132
43

R + G + B ~ 23%. #00842B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 132 + 43 = 175 (100%)
R 0 of 175 ~ 0%
G 132 of 175 ~ 75.43%
B 43 of 175 ~ 24.57%

%75.43
%24.57

CMYK color model

#00842B color CMYK value is (100,0,67,48).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 67.42%
  • key color value is 48.24%
CMYK:
(100,0,67,48)
C100M0Y67K48 
(100%,0%,67%,48%)
(1.00/0.00/0.67/0.48)	

CMYK percentages

%100
%0
%67.42
%48.24

Codes

Color #00842B in popluar color models

00842B
RGB013243
HSL140°100.00%25.88%
HSB/HSV140°100.00%51.76%
CMYK100.00%0.00%67.42%
48.24%

Color #00842B in popluar number systems.

HEX00842B
Decimal013243
Binary010000100101011
Octal020453

Shades and tints

Shades of #00842B

#00842B
(0,132,43)
#007828
(0,120,40)
#006C25
(0,108,37)
#006022
(0,96,34)
#00541F
(0,84,31)
#00481C
(0,72,28)
#003C19
(0,60,25)
#003016
(0,48,22)
#002413
(0,36,19)
#001810
(0,24,16)
#000C0D
(0,12,13)
#000000
(0,0,0)

Tints of #00842B

#00842B
(0,132,43)
#178F3E
(23,143,62)
#2E9A51
(46,154,81)
#45A564
(69,165,100)
#5CB077
(92,176,119)
#73BB8A
(115,187,138)
#8AC69D
(138,198,157)
#A1D1B0
(161,209,176)
#B8DCC3
(184,220,195)
#CFE7D6
(207,231,214)
#E6F2E9
(230,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00842B; }

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

This text font color is #00842B.


Background Color

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

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

This div background color is #00842B.


Border color

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

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

This div border color is #00842B.


Opacity

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

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

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

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

This text has shadow with #00842B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00842B on black background.


Color preview on white background

This text has color #00842B on white background.



Black color preview on #00842B background

This text has black color on #00842B background.


White color preview on #00842B background

This text has white color on #00842B background.