COLOR #00601B

HEX: #00601B
RGB: (0,96,27)

Color info

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

RGB color model

#00601B color RGB value is (0,96,27).

  • red value is 0;
  • green value is 96;
  • blue value is 27.
RGB:
(0,96,27)
(0%,38%,11%)

RGB channels and saturation

R 0 of 255 = 0%
G 96 of 255 = 38%
B 27 of 255 = 11%

0
96
27

R + G + B ~ 16%. #00601B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 96 + 27 = 123 (100%)
R 0 of 123 ~ 0%
G 96 of 123 ~ 78.05%
B 27 of 123 ~ 21.95%

%78.05
%21.95

CMYK color model

#00601B color CMYK value is (100,0,72,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 71.88%
  • key color value is 62.35%
CMYK:
(100,0,72,62)
C100M0Y72K62 
(100%,0%,72%,62%)
(1.00/0.00/0.72/0.62)	

CMYK percentages

%100
%0
%71.88
%62.35

Codes

Color #00601B in popluar color models

00601B
RGB09627
HSL137°100.00%18.82%
HSB/HSV137°100.00%37.65%
CMYK100.00%0.00%71.88%
62.35%

Color #00601B in popluar number systems.

HEX00601B
Decimal09627
Binary0110000011011
Octal014033

Shades and tints

Shades of #00601B

#00601B
(0,96,27)
#005819
(0,88,25)
#005017
(0,80,23)
#004815
(0,72,21)
#004013
(0,64,19)
#003811
(0,56,17)
#00300F
(0,48,15)
#00280D
(0,40,13)
#00200B
(0,32,11)
#001809
(0,24,9)
#001007
(0,16,7)
#000000
(0,0,0)

Tints of #00601B

#00601B
(0,96,27)
#176E2F
(23,110,47)
#2E7C43
(46,124,67)
#458A57
(69,138,87)
#5C986B
(92,152,107)
#73A67F
(115,166,127)
#8AB493
(138,180,147)
#A1C2A7
(161,194,167)
#B8D0BB
(184,208,187)
#CFDECF
(207,222,207)
#E6ECE3
(230,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00601B color. Also use rgb(0,96,27) instead hex code.

Text Font Color

.myTextColor { color: #00601B; }

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

This text font color is #00601B.


Background Color

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

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

This div background color is #00601B.


Border color

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

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

This div border color is #00601B.


Opacity

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

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

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

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

This text has shadow with #00601B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00601B on black background.


Color preview on white background

This text has color #00601B on white background.



Black color preview on #00601B background

This text has black color on #00601B background.


White color preview on #00601B background

This text has white color on #00601B background.