COLOR #003316

HEX: #003316
RGB: (0,51,22)

Color info

#003316 contains only green and blue colors. Web safe color of #003316 is #003300 (or #030).

RGB color model

#003316 color RGB value is (0,51,22).

  • red value is 0;
  • green value is 51;
  • blue value is 22.
RGB:
(0,51,22)
(0%,20%,9%)

RGB channels and saturation

R 0 of 255 = 0%
G 51 of 255 = 20%
B 22 of 255 = 9%

0
51
22

R + G + B ~ 10%. #003316 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 51 + 22 = 73 (100%)
R 0 of 73 ~ 0%
G 51 of 73 ~ 69.86%
B 22 of 73 ~ 30.14%

%69.86
%30.14

CMYK color model

#003316 color CMYK value is (100,0,57,80).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 56.86%
  • key color value is 80.00%
CMYK:
(100,0,57,80)
C100M0Y57K80 
(100%,0%,57%,80%)
(1.00/0.00/0.57/0.80)	

CMYK percentages

%100
%0
%56.86
%80

Codes

Color #003316 in popluar color models

003316
RGB05122
HSL146°100.00%10.00%
HSB/HSV146°100.00%20.00%
CMYK100.00%0.00%56.86%
80.00%

Color #003316 in popluar number systems.

HEX003316
Decimal05122
Binary011001110110
Octal06326

Shades and tints

Shades of #003316

#003316
(0,51,22)
#002F14
(0,47,20)
#002B12
(0,43,18)
#002710
(0,39,16)
#00230E
(0,35,14)
#001F0C
(0,31,12)
#001B0A
(0,27,10)
#001708
(0,23,8)
#001306
(0,19,6)
#000F04
(0,15,4)
#000B02
(0,11,2)
#000000
(0,0,0)

Tints of #003316

#003316
(0,51,22)
#17452B
(23,69,43)
#2E5740
(46,87,64)
#456955
(69,105,85)
#5C7B6A
(92,123,106)
#738D7F
(115,141,127)
#8A9F94
(138,159,148)
#A1B1A9
(161,177,169)
#B8C3BE
(184,195,190)
#CFD5D3
(207,213,211)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003316 color. Also use rgb(0,51,22) instead hex code.

Text Font Color

.myTextColor { color: #003316; }

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

This text font color is #003316.


Background Color

.myBgColor { background-color: #003316; }

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

This div background color is #003316.


Border color

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

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

This div border color is #003316.


Opacity

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

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

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

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

This text has shadow with #003316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003316 on black background.


Color preview on white background

This text has color #003316 on white background.



Black color preview on #003316 background

This text has black color on #003316 background.


White color preview on #003316 background

This text has white color on #003316 background.