COLOR #00943E

HEX: #00943E
RGB: (0,148,62)

Color info

#00943E contains mainly green color. Web safe color of #00943E is #009933 (or #093).

RGB color model

#00943E color RGB value is (0,148,62).

  • red value is 0;
  • green value is 148;
  • blue value is 62.
RGB:
(0,148,62)
(0%,58%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 148 of 255 = 58%
B 62 of 255 = 24%

0
148
62

R + G + B ~ 27%. #00943E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 148 + 62 = 210 (100%)
R 0 of 210 ~ 0%
G 148 of 210 ~ 70.48%
B 62 of 210 ~ 29.52%

%70.48
%29.52

CMYK color model

#00943E color CMYK value is (100,0,58,42).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 58.11%
  • key color value is 41.96%
CMYK:
(100,0,58,42)
C100M0Y58K42 
(100%,0%,58%,42%)
(1.00/0.00/0.58/0.42)	

CMYK percentages

%100
%0
%58.11
%41.96

Codes

Color #00943E in popluar color models

00943E
RGB014862
HSL145°100.00%29.02%
HSB/HSV145°100.00%58.04%
CMYK100.00%0.00%58.11%
41.96%

Color #00943E in popluar number systems.

HEX00943E
Decimal014862
Binary010010100111110
Octal022476

Shades and tints

Shades of #00943E

#00943E
(0,148,62)
#008739
(0,135,57)
#007A34
(0,122,52)
#006D2F
(0,109,47)
#00602A
(0,96,42)
#005325
(0,83,37)
#004620
(0,70,32)
#00391B
(0,57,27)
#002C16
(0,44,22)
#001F11
(0,31,17)
#00120C
(0,18,12)
#000000
(0,0,0)

Tints of #00943E

#00943E
(0,148,62)
#179D4F
(23,157,79)
#2EA660
(46,166,96)
#45AF71
(69,175,113)
#5CB882
(92,184,130)
#73C193
(115,193,147)
#8ACAA4
(138,202,164)
#A1D3B5
(161,211,181)
#B8DCC6
(184,220,198)
#CFE5D7
(207,229,215)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00943E color. Also use rgb(0,148,62) instead hex code.

Text Font Color

.myTextColor { color: #00943E; }

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

This text font color is #00943E.


Background Color

.myBgColor { background-color: #00943E; }

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

This div background color is #00943E.


Border color

.myBorderColor { border: 1px solid #00943E; }

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

This div border color is #00943E.


Opacity

.myOpacity80 { color: #00943E; opacity: 0.8; }

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

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

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

This text has shadow with #00943E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00943E on black background.


Color preview on white background

This text has color #00943E on white background.



Black color preview on #00943E background

This text has black color on #00943E background.


White color preview on #00943E background

This text has white color on #00943E background.