COLOR #1C1711

HEX: #1C1711 RGB: (28,23,17)

Color info

#1C1711 contains red, green and blue colors in about the same proportion. Web safe color of #1C1711 is #330000 (or #300).

RGB color model

#1C1711 color RGB value is (28,23,17).

RGB: (28,23,17) (11%, 9%, 7%)

RGB channels and saturation

R 28 of 255 = 11%
G 23 of 255 = 9%
B 17 of 255 = 7%

28
23
17

R + G + B ~ 9%. #1C1711 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 23 + 17 = 68 (100%)
R 28 of 68 ~ 41.18%
G 23 of 68 ~ 33.82%
B 17 of 68 ~ 25'%

%41.18
%33.82
%25

CMYK color model

#1C1711 color CMYK value is (0,18,39,89).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 39.29%
  • key color value is 89.02%
CMYK: (0,18,39,89) C0M18Y39K89 (0%,18%,39%,89%) (0.00/0.18/0.39/0.89) 

CMYK percentages

%0
%17.86
%39.29
%89.02

Codes

Color #1C1711 in popluar color models

1C 17 11
RGB 28 23 17
HSL 33° 24.44% 8.82%
HSB/HSV 33° 39.29% 10.98%
CMYK 0.00% 17.86% 39.29%
89.02%

Color #1C1711 in popluar number systems.

HEX 1C 17 11
Decimal 28 23 17
Binary 11100 10111 10001
Octal 34 27 21

Shades and tints

Shades of #1C1711

#1C1711
(28,23,17)
#1A1510
(26,21,16)
#18130F
(24,19,15)
#16110E
(22,17,14)
#140F0D
(20,15,13)
#120D0C
(18,13,12)
#100B0B
(16,11,11)
#0E090A
(14,9,10)
#0C0709
(12,7,9)
#0A0508
(10,5,8)
#080307
(8,3,7)
#000000
(0,0,0)

Tints of #1C1711

#1C1711
(28,23,17)
#302C26
(48,44,38)
#44413B
(68,65,59)
#585650
(88,86,80)
#6C6B65
(108,107,101)
#80807A
(128,128,122)
#94958F
(148,149,143)
#A8AAA4
(168,170,164)
#BCBFB9
(188,191,185)
#D0D4CE
(208,212,206)
#E4E9E3
(228,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C1711 color. Also use rgb(28,23,17) instead hex code.

Text Font Color

.myTextColor { color: #1C1711; }

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

This text font color is #1C1711.

Background Color

.myBgColor { background-color: #1C1711; }

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

This div background color is #1C1711.

Border color

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

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

This div border color is #1C1711.

Opacity

.myOpacity80 { color: #1C1711; opacity: 0.8; }

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

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

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

This text has shadow with #1C1711 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C1711.

Preview

Color preview on black background

This text has color #1C1711 on black background.


Color preview on white background

This text has color #1C1711 on white background.


Black color preview on #1C1711 background

This text has black color on #1C1711 background.


White color preview on #1C1711 background

This text has white color on #1C1711 background.


Related colors

Complementary color

Complementary color for #hex is #E3E8EE.


I love getcolorcode.com

Triadic colors

1 #111C17 and #17111C with #1C1711 are triadic colors.

2 #11171C and #171C11 with #1C1711 are triadic colors.