COLOR #00672B

HEX: #00672B
RGB: (0,103,43)

Color info

#00672B contains mainly green color. Web safe color of #00672B is #006633 (or #063).

RGB color model

#00672B color RGB value is (0,103,43).

  • red value is 0;
  • green value is 103;
  • blue value is 43.
RGB:
(0,103,43)
(0%,40%,17%)

RGB channels and saturation

R 0 of 255 = 0%
G 103 of 255 = 40%
B 43 of 255 = 17%

0
103
43

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

Portions of RGB colors in percentages

R + G + B =
0 + 103 + 43 = 146 (100%)
R 0 of 146 ~ 0%
G 103 of 146 ~ 70.55%
B 43 of 146 ~ 29.45%

%70.55
%29.45

CMYK color model

#00672B color CMYK value is (100,0,58,60).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 58.25%
  • key color value is 59.61%
CMYK:
(100,0,58,60)
C100M0Y58K60 
(100%,0%,58%,60%)
(1.00/0.00/0.58/0.60)	

CMYK percentages

%100
%0
%58.25
%59.61

Codes

Color #00672B in popluar color models

00672B
RGB010343
HSL145°100.00%20.20%
HSB/HSV145°100.00%40.39%
CMYK100.00%0.00%58.25%
59.61%

Color #00672B in popluar number systems.

HEX00672B
Decimal010343
Binary01100111101011
Octal014753

Shades and tints

Shades of #00672B

#00672B
(0,103,43)
#005E28
(0,94,40)
#005525
(0,85,37)
#004C22
(0,76,34)
#00431F
(0,67,31)
#003A1C
(0,58,28)
#003119
(0,49,25)
#002816
(0,40,22)
#001F13
(0,31,19)
#001610
(0,22,16)
#000D0D
(0,13,13)
#000000
(0,0,0)

Tints of #00672B

#00672B
(0,103,43)
#17743E
(23,116,62)
#2E8151
(46,129,81)
#458E64
(69,142,100)
#5C9B77
(92,155,119)
#73A88A
(115,168,138)
#8AB59D
(138,181,157)
#A1C2B0
(161,194,176)
#B8CFC3
(184,207,195)
#CFDCD6
(207,220,214)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00672B color. Also use rgb(0,103,43) instead hex code.

Text Font Color

.myTextColor { color: #00672B; }

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

This text font color is #00672B.


Background Color

.myBgColor { background-color: #00672B; }

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

This div background color is #00672B.


Border color

.myBorderColor { border: 1px solid #00672B; }

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

This div border color is #00672B.


Opacity

.myOpacity80 { color: #00672B; opacity: 0.8; }

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

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

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

This text has shadow with #00672B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00672B on black background.


Color preview on white background

This text has color #00672B on white background.



Black color preview on #00672B background

This text has black color on #00672B background.


White color preview on #00672B background

This text has white color on #00672B background.