COLOR #007646

HEX: #007646
RGB: (0,118,70)

Color info

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

RGB color model

#007646 color RGB value is (0,118,70).

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

RGB channels and saturation

R 0 of 255 = 0%
G 118 of 255 = 46%
B 70 of 255 = 27%

0
118
70

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

Portions of RGB colors in percentages

R + G + B =
0 + 118 + 70 = 188 (100%)
R 0 of 188 ~ 0%
G 118 of 188 ~ 62.77%
B 70 of 188 ~ 37.23%

%62.77
%37.23

CMYK color model

#007646 color CMYK value is (100,0,41,54).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 40.68%
  • key color value is 53.73%
CMYK:
(100,0,41,54)
C100M0Y41K54 
(100%,0%,41%,54%)
(1.00/0.00/0.41/0.54)	

CMYK percentages

%100
%0
%40.68
%53.73

Codes

Color #007646 in popluar color models

007646
RGB011870
HSL156°100.00%23.14%
HSB/HSV156°100.00%46.27%
CMYK100.00%0.00%40.68%
53.73%

Color #007646 in popluar number systems.

HEX007646
Decimal011870
Binary011101101000110
Octal0166106

Shades and tints

Shades of #007646

#007646
(0,118,70)
#006C40
(0,108,64)
#00623A
(0,98,58)
#005834
(0,88,52)
#004E2E
(0,78,46)
#004428
(0,68,40)
#003A22
(0,58,34)
#00301C
(0,48,28)
#002616
(0,38,22)
#001C10
(0,28,16)
#00120A
(0,18,10)
#000000
(0,0,0)

Tints of #007646

#007646
(0,118,70)
#178256
(23,130,86)
#2E8E66
(46,142,102)
#459A76
(69,154,118)
#5CA686
(92,166,134)
#73B296
(115,178,150)
#8ABEA6
(138,190,166)
#A1CAB6
(161,202,182)
#B8D6C6
(184,214,198)
#CFE2D6
(207,226,214)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #007646; }

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

This text font color is #007646.


Background Color

.myBgColor { background-color: #007646; }

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

This div background color is #007646.


Border color

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

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

This div border color is #007646.


Opacity

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

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

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

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

This text has shadow with #007646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007646 on black background.


Color preview on white background

This text has color #007646 on white background.



Black color preview on #007646 background

This text has black color on #007646 background.


White color preview on #007646 background

This text has white color on #007646 background.