COLOR #171C06

HEX: #171C06 RGB: (23,28,6)

Color info

#171C06 contains red, green and blue colors in about the same proportion. Web safe color of #171C06 is #003300 (or #030).

RGB color model

#171C06 color RGB value is (23,28,6).

RGB: (23,28,6) (9%, 11%, 2%)

RGB channels and saturation

R 23 of 255 = 9%
G 28 of 255 = 11%
B 6 of 255 = 2%

23
28
6

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

Portions of RGB colors in percentages

R + G + B = 23 + 28 + 6 = 57 (100%)
R 23 of 57 ~ 40.35%
G 28 of 57 ~ 49.12%
B 6 of 57 ~ 10.53'%

%40.35
%49.12
%10.53

CMYK color model

#171C06 color CMYK value is (18,0,79,89).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 78.57%
  • key color value is 89.02%

CMYK: (18,0,79,89)
C18M0Y79K89 (18%, 0%, 79%, 89%)
(0.18 / 0.00 / 0.79 / 0.89)

CMYK percentages

%17.86
%0
%78.57
%89.02

Codes

Color #171C06 in popluar color models

17 1C 06
RGB 23 28 6
HSL 74° 64.71% 6.67%
HSB/HSV 74° 78.57% 10.98%
CMYK 17.86% 0.00% 78.57%
89.02%

Color #171C06 in popluar number systems.

HEX 17 1C 06
Decimal 23 28 6
Binary 10111 11100 110
Octal 27 34 6

Shades and tints

Shades of #171C06

#171C06
(23,28,6)
#151A06
(21,26,6)
#131806
(19,24,6)
#111606
(17,22,6)
#0F1406
(15,20,6)
#0D1206
(13,18,6)
#0B1006
(11,16,6)
#090E06
(9,14,6)
#070C06
(7,12,6)
#050A06
(5,10,6)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #171C06

#171C06
(23,28,6)
#2C301C
(44,48,28)
#414432
(65,68,50)
#565848
(86,88,72)
#6B6C5E
(107,108,94)
#808074
(128,128,116)
#95948A
(149,148,138)
#AAA8A0
(170,168,160)
#BFBCB6
(191,188,182)
#D4D0CC
(212,208,204)
#E9E4E2
(233,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #171C06 color. Also use rgb(23,28,6) instead hex code.

Text Font Color

.myTextColor { color: #171C06; }

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

This text font color is #171C06.

Background Color

.myBgColor { background-color: #171C06; }

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

This div background color is #171C06.

Border color

.myBorderColor { border: 1px solid #171C06; }

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

This div border color is #171C06.

Opacity

.myOpacity80 { color: #171C06; opacity: 0.8; }

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

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

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

This text has shadow with #171C06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #171C06.

Preview

Color preview on black background

This text has color #171C06 on black background.


Color preview on white background

This text has color #171C06 on white background.


Black color preview on #171C06 background

This text has black color on #171C06 background.


White color preview on #171C06 background

This text has white color on #171C06 background.


Related colors

Complementary color

Complementary color for #hex is #E8E3F9.


I love getcolorcode.com

Triadic colors

1 #06171C and #1C0617 with #171C06 are triadic colors.

2 #061C17 and #1C1706 with #171C06 are triadic colors.