COLOR #007246

HEX: #007246 RGB: (0,114,70)

Color info

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

RGB color model

#007246 color RGB value is (0,114,70).

RGB: (0,114,70) (0%, 45%, 27%)

RGB channels and saturation

R 0 of 255 = 0%
G 114 of 255 = 45%
B 70 of 255 = 27%

0
114
70

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

Portions of RGB colors in percentages

R + G + B = 0 + 114 + 70 = 184 (100%)
R 0 of 184 ~ 0%
G 114 of 184 ~ 61.96%
B 70 of 184 ~ 38.04'%

%61.96
%38.04

CMYK color model

#007246 color CMYK value is (100,0,39,55).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 55.29%
CMYK: (100,0,39,55) C100M0Y39K55 (100%,0%,39%,55%) (1.00/0.00/0.39/0.55) 

CMYK percentages

%100
%0
%38.6
%55.29

Codes

Color #007246 in popluar color models

00 72 46
RGB 0 114 70
HSL 157° 100.00% 22.35%
HSB/HSV 157° 100.00% 44.71%
CMYK 100.00% 0.00% 38.60%
55.29%

Color #007246 in popluar number systems.

HEX 00 72 46
Decimal 0 114 70
Binary 0 1110010 1000110
Octal 0 162 106

Shades and tints

Shades of #007246

#007246
(0,114,70)
#006840
(0,104,64)
#005E3A
(0,94,58)
#005434
(0,84,52)
#004A2E
(0,74,46)
#004028
(0,64,40)
#003622
(0,54,34)
#002C1C
(0,44,28)
#002216
(0,34,22)
#001810
(0,24,16)
#000E0A
(0,14,10)
#000000
(0,0,0)

Tints of #007246

#007246
(0,114,70)
#177E56
(23,126,86)
#2E8A66
(46,138,102)
#459676
(69,150,118)
#5CA286
(92,162,134)
#73AE96
(115,174,150)
#8ABAA6
(138,186,166)
#A1C6B6
(161,198,182)
#B8D2C6
(184,210,198)
#CFDED6
(207,222,214)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007246; }

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

This text font color is #007246.

Background Color

.myBgColor { background-color: #007246; }

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

This div background color is #007246.

Border color

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

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

This div border color is #007246.

Opacity

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

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

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

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

This text has shadow with #007246 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #007246.

Preview

Color preview on black background

This text has color #007246 on black background.


Color preview on white background

This text has color #007246 on white background.


Black color preview on #007246 background

This text has black color on #007246 background.


White color preview on #007246 background

This text has white color on #007246 background.


Related colors

Complementary color

Complementary color for #hex is #FF8DB9.


I love getcolorcode.com

Triadic colors

1 #460072 and #724600 with #007246 are triadic colors.

2 #467200 and #720046 with #007246 are triadic colors.