COLOR #00631B

HEX: #00631B RGB: (0,99,27)

Color info

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

RGB color model

#00631B color RGB value is (0,99,27).

RGB: (0,99,27) (0%, 39%, 11%)

RGB channels and saturation

R 0 of 255 = 0%
G 99 of 255 = 39%
B 27 of 255 = 11%

0
99
27

R + G + B ~ 17%. #00631B is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 99 + 27 = 126 (100%)
R 0 of 126 ~ 0%
G 99 of 126 ~ 78.57%
B 27 of 126 ~ 21.43'%

%78.57
%21.43

CMYK color model

#00631B color CMYK value is (100,0,73,61).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 61.18%

CMYK: (100,0,73,61)
C100M0Y73K61 (100%, 0%, 73%, 61%)
(1.00 / 0.00 / 0.73 / 0.61)

CMYK percentages

%100
%0
%72.73
%61.18

Codes

Color #00631B in popluar color models

00 63 1B
RGB 0 99 27
HSL 136° 100.00% 19.41%
HSB/HSV 136° 100.00% 38.82%
CMYK 100.00% 0.00% 72.73%
61.18%

Color #00631B in popluar number systems.

HEX 00 63 1B
Decimal 0 99 27
Binary 0 1100011 11011
Octal 0 143 33

Shades and tints

Shades of #00631B

#00631B
(0,99,27)
#005A19
(0,90,25)
#005117
(0,81,23)
#004815
(0,72,21)
#003F13
(0,63,19)
#003611
(0,54,17)
#002D0F
(0,45,15)
#00240D
(0,36,13)
#001B0B
(0,27,11)
#001209
(0,18,9)
#000907
(0,9,7)
#000000
(0,0,0)

Tints of #00631B

#00631B
(0,99,27)
#17712F
(23,113,47)
#2E7F43
(46,127,67)
#458D57
(69,141,87)
#5C9B6B
(92,155,107)
#73A97F
(115,169,127)
#8AB793
(138,183,147)
#A1C5A7
(161,197,167)
#B8D3BB
(184,211,187)
#CFE1CF
(207,225,207)
#E6EFE3
(230,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00631B; }

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

This text font color is #00631B.

Background Color

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

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

This div background color is #00631B.

Border color

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

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

This div border color is #00631B.

Opacity

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

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

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

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

This text has shadow with #00631B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00631B.

Preview

Color preview on black background

This text has color #00631B on black background.


Color preview on white background

This text has color #00631B on white background.


Black color preview on #00631B background

This text has black color on #00631B background.


White color preview on #00631B background

This text has white color on #00631B background.


Related colors

Complementary color

Complementary color for #hex is #FF9CE4.


I love getcolorcode.com

Triadic colors

1 #1B0063 and #631B00 with #00631B are triadic colors.

2 #1B6300 and #63001B with #00631B are triadic colors.