COLOR #002311

HEX: #002311
RGB: (0,35,17)

Color info

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

RGB color model

#002311 color RGB value is (0,35,17).

  • red value is 0;
  • green value is 35;
  • blue value is 17.
RGB:
(0,35,17)
(0%,14%,7%)

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 17 of 255 = 7%

0
35
17

R + G + B ~ 7%. #002311 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 35 + 17 = 52 (100%)
R 0 of 52 ~ 0%
G 35 of 52 ~ 67.31%
B 17 of 52 ~ 32.69%

%67.31
%32.69

CMYK color model

#002311 color CMYK value is (100,0,51,86).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 86.27%
CMYK:
(100,0,51,86)
C100M0Y51K86 
(100%,0%,51%,86%)
(1.00/0.00/0.51/0.86)	

CMYK percentages

%100
%0
%51.43
%86.27

Codes

Color #002311 in popluar color models

002311
RGB03517
HSL149°100.00%6.86%
HSB/HSV149°100.00%13.73%
CMYK100.00%0.00%51.43%
86.27%

Color #002311 in popluar number systems.

HEX002311
Decimal03517
Binary010001110001
Octal04321

Shades and tints

Shades of #002311

#002311
(0,35,17)
#002010
(0,32,16)
#001D0F
(0,29,15)
#001A0E
(0,26,14)
#00170D
(0,23,13)
#00140C
(0,20,12)
#00110B
(0,17,11)
#000E0A
(0,14,10)
#000B09
(0,11,9)
#000808
(0,8,8)
#000507
(0,5,7)
#000000
(0,0,0)

Tints of #002311

#002311
(0,35,17)
#173726
(23,55,38)
#2E4B3B
(46,75,59)
#455F50
(69,95,80)
#5C7365
(92,115,101)
#73877A
(115,135,122)
#8A9B8F
(138,155,143)
#A1AFA4
(161,175,164)
#B8C3B9
(184,195,185)
#CFD7CE
(207,215,206)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002311 color. Also use rgb(0,35,17) instead hex code.

Text Font Color

.myTextColor { color: #002311; }

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

This text font color is #002311.


Background Color

.myBgColor { background-color: #002311; }

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

This div background color is #002311.


Border color

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

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

This div border color is #002311.


Opacity

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

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

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

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

This text has shadow with #002311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002311 on black background.


Color preview on white background

This text has color #002311 on white background.



Black color preview on #002311 background

This text has black color on #002311 background.


White color preview on #002311 background

This text has white color on #002311 background.