COLOR #002117

HEX: #002117 RGB: (0,33,23)

Color info

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

RGB color model

#002117 color RGB value is (0,33,23).

RGB: (0,33,23) (0%, 13%, 9%)

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 23 of 255 = 9%

0
33
23

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

Portions of RGB colors in percentages

R + G + B = 0 + 33 + 23 = 56 (100%)
R 0 of 56 ~ 0%
G 33 of 56 ~ 58.93%
B 23 of 56 ~ 41.07'%

%58.93
%41.07

CMYK color model

#002117 color CMYK value is (100,0,30,87).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 87.06%

CMYK: (100,0,30,87)
C100M0Y30K87 (100%, 0%, 30%, 87%)
(1.00 / 0.00 / 0.30 / 0.87)

CMYK percentages

%100
%0
%30.3
%87.06

Codes

Color #002117 in popluar color models

00 21 17
RGB 0 33 23
HSL 162° 100.00% 6.47%
HSB/HSV 162° 100.00% 12.94%
CMYK 100.00% 0.00% 30.30%
87.06%

Color #002117 in popluar number systems.

HEX 00 21 17
Decimal 0 33 23
Binary 0 100001 10111
Octal 0 41 27

Shades and tints

Shades of #002117

#002117
(0,33,23)
#001E15
(0,30,21)
#001B13
(0,27,19)
#001811
(0,24,17)
#00150F
(0,21,15)
#00120D
(0,18,13)
#000F0B
(0,15,11)
#000C09
(0,12,9)
#000907
(0,9,7)
#000605
(0,6,5)
#000303
(0,3,3)
#000000
(0,0,0)

Tints of #002117

#002117
(0,33,23)
#17352C
(23,53,44)
#2E4941
(46,73,65)
#455D56
(69,93,86)
#5C716B
(92,113,107)
#738580
(115,133,128)
#8A9995
(138,153,149)
#A1ADAA
(161,173,170)
#B8C1BF
(184,193,191)
#CFD5D4
(207,213,212)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002117 color. Also use rgb(0,33,23) instead hex code.

Text Font Color

.myTextColor { color: #002117; }

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

This text font color is #002117.

Background Color

.myBgColor { background-color: #002117; }

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

This div background color is #002117.

Border color

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

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

This div border color is #002117.

Opacity

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

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

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

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

This text has shadow with #002117 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002117.

Preview

Color preview on black background

This text has color #002117 on black background.


Color preview on white background

This text has color #002117 on white background.


Black color preview on #002117 background

This text has black color on #002117 background.


White color preview on #002117 background

This text has white color on #002117 background.


Related colors

Complementary color

Complementary color for #hex is #FFDEE8.


I love getcolorcode.com

Triadic colors

1 #170021 and #211700 with #002117 are triadic colors.

2 #172100 and #210017 with #002117 are triadic colors.