COLOR #001C10

HEX: #001C10 RGB: (0,28,16)

Color info

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

RGB color model

#001C10 color RGB value is (0,28,16).

RGB: (0,28,16) (0%, 11%, 6%)

RGB channels and saturation

R 0 of 255 = 0%
G 28 of 255 = 11%
B 16 of 255 = 6%

0
28
16

R + G + B ~ 6%. #001C10 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 28 + 16 = 44 (100%)
R 0 of 44 ~ 0%
G 28 of 44 ~ 63.64%
B 16 of 44 ~ 36.36'%

%63.64
%36.36

CMYK color model

#001C10 color CMYK value is (100,0,43,89).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 89.02%

CMYK: (100,0,43,89)
C100M0Y43K89 (100%, 0%, 43%, 89%)
(1.00 / 0.00 / 0.43 / 0.89)

CMYK percentages

%100
%0
%42.86
%89.02

Codes

Color #001C10 in popluar color models

00 1C 10
RGB 0 28 16
HSL 154° 100.00% 5.49%
HSB/HSV 154° 100.00% 10.98%
CMYK 100.00% 0.00% 42.86%
89.02%

Color #001C10 in popluar number systems.

HEX 00 1C 10
Decimal 0 28 16
Binary 0 11100 10000
Octal 0 34 20

Shades and tints

Shades of #001C10

#001C10
(0,28,16)
#001A0F
(0,26,15)
#00180E
(0,24,14)
#00160D
(0,22,13)
#00140C
(0,20,12)
#00120B
(0,18,11)
#00100A
(0,16,10)
#000E09
(0,14,9)
#000C08
(0,12,8)
#000A07
(0,10,7)
#000806
(0,8,6)
#000000
(0,0,0)

Tints of #001C10

#001C10
(0,28,16)
#173025
(23,48,37)
#2E443A
(46,68,58)
#45584F
(69,88,79)
#5C6C64
(92,108,100)
#738079
(115,128,121)
#8A948E
(138,148,142)
#A1A8A3
(161,168,163)
#B8BCB8
(184,188,184)
#CFD0CD
(207,208,205)
#E6E4E2
(230,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001C10 color. Also use rgb(0,28,16) instead hex code.

Text Font Color

.myTextColor { color: #001C10; }

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

This text font color is #001C10.

Background Color

.myBgColor { background-color: #001C10; }

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

This div background color is #001C10.

Border color

.myBorderColor { border: 1px solid #001C10; }

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

This div border color is #001C10.

Opacity

.myOpacity80 { color: #001C10; opacity: 0.8; }

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

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

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

This text has shadow with #001C10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001C10.

Preview

Color preview on black background

This text has color #001C10 on black background.


Color preview on white background

This text has color #001C10 on white background.


Black color preview on #001C10 background

This text has black color on #001C10 background.


White color preview on #001C10 background

This text has white color on #001C10 background.


Related colors

Complementary color

Complementary color for #hex is #FFE3EF.


I love getcolorcode.com

Triadic colors

1 #10001C and #1C1000 with #001C10 are triadic colors.

2 #101C00 and #1C0010 with #001C10 are triadic colors.