COLOR #10171E

HEX: #10171E RGB: (16,23,30)

Color info

#10171E contains red, green and blue colors in about the same proportion. Web safe color of #10171E is #000033 (or #003).

RGB color model

#10171E color RGB value is (16,23,30).

RGB: (16,23,30) (6%, 9%, 12%)

RGB channels and saturation

R 16 of 255 = 6%
G 23 of 255 = 9%
B 30 of 255 = 12%

16
23
30

R + G + B ~ 9%. #10171E is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 23 + 30 = 69 (100%)
R 16 of 69 ~ 23.19%
G 23 of 69 ~ 33.33%
B 30 of 69 ~ 43.48'%

%23.19
%33.33
%43.48

CMYK color model

#10171E color CMYK value is (47,23,0,88).

  • cyan value is 46.67%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 88.24%

CMYK: (47,23,0,88)
C47M23Y0K88 (47%, 23%, 0%, 88%)
(0.47 / 0.23 / 0.00 / 0.88)

CMYK percentages

%46.67
%23.33
%0
%88.24

Codes

Color #10171E in popluar color models

10 17 1E
RGB 16 23 30
HSL 210° 30.43% 9.02%
HSB/HSV 210° 46.67% 11.76%
CMYK 46.67% 23.33% 0.00%
88.24%

Color #10171E in popluar number systems.

HEX 10 17 1E
Decimal 16 23 30
Binary 10000 10111 11110
Octal 20 27 36

Shades and tints

Shades of #10171E

#10171E
(16,23,30)
#0F151C
(15,21,28)
#0E131A
(14,19,26)
#0D1118
(13,17,24)
#0C0F16
(12,15,22)
#0B0D14
(11,13,20)
#0A0B12
(10,11,18)
#090910
(9,9,16)
#08070E
(8,7,14)
#07050C
(7,5,12)
#06030A
(6,3,10)
#000000
(0,0,0)

Tints of #10171E

#10171E
(16,23,30)
#252C32
(37,44,50)
#3A4146
(58,65,70)
#4F565A
(79,86,90)
#646B6E
(100,107,110)
#798082
(121,128,130)
#8E9596
(142,149,150)
#A3AAAA
(163,170,170)
#B8BFBE
(184,191,190)
#CDD4D2
(205,212,210)
#E2E9E6
(226,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10171E color. Also use rgb(16,23,30) instead hex code.

Text Font Color

.myTextColor { color: #10171E; }

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

This text font color is #10171E.

Background Color

.myBgColor { background-color: #10171E; }

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

This div background color is #10171E.

Border color

.myBorderColor { border: 1px solid #10171E; }

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

This div border color is #10171E.

Opacity

.myOpacity80 { color: #10171E; opacity: 0.8; }

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

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

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

This text has shadow with #10171E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10171E.

Preview

Color preview on black background

This text has color #10171E on black background.


Color preview on white background

This text has color #10171E on white background.


Black color preview on #10171E background

This text has black color on #10171E background.


White color preview on #10171E background

This text has white color on #10171E background.


Related colors

Complementary color

Complementary color for #hex is #EFE8E1.


I love getcolorcode.com

Triadic colors

1 #1E1017 and #171E10 with #10171E are triadic colors.

2 #1E1710 and #17101E with #10171E are triadic colors.