COLOR #003122

HEX: #003122
RGB: (0,49,34)

Color info

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

RGB color model

#003122 color RGB value is (0,49,34).

  • red value is 0;
  • green value is 49;
  • blue value is 34.
RGB:
(0,49,34)
(0%,19%,13%)

RGB channels and saturation

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

0
49
34

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

Portions of RGB colors in percentages

R + G + B =
0 + 49 + 34 = 83 (100%)
R 0 of 83 ~ 0%
G 49 of 83 ~ 59.04%
B 34 of 83 ~ 40.96%

%59.04
%40.96

CMYK color model

#003122 color CMYK value is (100,0,31,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 80.78%
CMYK:
(100,0,31,81)
C100M0Y31K81 
(100%,0%,31%,81%)
(1.00/0.00/0.31/0.81)	

CMYK percentages

%100
%0
%30.61
%80.78

Codes

Color #003122 in popluar color models

003122
RGB04934
HSL162°100.00%9.61%
HSB/HSV162°100.00%19.22%
CMYK100.00%0.00%30.61%
80.78%

Color #003122 in popluar number systems.

HEX003122
Decimal04934
Binary0110001100010
Octal06142

Shades and tints

Shades of #003122

#003122
(0,49,34)
#002D1F
(0,45,31)
#00291C
(0,41,28)
#002519
(0,37,25)
#002116
(0,33,22)
#001D13
(0,29,19)
#001910
(0,25,16)
#00150D
(0,21,13)
#00110A
(0,17,10)
#000D07
(0,13,7)
#000904
(0,9,4)
#000000
(0,0,0)

Tints of #003122

#003122
(0,49,34)
#174336
(23,67,54)
#2E554A
(46,85,74)
#45675E
(69,103,94)
#5C7972
(92,121,114)
#738B86
(115,139,134)
#8A9D9A
(138,157,154)
#A1AFAE
(161,175,174)
#B8C1C2
(184,193,194)
#CFD3D6
(207,211,214)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003122; }

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

This text font color is #003122.


Background Color

.myBgColor { background-color: #003122; }

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

This div background color is #003122.


Border color

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

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

This div border color is #003122.


Opacity

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

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

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

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

This text has shadow with #003122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003122 on black background.


Color preview on white background

This text has color #003122 on white background.



Black color preview on #003122 background

This text has black color on #003122 background.


White color preview on #003122 background

This text has white color on #003122 background.