COLOR #003120

HEX: #003120 RGB: (0,49,32)

Color info

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

RGB color model

#003120 color RGB value is (0,49,32).

RGB: (0,49,32) (0%, 19%, 13%)

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 32 of 255 = 13%

0
49
32

R + G + B ~ 11%. #003120 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 49 + 32 = 81 (100%)
R 0 of 81 ~ 0%
G 49 of 81 ~ 60.49%
B 32 of 81 ~ 39.51'%

%60.49
%39.51

CMYK color model

#003120 color CMYK value is (100,0,35,81).

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

CMYK: (100,0,35,81)
C100M0Y35K81 (100%, 0%, 35%, 81%)
(1.00 / 0.00 / 0.35 / 0.81)

CMYK percentages

%100
%0
%34.69
%80.78

Codes

Color #003120 in popluar color models

00 31 20
RGB 0 49 32
HSL 159° 100.00% 9.61%
HSB/HSV 159° 100.00% 19.22%
CMYK 100.00% 0.00% 34.69%
80.78%

Color #003120 in popluar number systems.

HEX 00 31 20
Decimal 0 49 32
Binary 0 110001 100000
Octal 0 61 40

Shades and tints

Shades of #003120

#003120
(0,49,32)
#002D1E
(0,45,30)
#00291C
(0,41,28)
#00251A
(0,37,26)
#002118
(0,33,24)
#001D16
(0,29,22)
#001914
(0,25,20)
#001512
(0,21,18)
#001110
(0,17,16)
#000D0E
(0,13,14)
#00090C
(0,9,12)
#000000
(0,0,0)

Tints of #003120

#003120
(0,49,32)
#174334
(23,67,52)
#2E5548
(46,85,72)
#45675C
(69,103,92)
#5C7970
(92,121,112)
#738B84
(115,139,132)
#8A9D98
(138,157,152)
#A1AFAC
(161,175,172)
#B8C1C0
(184,193,192)
#CFD3D4
(207,211,212)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003120; }

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

This text font color is #003120.

Background Color

.myBgColor { background-color: #003120; }

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

This div background color is #003120.

Border color

.myBorderColor { border: 1px solid #003120; }

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

This div border color is #003120.

Opacity

.myOpacity80 { color: #003120; opacity: 0.8; }

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

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

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

This text has shadow with #003120 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003120.

Preview

Color preview on black background

This text has color #003120 on black background.


Color preview on white background

This text has color #003120 on white background.


Black color preview on #003120 background

This text has black color on #003120 background.


White color preview on #003120 background

This text has white color on #003120 background.


Related colors

Complementary color

Complementary color for #hex is #FFCEDF.


I love getcolorcode.com

Triadic colors

1 #200031 and #312000 with #003120 are triadic colors.

2 #203100 and #310020 with #003120 are triadic colors.