COLOR #00312B

HEX: #00312B RGB: (0,49,43)

Color info

#00312B contains only green and blue colors. Web safe color of #00312B is #003333 (or #033).

RGB color model

#00312B color RGB value is (0,49,43).

RGB: (0,49,43) (0%, 19%, 17%)

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 43 of 255 = 17%

0
49
43

R + G + B ~ 12%. #00312B is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 49 + 43 = 92 (100%)
R 0 of 92 ~ 0%
G 49 of 92 ~ 53.26%
B 43 of 92 ~ 46.74'%

%53.26
%46.74

CMYK color model

#00312B color CMYK value is (100,0,12,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 80.78%

CMYK: (100,0,12,81)
C100M0Y12K81 (100%, 0%, 12%, 81%)
(1.00 / 0.00 / 0.12 / 0.81)

CMYK percentages

%100
%0
%12.24
%80.78

Codes

Color #00312B in popluar color models

00 31 2B
RGB 0 49 43
HSL 173° 100.00% 9.61%
HSB/HSV 173° 100.00% 19.22%
CMYK 100.00% 0.00% 12.24%
80.78%

Color #00312B in popluar number systems.

HEX 00 31 2B
Decimal 0 49 43
Binary 0 110001 101011
Octal 0 61 53

Shades and tints

Shades of #00312B

#00312B
(0,49,43)
#002D28
(0,45,40)
#002925
(0,41,37)
#002522
(0,37,34)
#00211F
(0,33,31)
#001D1C
(0,29,28)
#001919
(0,25,25)
#001516
(0,21,22)
#001113
(0,17,19)
#000D10
(0,13,16)
#00090D
(0,9,13)
#000000
(0,0,0)

Tints of #00312B

#00312B
(0,49,43)
#17433E
(23,67,62)
#2E5551
(46,85,81)
#456764
(69,103,100)
#5C7977
(92,121,119)
#738B8A
(115,139,138)
#8A9D9D
(138,157,157)
#A1AFB0
(161,175,176)
#B8C1C3
(184,193,195)
#CFD3D6
(207,211,214)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00312B; }

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

This text font color is #00312B.

Background Color

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

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

This div background color is #00312B.

Border color

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

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

This div border color is #00312B.

Opacity

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

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

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

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

This text has shadow with #00312B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00312B.

Preview

Color preview on black background

This text has color #00312B on black background.


Color preview on white background

This text has color #00312B on white background.


Black color preview on #00312B background

This text has black color on #00312B background.


White color preview on #00312B background

This text has white color on #00312B background.


Related colors

Complementary color

Complementary color for #hex is #FFCED4.


I love getcolorcode.com

Triadic colors

1 #2B0031 and #312B00 with #00312B are triadic colors.

2 #2B3100 and #31002B with #00312B are triadic colors.