COLOR #00612D

HEX: #00612D
RGB: (0,97,45)

Color info

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

RGB color model

#00612D color RGB value is (0,97,45).

  • red value is 0;
  • green value is 97;
  • blue value is 45.
RGB:
(0,97,45)
(0%,38%,18%)

RGB channels and saturation

R 0 of 255 = 0%
G 97 of 255 = 38%
B 45 of 255 = 18%

0
97
45

R + G + B ~ 19%. #00612D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 97 + 45 = 142 (100%)
R 0 of 142 ~ 0%
G 97 of 142 ~ 68.31%
B 45 of 142 ~ 31.69%

%68.31
%31.69

CMYK color model

#00612D color CMYK value is (100,0,54,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 53.61%
  • key color value is 61.96%
CMYK:
(100,0,54,62)
C100M0Y54K62 
(100%,0%,54%,62%)
(1.00/0.00/0.54/0.62)	

CMYK percentages

%100
%0
%53.61
%61.96

Codes

Color #00612D in popluar color models

00612D
RGB09745
HSL148°100.00%19.02%
HSB/HSV148°100.00%38.04%
CMYK100.00%0.00%53.61%
61.96%

Color #00612D in popluar number systems.

HEX00612D
Decimal09745
Binary01100001101101
Octal014155

Shades and tints

Shades of #00612D

#00612D
(0,97,45)
#005929
(0,89,41)
#005125
(0,81,37)
#004921
(0,73,33)
#00411D
(0,65,29)
#003919
(0,57,25)
#003115
(0,49,21)
#002911
(0,41,17)
#00210D
(0,33,13)
#001909
(0,25,9)
#001105
(0,17,5)
#000000
(0,0,0)

Tints of #00612D

#00612D
(0,97,45)
#176F40
(23,111,64)
#2E7D53
(46,125,83)
#458B66
(69,139,102)
#5C9979
(92,153,121)
#73A78C
(115,167,140)
#8AB59F
(138,181,159)
#A1C3B2
(161,195,178)
#B8D1C5
(184,209,197)
#CFDFD8
(207,223,216)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00612D color. Also use rgb(0,97,45) instead hex code.

Text Font Color

.myTextColor { color: #00612D; }

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

This text font color is #00612D.


Background Color

.myBgColor { background-color: #00612D; }

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

This div background color is #00612D.


Border color

.myBorderColor { border: 1px solid #00612D; }

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

This div border color is #00612D.


Opacity

.myOpacity80 { color: #00612D; opacity: 0.8; }

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

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

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

This text has shadow with #00612D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00612D on black background.


Color preview on white background

This text has color #00612D on white background.



Black color preview on #00612D background

This text has black color on #00612D background.


White color preview on #00612D background

This text has white color on #00612D background.