COLOR #007946

HEX: #007946
RGB: (0,121,70)

Color info

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

RGB color model

#007946 color RGB value is (0,121,70).

  • red value is 0;
  • green value is 121;
  • blue value is 70.
RGB:
(0,121,70)
(0%,47%,27%)

RGB channels and saturation

R 0 of 255 = 0%
G 121 of 255 = 47%
B 70 of 255 = 27%

0
121
70

R + G + B ~ 25%. #007946 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 121 + 70 = 191 (100%)
R 0 of 191 ~ 0%
G 121 of 191 ~ 63.35%
B 70 of 191 ~ 36.65%

%63.35
%36.65

CMYK color model

#007946 color CMYK value is (100,0,42,53).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 42.15%
  • key color value is 52.55%
CMYK:
(100,0,42,53)
C100M0Y42K53 
(100%,0%,42%,53%)
(1.00/0.00/0.42/0.53)	

CMYK percentages

%100
%0
%42.15
%52.55

Codes

Color #007946 in popluar color models

007946
RGB012170
HSL155°100.00%23.73%
HSB/HSV155°100.00%47.45%
CMYK100.00%0.00%42.15%
52.55%

Color #007946 in popluar number systems.

HEX007946
Decimal012170
Binary011110011000110
Octal0171106

Shades and tints

Shades of #007946

#007946
(0,121,70)
#006E40
(0,110,64)
#00633A
(0,99,58)
#005834
(0,88,52)
#004D2E
(0,77,46)
#004228
(0,66,40)
#003722
(0,55,34)
#002C1C
(0,44,28)
#002116
(0,33,22)
#001610
(0,22,16)
#000B0A
(0,11,10)
#000000
(0,0,0)

Tints of #007946

#007946
(0,121,70)
#178556
(23,133,86)
#2E9166
(46,145,102)
#459D76
(69,157,118)
#5CA986
(92,169,134)
#73B596
(115,181,150)
#8AC1A6
(138,193,166)
#A1CDB6
(161,205,182)
#B8D9C6
(184,217,198)
#CFE5D6
(207,229,214)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007946 color. Also use rgb(0,121,70) instead hex code.

Text Font Color

.myTextColor { color: #007946; }

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

This text font color is #007946.


Background Color

.myBgColor { background-color: #007946; }

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

This div background color is #007946.


Border color

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

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

This div border color is #007946.


Opacity

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

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

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

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

This text has shadow with #007946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007946 on black background.


Color preview on white background

This text has color #007946 on white background.



Black color preview on #007946 background

This text has black color on #007946 background.


White color preview on #007946 background

This text has white color on #007946 background.